search for: dataoffset

Displaying 5 results from an estimated 5 matches for "dataoffset".

Did you mean: data_offset
2002 Aug 05
3
Cross-Compiling VP3 lib on Linux
...ll right in that it did not crash. The picture is a bit scrambled. It looks like too many pixels (or not enough pixels) are being copied from the source planes. I'm using the ThisFrameRecon YUV buffer pointer member of the PBI struct as the final display frame. I'm using the [Y|U|V]DataOffset members in order to index into the buffer. Is that the right thing to do? Thanks... -- -Mike Melanson <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to &...
2001 Sep 11
2
Another backtrace
I got this one this morning, but didn't notice it til now: --- (gdb) bt #0 0x4003be91 in vorbis_block_clear (vb=0xbffff71c) at block.c:156 #1 0x4003ce36 in vorbis_analysis_blockout (v=0xbffff71c, vb=0x8050b80) at block.c:591 #2 0x4002ff23 in _prefetch_all_headers (vf=0xbffff540, dataoffset=-1073749296) at vorbisfile.c:324 #3 0x4003039c in _process_packet (vf=0xbffff540, readp=1) at vorbisfile.c:525 #4 0x4003238e in ov_read (vf=0xbffff540, buffer=0x804d040 "\223\002Dú\224\002Mú\211\002Sú\226\002{ú\232\002 ú\232\002¾ú±\002äú¬\002Þú\235\002Âú¶\002Ùú«\002õúb\002\006û+\002S...
2010 Dec 10
3
[PATCH 1/7] staging: hv: Convert camel cased variables in netvsc.c to lower cases
...Device(Device); - if (!netDevice) { + net_device = GetInboundNetDevice(device); + if (!net_device) { DPRINT_ERR(NETVSC, "unable to get net device..." "device being destroyed?"); return; } - nvspPacket = (struct nvsp_message *)((unsigned long)Packet + (Packet->DataOffset8 << 3)); + nvsp_packet = (struct nvsp_message *)((unsigned long)packet + + (packet->DataOffset8 << 3)); DPRINT_DBG(NETVSC, "send completion packet - type %d", - nvspPacket->Header.MessageType); + nvsp_packet->Header.MessageType); - if ((nvspPacket->...
2010 Dec 10
3
[PATCH 1/7] staging: hv: Convert camel cased variables in netvsc.c to lower cases
...Device(Device); - if (!netDevice) { + net_device = GetInboundNetDevice(device); + if (!net_device) { DPRINT_ERR(NETVSC, "unable to get net device..." "device being destroyed?"); return; } - nvspPacket = (struct nvsp_message *)((unsigned long)Packet + (Packet->DataOffset8 << 3)); + nvsp_packet = (struct nvsp_message *)((unsigned long)packet + + (packet->DataOffset8 << 3)); DPRINT_DBG(NETVSC, "send completion packet - type %d", - nvspPacket->Header.MessageType); + nvsp_packet->Header.MessageType); - if ((nvspPacket->...
2000 Oct 09
2
a listening test tool
"Willmore, David (VS Central)" wrote: > > Can ogg22pl take input from standard in? Sometimes leaving the file name > off will default it to that or by putting a '-' as the file name. Similar > things go for standard out. (stop me if these aren't familiar terms) Ogg22pl is is ogg123 with only the sampling rate variable changed. So if ogg123 can do that,