Searched refs:next_root_atom (Results 1 – 2 of 2) sorted by relevance
272 int64_t next_root_atom; ///< offset of the next root atom member
7109 c->next_root_atom = start_pos + a.size; in mov_read_default()7875 mov->next_root_atom = 0; in mov_switch_root()7881 mov->next_root_atom = mov->frag_index.item[index + 1].moof_offset; in mov_switch_root()7954 if (!sample || (mov->next_root_atom && sample->pos > mov->next_root_atom)) { in mov_read_packet()7955 if (!mov->next_root_atom) in mov_read_packet()7957 if ((ret = mov_switch_root(s, mov->next_root_atom, -1)) < 0) in mov_read_packet()7966 if (mov->next_root_atom) { in mov_read_packet()7967 sample->pos = FFMIN(sample->pos, mov->next_root_atom); in mov_read_packet()7968 sample->size = FFMIN(sample->size, (mov->next_root_atom - sample->pos)); in mov_read_packet()8103 mov->next_root_atom = mov->frag_index.item[index + 1].moof_offset; in mov_seek_fragment()