Lines Matching refs:next_root_atom
8144 c->next_root_atom = start_pos + a.size;
8947 mov->next_root_atom = 0;
8953 mov->next_root_atom = mov->frag_index.item[index + 1].moof_offset;
9026 if (!sample || (mov->next_root_atom && sample->pos > mov->next_root_atom)) {
9027 if (!mov->next_root_atom)
9029 if ((ret = mov_switch_root(s, mov->next_root_atom, -1)) < 0)
9038 if (mov->next_root_atom) {
9039 sample->pos = FFMIN(sample->pos, mov->next_root_atom);
9040 sample->size = FFMIN(sample->size, (mov->next_root_atom - sample->pos));
9210 mov->next_root_atom = mov->frag_index.item[index + 1].moof_offset;