representation 130 libavformat/dashdec.c struct representation **videos; representation 132 libavformat/dashdec.c struct representation **audios; representation 134 libavformat/dashdec.c struct representation **subtitles; representation 255 libavformat/dashdec.c static int64_t get_segment_start_time_based_on_timeline(struct representation *pls, int64_t cur_seq_no) representation 290 libavformat/dashdec.c static int64_t calc_next_seg_no_from_timelines(struct representation *pls, int64_t cur_time) representation 329 libavformat/dashdec.c static void free_fragment_list(struct representation *pls) representation 340 libavformat/dashdec.c static void free_timelines_list(struct representation *pls) representation 351 libavformat/dashdec.c static void free_representation(struct representation *pls) representation 373 libavformat/dashdec.c struct representation *pls = c->videos[i]; representation 384 libavformat/dashdec.c struct representation *pls = c->audios[i]; representation 395 libavformat/dashdec.c struct representation *pls = c->subtitles[i]; representation 601 libavformat/dashdec.c static int parse_manifest_segmenturlnode(AVFormatContext *s, struct representation *rep, representation 668 libavformat/dashdec.c static int parse_manifest_segmenttimeline(AVFormatContext *s, struct representation *rep, representation 841 libavformat/dashdec.c struct representation *rep = NULL; representation 876 libavformat/dashdec.c rep = av_mallocz(sizeof(struct representation)); representation 1405 libavformat/dashdec.c static int64_t calc_cur_seg_no(AVFormatContext *s, struct representation *pls) representation 1443 libavformat/dashdec.c static int64_t calc_min_seg_no(AVFormatContext *s, struct representation *pls) representation 1457 libavformat/dashdec.c static int64_t calc_max_seg_no(struct representation *pls, DASHContext *c) representation 1483 libavformat/dashdec.c static void move_timelines(struct representation *rep_src, struct representation *rep_dest, DASHContext *c) representation 1497 libavformat/dashdec.c static void move_segments(struct representation *rep_src, struct representation *rep_dest, DASHContext *c) representation 1521 libavformat/dashdec.c struct representation **videos = c->videos; representation 1523 libavformat/dashdec.c struct representation **audios = c->audios; representation 1525 libavformat/dashdec.c struct representation **subtitles = c->subtitles; representation 1559 libavformat/dashdec.c struct representation *cur_video = videos[i]; representation 1560 libavformat/dashdec.c struct representation *ccur_video = c->videos[i]; representation 1575 libavformat/dashdec.c struct representation *cur_audio = audios[i]; representation 1576 libavformat/dashdec.c struct representation *ccur_audio = c->audios[i]; representation 1614 libavformat/dashdec.c static struct fragment *get_current_fragment(struct representation *pls) representation 1689 libavformat/dashdec.c static int read_from_url(struct representation *pls, struct fragment *seg, representation 1705 libavformat/dashdec.c static int open_input(DASHContext *c, struct representation *pls, struct fragment *seg) representation 1737 libavformat/dashdec.c static int update_init_section(struct representation *pls) representation 1786 libavformat/dashdec.c struct representation *v = opaque; representation 1797 libavformat/dashdec.c struct representation *v = opaque; representation 1894 libavformat/dashdec.c static void close_demux_for_component(struct representation *pls) representation 1904 libavformat/dashdec.c static int reopen_demux_for_component(AVFormatContext *s, struct representation *pls) representation 1978 libavformat/dashdec.c static int open_demux_for_component(AVFormatContext *s, struct representation *pls) representation 2011 libavformat/dashdec.c static int is_common_init_section_exist(struct representation **pls, int n_pls) representation 2033 libavformat/dashdec.c static int copy_init_section(struct representation *rep_dest, struct representation *rep_src) representation 2052 libavformat/dashdec.c struct representation *rep; representation 2181 libavformat/dashdec.c static void recheck_discard_flags(AVFormatContext *s, struct representation **p, int n) representation 2186 libavformat/dashdec.c struct representation *pls = p[i]; representation 2211 libavformat/dashdec.c struct representation *cur = NULL; representation 2212 libavformat/dashdec.c struct representation *rep = NULL; representation 2279 libavformat/dashdec.c static int dash_seek(AVFormatContext *s, struct representation *pls, int64_t seek_pos_msec, int flags, int dry_run)