Home
last modified time | relevance | path

Searched refs:rep_dest (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Ddashdec.c1451 static void move_timelines(struct representation *rep_src, struct representation *rep_dest, DASHContext *c) in move_timelines() argument
1453 if (rep_dest && rep_src ) { in move_timelines()
1454 free_timelines_list(rep_dest); in move_timelines()
1455 rep_dest->timelines = rep_src->timelines; in move_timelines()
1456 rep_dest->n_timelines = rep_src->n_timelines; in move_timelines()
1457 rep_dest->first_seq_no = rep_src->first_seq_no; in move_timelines()
1458 rep_dest->last_seq_no = calc_max_seg_no(rep_dest, c); in move_timelines()
1461 rep_dest->cur_seq_no = rep_src->cur_seq_no; in move_timelines()
1465 static void move_segments(struct representation *rep_src, struct representation *rep_dest, DASHContex argument
2000 copy_init_section(struct representation *rep_dest, struct representation *rep_src) copy_init_section() argument
[all...]

Completed in 4 milliseconds