Searched refs:this_packet_offset (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dxmv.c102 uint64_t this_packet_offset; ///< Offset of the current packet. member in struct:XMVDemuxContext
403 if (xmv->this_packet_offset == xmv->next_packet_offset)
407 xmv->this_packet_offset = xmv->next_packet_offset;
408 if (avio_seek(pb, xmv->this_packet_offset, SEEK_SET) != xmv->this_packet_offset)
422 xmv->next_packet_offset = xmv->this_packet_offset + xmv->this_packet_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dxmv.c102 uint32_t this_packet_offset; member in struct:XMVDemuxContext
413 xmv->this_packet_offset = xmv->next_packet_offset;
414 if (avio_seek(pb, xmv->this_packet_offset, SEEK_SET) != xmv->this_packet_offset)
428 xmv->next_packet_offset = xmv->this_packet_offset + xmv->this_packet_size;

Completed in 93 milliseconds