Searched refs:parse_playlist (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | hlsproto.c | 103 static int parse_playlist(URLContext *h, const char *url) in parse_playlist() function 216 if ((ret = parse_playlist(h, s->playlisturl)) < 0) in hls_open() 229 if ((ret = parse_playlist(h, s->playlisturl)) < 0) in hls_open() 273 if ((ret = parse_playlist(h, s->playlisturl)) < 0) in hls_read()
|
D | hls.c | 711 static int parse_playlist(HLSContext *c, const char *url, in parse_playlist() function 1462 if ((ret = parse_playlist(c, v->url, v, NULL)) < 0) { in read_data() 1675 parse_playlist(c, pls->url, pls, NULL); in select_cur_seq_no() 1879 if ((ret = parse_playlist(c, s->url, NULL, s->pb)) < 0) in hls_read_header() 1893 if ((ret = parse_playlist(c, pls->url, pls, NULL)) < 0) { in hls_read_header()
|
D | hlsenc.c | 1202 static int parse_playlist(AVFormatContext *s, const char *url, VariantStream *vs) function 3094 parse_playlist(s, vs->m3u8_name, vs);
|