Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmxfdec.c104 int64_t pack_ofs; ///< absolute offset of pack in file, including run-in member
459 int64_t pack_ofs; in find_body_sid_by_absolute_offset() local
466 pack_ofs = mxf->partitions[m].pack_ofs; in find_body_sid_by_absolute_offset()
467 if (pack_ofs <= offset) in find_body_sid_by_absolute_offset()
713 partition->pack_ofs = klv_offset; in mxf_read_partition_pack()
3027 current_partition_ofs = mxf->current_partition->pack_ofs; //includes run-in in mxf_seek_to_previous_partition()