Searched refs:parse_playlist (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhlsproto.c110 static int parse_playlist(URLContext *h, const char *url) function
220 if ((ret = parse_playlist(h, s->playlisturl)) < 0)
233 if ((ret = parse_playlist(h, s->playlisturl)) < 0)
278 if ((ret = parse_playlist(h, s->playlisturl)) < 0)
H A Dhls.c478 /* used by parse_playlist to allocate a new variant+playlist when the
494 static int parse_playlist(HLSContext *c, const char *url, function
1045 if ((ret = parse_playlist(c, v->url, v, NULL)) < 0) {
1209 parse_playlist(c, pls->url, pls, NULL);
1272 if ((ret = parse_playlist(c, s->filename, NULL, s->pb)) < 0)
1285 if ((ret = parse_playlist(c, pls->url, pls, NULL)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dapplehttpproto.c109 static int parse_playlist(URLContext *h, const char *url) function
209 if ((ret = parse_playlist(h, s->playlisturl)) < 0)
222 if ((ret = parse_playlist(h, s->playlisturl)) < 0)
268 if ((ret = parse_playlist(h, s->playlisturl)) < 0)
H A Dapplehttp.c200 static int parse_playlist(AppleHTTPContext *c, const char *url, function
389 if ((ret = parse_playlist(c, v->url, v, NULL)) < 0)
453 if ((ret = parse_playlist(c, s->filename, NULL, s->pb)) < 0)
466 if ((ret = parse_playlist(c, v->url, v, NULL)) < 0)

Completed in 170 milliseconds