Lines Matching defs:videos
125 struct representation **videos;
372 struct representation *pls = c->videos[i];
375 av_freep(&c->videos);
1077 ret = av_dynarray_add_nofree(&c->videos, &c->n_videos, rep);
1489 struct representation **videos = c->videos;
1498 c->videos = NULL;
1527 struct representation *cur_video = videos[i];
1528 struct representation *ccur_video = c->videos[i];
1570 if (c->videos)
1578 c->videos = videos;
2049 c->is_init_section_common_video = is_common_init_section_exist(c->videos, c->n_videos);
2053 rep = c->videos[i];
2055 ret = copy_init_section(rep, c->videos[0]);
2112 rep = c->videos[i];
2172 recheck_discard_flags(s, c->videos, c->n_videos);
2177 rep = c->videos[i];
2316 ret = dash_seek(s, c->videos[i], seek_pos_msec, flags, !c->videos[i]->ctx);