Searched refs:HLSContext (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhlsenc.c40 typedef struct HLSContext { struct
61 } HLSContext; typedef in typeref:struct:HLSContext
65 HLSContext *hls = s->priv_data;
88 static int append_entry(HLSContext *hls, double duration)
119 static void free_entries(HLSContext *hls)
132 HLSContext *hls = s->priv_data;
172 HLSContext *c = s->priv_data;
195 HLSContext *hls = s->priv_data;
258 HLSContext *hls = s->priv_data;
312 HLSContext *hl
[all...]
H A Dhlsproto.c57 typedef struct HLSContext { struct
69 } HLSContext; typedef in typeref:struct:HLSContext
79 static void free_segment_list(HLSContext *s)
88 static void free_variant_list(HLSContext *s)
112 HLSContext *s = h->priv_data;
181 HLSContext *s = h->priv_data;
191 HLSContext *s = h->priv_data;
255 HLSContext *s = h->priv_data;
322 .priv_data_size = sizeof(HLSContext),
H A Dhls.c166 typedef struct HLSContext { struct
182 } HLSContext; typedef in typeref:struct:HLSContext
204 static void free_playlist_list(HLSContext *c)
230 static void free_variant_list(HLSContext *c)
242 static void free_rendition_list(HLSContext *c)
261 static struct playlist *new_playlist(HLSContext *c, const char *url,
286 static struct variant *new_variant(HLSContext *c, struct variant_info *info,
363 static struct rendition *new_rendition(HLSContext *c, struct rendition_info *info,
482 static int ensure_playlist(HLSContext *c, struct playlist **pls, const char *url)
494 static int parse_playlist(HLSContext *
[all...]

Completed in 103 milliseconds