Lines Matching defs:DASHContext
120 typedef struct DASHContext {
160 } DASHContext;
368 static void free_video_list(DASHContext *c)
379 static void free_audio_list(DASHContext *c)
390 static void free_subtitle_list(DASHContext *c)
404 DASHContext *c = s->priv_data;
602 DASHContext *c = s->priv_data;
836 DASHContext *c = s->priv_data;
1103 DASHContext *c = s->priv_data;
1122 DASHContext *c = s->priv_data;
1201 DASHContext *c = s->priv_data;
1375 DASHContext *c = s->priv_data;
1413 DASHContext *c = s->priv_data;
1425 static int64_t calc_max_seg_no(struct representation *pls, DASHContext *c)
1451 static void move_timelines(struct representation *rep_src, struct representation *rep_dest, DASHContext *c)
1465 static void move_segments(struct representation *rep_src, struct representation *rep_dest, DASHContext *c)
1486 DASHContext *c = s->priv_data;
1588 DASHContext *c = pls->parent->priv_data;
1681 static int open_input(DASHContext *c, struct representation *pls, struct fragment *seg)
1716 DASHContext *c = pls->parent->priv_data;
1773 DASHContext *c = v->parent->priv_data;
1853 DASHContext *c = s->priv_data;
2025 DASHContext *c = s->priv_data;
2166 DASHContext *c = s->priv_data;
2229 DASHContext *c = s->priv_data;
2305 DASHContext *c = s->priv_data;
2349 #define OFFSET(x) offsetof(DASHContext, x)
2371 .priv_data_size = sizeof(DASHContext),