Searched refs:next_packet_offset (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dxmv.c103 uint64_t next_packet_offset; ///< Offset of the next packet. member in struct:XMVDemuxContext
253 xmv->next_packet_offset = avio_tell(pb);
254 xmv->next_packet_size = this_packet_size - xmv->next_packet_offset;
403 if (xmv->this_packet_offset == xmv->next_packet_offset)
407 xmv->this_packet_offset = xmv->next_packet_offset;
422 xmv->next_packet_offset = xmv->this_packet_offset + xmv->this_packet_size;
H A Dasfenc.c213 uint64_t next_packet_offset; member in struct:__anon3454
880 asf->next_packet_offset = packet_offset;
897 asf->index_ptr[i].offset = asf->next_packet_offset;
904 asf->next_packet_offset = packet_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dxmv.c103 uint32_t next_packet_offset; member in struct:XMVDemuxContext
260 xmv->next_packet_offset = avio_tell(pb);
261 xmv->next_packet_size = this_packet_size - xmv->next_packet_offset;
413 xmv->this_packet_offset = xmv->next_packet_offset;
428 xmv->next_packet_offset = xmv->this_packet_offset + xmv->this_packet_size;

Completed in 107 milliseconds