Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dxmv.c104 uint64_t this_packet_offset; ///< Offset of the current packet. member
412 if (xmv->this_packet_offset == xmv->next_packet_offset) in xmv_fetch_new_packet()
416 xmv->this_packet_offset = xmv->next_packet_offset; in xmv_fetch_new_packet()
417 if (avio_seek(pb, xmv->this_packet_offset, SEEK_SET) != xmv->this_packet_offset) in xmv_fetch_new_packet()
431 xmv->next_packet_offset = xmv->this_packet_offset + xmv->this_packet_size; in xmv_fetch_new_packet()

Completed in 2 milliseconds