Lines Matching refs:fragment

1462     c->fragment.found_tfhd = 0;
1479 c->fragment.moof_offset = c->fragment.implicit_offset = avio_tell(pb) - 8;
1480 av_log(c->fc, AV_LOG_TRACE, "moof offset %"PRIx64"\n", c->fragment.moof_offset);
1481 c->frag_index.current = update_frag_index(c, c->fragment.moof_offset);
5026 MOVFragment *frag = &c->fragment;
5046 c->fragment.found_tfhd = 1;
5119 MOVFragment *frag = &c->fragment;
5157 MOVFragment *frag = &c->fragment;
5197 // A valid index_entry means the trun for the fragment was read
5320 // Record the index_entry position in frag_index of this fragment
5426 // The end of this new fragment may overlap in time with the start
5427 // of the next fragment in index_entries. Mark the samples in the next
5428 // fragment that overlap with AVINDEX_DISCARD_FRAME
5564 // Find first entry in fragment index that came from an sidx.
6359 * we are parsing a track fragment, this will return the specific encryption
6360 * info for this fragment; otherwise this will return the global encryption
6392 // No current track fragment, using stream level encryption info.
6762 encryption_index->auxiliary_offsets[i] += c->fragment.base_data_offset;
7400 if (mov->fragment.stsd_id == 1) {
7973 { MKTAG('t','f','h','d'), mov_read_tfhd }, /* track fragment header */
8623 // The first sample of each stream in a fragment is always a random
8625 // initial PTS of the fragment.
8894 if (mov->frag_index.item[i].moof_offset <= mov->fragment.moof_offset)
9413 "use mfra for fragment timestamps",
9423 {"use_tfdt", "use tfdt for fragment timestamps", OFFSET(use_tfdt), AV_OPT_TYPE_BOOL, {.i64 = 1},