Searched refs:parse_playlist (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hlsproto.c | 102 static int parse_playlist(URLContext *h, const char *url) in parse_playlist() function 215 if ((ret = parse_playlist(h, s->playlisturl)) < 0) in hls_open() 228 if ((ret = parse_playlist(h, s->playlisturl)) < 0) in hls_open() 272 if ((ret = parse_playlist(h, s->playlisturl)) < 0) in hls_read()
|
H A D | hls.c | 605 /* used by parse_playlist to allocate a new variant+playlist when the 726 static int parse_playlist(HLSContext *c, const char *url, in parse_playlist() function 1504 if ((ret = parse_playlist(c, v->url, v, NULL)) < 0) { in read_data() 1721 parse_playlist(c, pls->url, pls, NULL); in select_cur_seq_no() 1942 if ((ret = parse_playlist(c, s->url, NULL, s->pb)) < 0) in hls_read_header() 1955 if ((ret = parse_playlist(c, pls->url, pls, NULL)) < 0) { in hls_read_header() 1956 av_log(s, AV_LOG_WARNING, "parse_playlist error %s [%s]\n", av_err2str(ret), pls->url); in hls_read_header()
|
H A D | hlsenc.c | 1192 static int parse_playlist(AVFormatContext *s, const char *url, VariantStream *vs) in parse_playlist() function 3086 parse_playlist(s, vs->m3u8_name, vs); in hls_init()
|
Completed in 10 milliseconds