Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dxmv.c104 uint64_t this_packet_offset; ///< Offset of the current packet. member
418 if (xmv->this_packet_offset == xmv->next_packet_offset) in xmv_fetch_new_packet()
422 xmv->this_packet_offset = xmv->next_packet_offset; in xmv_fetch_new_packet()
423 if (avio_seek(pb, xmv->this_packet_offset, SEEK_SET) != xmv->this_packet_offset) in xmv_fetch_new_packet()
437 xmv->next_packet_offset = xmv->this_packet_offset + xmv->this_packet_size; in xmv_fetch_new_packet()