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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c86 int64_t essence_offset; ///< absolute offset of essence member in struct:__anon3583
1064 *offset_out = p->essence_offset + offset;
1095 ret = p->essence_offset + p->essence_length;
1987 p->essence_length = mxf->partitions[x+1].this_partition - p->essence_offset;
1990 /* next ThisPartition < essence_offset */
2075 int64_t essence_offset = 0; local
2121 if (!mxf->current_partition->essence_offset) {
2122 /* for OP1a we compute essence_offset
2123 * for OPAtom we point essence_offset after the KL (usually op1a_essence_offset + 20 or 25)
2125 * for OPAtom we still need the actual essence_offset thoug
[all...]

Completed in 34 milliseconds