Lines Matching refs:moof_offset
1244 int64_t moof_offset; in search_frag_moof_offset() local
1248 frag_index->item[frag_index->nb_items - 1].moof_offset < offset) in search_frag_moof_offset()
1256 moof_offset = frag_index->item[m].moof_offset; in search_frag_moof_offset()
1257 if (moof_offset >= offset) in search_frag_moof_offset()
1259 if (moof_offset <= offset) in search_frag_moof_offset()
1343 c->frag_index.item[index].moof_offset == offset) in update_frag_index()
1385 item->moof_offset = offset; in update_frag_index()
1427 c->fragment.moof_offset = c->fragment.implicit_offset = avio_tell(pb) - 8; in mov_read_moof()
1428 av_log(c->fc, AV_LOG_TRACE, "moof offset %"PRIx64"\n", c->fragment.moof_offset); in mov_read_moof()
1429 c->frag_index.current = update_frag_index(c, c->fragment.moof_offset); in mov_read_moof()
4675 frag->moof_offset : frag->implicit_offset; in mov_read_tfhd()
7821 if (mov->frag_index.item[i].moof_offset <= mov->fragment.moof_offset) in mov_read_header()
7869 target = mov->frag_index.item[index].moof_offset; in mov_switch_root()
7879 mov->frag_index.item[index].moof_offset == target) { in mov_switch_root()
7881 mov->next_root_atom = mov->frag_index.item[index + 1].moof_offset; in mov_switch_root()
8103 mov->next_root_atom = mov->frag_index.item[index + 1].moof_offset; in mov_seek_fragment()