Home
last modified time | relevance | path

Searched defs:pls (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhls.c242 static void free_segment_list(struct playlist *pls) in free_segment_list()
249 static void free_init_section_list(struct playlist *pls) in free_init_section_list()
265 struct playlist *pls = c->playlists[i]; in free_playlist_list() local
314 struct playlist *pls = av_mallocz(sizeof(struct playlist)); in new_playlist() local
349 struct playlist *pls; in new_variant() local
415 static struct segment *new_init_section(struct playlist *pls, in new_init_section()
611 static int ensure_playlist(HLSContext *c, struct playlist **pls, const char *url) in ensure_playlist()
727 struct playlist *pls, AVIOContext *in) in parse_playlist()
1042 static struct segment *current_segment(struct playlist *pls) in current_segment()
1050 static struct segment *next_segment(struct playlist *pls) in next_segment()
[all …]
Ddashdec.c252 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()
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dmain.cpp982 for (auto &pls : pls_variables) in remap_pls() local
Dspirv_glsl.cpp11771 …find_if(begin(pls_inputs), end(pls_inputs), [var](const PlsRemap &pls) { return pls.id == var->sel… in emit_instruction()