Lines Matching defs:pls
252 static int64_t get_segment_start_time_based_on_timeline(struct representation *pls, int64_t cur_seq… in get_segment_start_time_based_on_timeline()
287 static int64_t calc_next_seg_no_from_timelines(struct representation *pls, int64_t cur_time) in calc_next_seg_no_from_timelines()
326 static void free_fragment_list(struct representation *pls) in free_fragment_list()
337 static void free_timelines_list(struct representation *pls) in free_timelines_list()
348 static void free_representation(struct representation *pls) in free_representation()
372 struct representation *pls = c->videos[i]; in free_video_list() local
383 struct representation *pls = c->audios[i]; in free_audio_list() local
394 struct representation *pls = c->subtitles[i]; in free_subtitle_list() local
1373 static int64_t calc_cur_seg_no(AVFormatContext *s, struct representation *pls) in calc_cur_seg_no()
1411 static int64_t calc_min_seg_no(AVFormatContext *s, struct representation *pls) in calc_min_seg_no()
1425 static int64_t calc_max_seg_no(struct representation *pls, DASHContext *c) in calc_max_seg_no()
1582 static struct fragment *get_current_fragment(struct representation *pls) in get_current_fragment()
1665 static int read_from_url(struct representation *pls, struct fragment *seg, in read_from_url()
1681 static int open_input(DASHContext *c, struct representation *pls, struct fragment *seg) in open_input()
1713 static int update_init_section(struct representation *pls) in update_init_section()
1842 static void close_demux_for_component(struct representation *pls) in close_demux_for_component()
1851 static int reopen_demux_for_component(AVFormatContext *s, struct representation *pls) in reopen_demux_for_component()
1926 static int open_demux_for_component(AVFormatContext *s, struct representation *pls) in open_demux_for_component()
1973 static int is_common_init_section_exist(struct representation **pls, int n_pls) in is_common_init_section_exist()
2144 struct representation *pls = p[i]; in recheck_discard_flags() local
2238 static int dash_seek(AVFormatContext *s, struct representation *pls, int64_t seek_pos_msec, int fla… in dash_seek()