search for: header_type

Displaying 16 results from an estimated 16 matches for "header_type".

2016 May 09
3
Ogg Format
...wrote: > Amit Ashara wrote: > >> First Packet shall have Header Type as BOS >> All subsequent Packet (except last one_ shall have Header Type as >> Continuation >> Last Packet shall have Header Type as EOS >> >> Is this correct? >> > > No, the header_type field is a property of a page, not a packet. In it, > the continuation flag is used when a single packet spans multiple pages. > This is required when a packet is larger than the maximum size of a page > (about 64 kB), but in most uses of Opus will almost never be needed. > > The Pag...
2016 May 09
2
Ogg Format
...do not see the string OpusHead in >> the packet. It starts with Oggs. Also checking the occurrence of Oggs, I >> see that the first packet has BOS, the next all (except last) have 00 >> (which is not defined in the RFC as continuation) and last one has EOS. >> > > The header_type byte is a set of bit flags. 00 means none of them are set, > in which case the "unset: ..." language of each flag from RFC 3533 applies. > These pages are not continued pages. > > The first packet in this ogg file makes sense. >> >> The second packet (I am taking a...
2016 May 09
3
Ogg Format
Hello All, When going through the Ogg format, I have a basic question. As per the RFC the Ogg format encapsulates the logical stream. Now consider the scenario where a raw mono stream is being encoded with Opus Codec. The stream is 48KHz and the length of the stream being encoded is worth 20ms of data. This makes it 960 half words (considering 16 bit format). Now if the final output is say 100
2016 May 09
0
Ogg Format
Amit Ashara wrote: > First Packet shall have Header Type as BOS > All subsequent Packet (except last one_ shall have Header Type as > Continuation > Last Packet shall have Header Type as EOS > > Is this correct? No, the header_type field is a property of a page, not a packet. In it, the continuation flag is used when a single packet spans multiple pages. This is required when a packet is larger than the maximum size of a page (about 64 kB), but in most uses of Opus will almost never be needed. > The Page Segment shall...
2016 May 09
0
Ogg Format
...ed the file in a HEX editor. I do not see the string OpusHead in > the packet. It starts with Oggs. Also checking the occurrence of Oggs, I > see that the first packet has BOS, the next all (except last) have 00 > (which is not defined in the RFC as continuation) and last one has EOS. The header_type byte is a set of bit flags. 00 means none of them are set, in which case the "unset: ..." language of each flag from RFC 3533 applies. These pages are not continued pages. > The first packet in this ogg file makes sense. > > The second packet (I am taking a part of it) You me...
2007 Aug 27
0
[ANNOUNCE] libpciaccess 0.9.1
.../ unmap specific memory ranges, bump lib version to 0.7.0. Convert pci_device_write_u* funtions to take a value instead of a pointer. Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8. Populate device and vendor ID fields at device list creation. Make sure header_type is available in read_bridge_info. Don't pci_device_probe until absolutely necessary. Whitespace police. Initial support for reading expansion ROM via VGA BIOS address. Bump version to 0.9.0. Add linux_devmem.h to file list. Bump version to 0.9.1 (sigh). Jame...
2016 May 09
0
Ogg Format
...pusHead in >>> the packet. It starts with Oggs. Also checking the occurrence of Oggs, I >>> see that the first packet has BOS, the next all (except last) have 00 >>> (which is not defined in the RFC as continuation) and last one has EOS. >>> >> >> The header_type byte is a set of bit flags. 00 means none of them are >> set, in which case the "unset: ..." language of each flag from RFC 3533 >> applies. These pages are not continued pages. >> >> The first packet in this ogg file makes sense. >>> >>> The seco...
2005 Nov 09
2
OggPCM (uncompressed Ogg audio)
...0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1| Byte +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | capture_pattern: Magic number for page start "OggS" | 0-3 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | version | header_type | granule_position | 4-7 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | 8-11 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | bitstream_serial_numbe...
2018 Sep 12
3
[PATCH v2] PCI: Reprogram bridge prefetch registers on resume
...ol force) { int index; for (index = end; index >= start; index--) pci_restore_config_dword(pdev, 4 * index, pdev->saved_config_space[index], - retry); + retry, force); } static void pci_restore_config_space(struct pci_dev *pdev) { if (pdev->hdr_type == PCI_HEADER_TYPE_NORMAL) { - pci_restore_config_space_range(pdev, 10, 15, 0); + pci_restore_config_space_range(pdev, 10, 15, 0, false); /* Restore BARs before the command register. */ - pci_restore_config_space_range(pdev, 4, 9, 10); - pci_restore_config_space_range(pdev, 0, 3, 0); + pci_restore_config_spac...
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all, this is the long awaited patch series to add xen device model support in qemu; the main author is Anthony Perard. Developing this series we tried to come up with the cleanest possible solution from the qemu point of view, limiting the amount of changes to common code as much as possible. The end result still requires a couple of hooks in piix_pci but overall the impact should be very
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
...6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1| Byte +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | capture_pattern: Magic number for page start "OggS" | 0-3 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | version | header_type | granule_position | 4-7 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | 8-11 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | bitstream_...
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
...6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1| Byte +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | capture_pattern: Magic number for page start "OggS" | 0-3 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | version | header_type | granule_position | 4-7 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | 8-11 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | bitstream_...
2003 Feb 13
2
Changes to Ogg format IETF I-D
...6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1| Byte +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | capture_pattern: Magic number for page start "OggS" | 0-3 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | version | header_type | granule_position | 4-7 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | 8-11 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | bitstream_...
2003 Feb 13
2
Changes to Ogg format IETF I-D
...6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1| Byte +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | capture_pattern: Magic number for page start "OggS" | 0-3 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | version | header_type | granule_position | 4-7 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | 8-11 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | bitstream_...
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
...se, + virtio_pcim__msix_mmio_callback, vpci); + if (r < 0) + goto free_mmio; + + vpci->pci_hdr = (struct pci_device_header) { + .vendor_id = cpu_to_le16(PCI_VENDOR_ID_REDHAT_QUMRANET), + .device_id = cpu_to_le16(device_id), + .command = PCI_COMMAND_IO | PCI_COMMAND_MEMORY, + .header_type = PCI_HEADER_TYPE_NORMAL, + .revision_id = 0, + .class[0] = class & 0xff, + .class[1] = (class >> 8) & 0xff, + .class[2] = (class >> 16) & 0xff, + .subsys_vendor_id = cpu_to_le16(PCI_SUBSYSTEM_VENDOR_ID_REDHAT_QUMRANET), + .subsys_id = cpu_to_le16(subsys_id), +...
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
...se, + virtio_pcim__msix_mmio_callback, vpci); + if (r < 0) + goto free_mmio; + + vpci->pci_hdr = (struct pci_device_header) { + .vendor_id = cpu_to_le16(PCI_VENDOR_ID_REDHAT_QUMRANET), + .device_id = cpu_to_le16(device_id), + .command = PCI_COMMAND_IO | PCI_COMMAND_MEMORY, + .header_type = PCI_HEADER_TYPE_NORMAL, + .revision_id = 0, + .class[0] = class & 0xff, + .class[1] = (class >> 8) & 0xff, + .class[2] = (class >> 16) & 0xff, + .subsys_vendor_id = cpu_to_le16(PCI_SUBSYSTEM_VENDOR_ID_REDHAT_QUMRANET), + .subsys_id = cpu_to_le16(subsys_id), +...