HLSContext        246 libavformat/hls.c static void free_playlist_list(HLSContext *c)
HLSContext        275 libavformat/hls.c static void free_variant_list(HLSContext *c)
HLSContext        287 libavformat/hls.c static void free_rendition_list(HLSContext *c)
HLSContext        306 libavformat/hls.c static struct playlist *new_playlist(HLSContext *c, const char *url,
HLSContext        333 libavformat/hls.c static struct variant *new_variant(HLSContext *c, struct variant_info *info,
HLSContext        471 libavformat/hls.c static struct rendition *new_rendition(HLSContext *c, struct rendition_info *info,
HLSContext        599 libavformat/hls.c static int ensure_playlist(HLSContext *c, struct playlist **pls, const char *url)
HLSContext        630 libavformat/hls.c     HLSContext *c = s->priv_data;
HLSContext        712 libavformat/hls.c static int parse_playlist(HLSContext *c, const char *url,
HLSContext       1222 libavformat/hls.c static int open_input(HLSContext *c, struct playlist *pls, struct segment *seg, AVIOContext **in)
HLSContext       1312 libavformat/hls.c     HLSContext *c = pls->parent->priv_data;
HLSContext       1422 libavformat/hls.c     HLSContext *c = v->parent->priv_data;
HLSContext       1579 libavformat/hls.c static void add_renditions_to_variant(HLSContext *c, struct variant *var,
HLSContext       1635 libavformat/hls.c static int find_timestamp_in_playlist(HLSContext *c, struct playlist *pls,
HLSContext       1661 libavformat/hls.c static int select_cur_seq_no(HLSContext *c, struct playlist *pls)
HLSContext       1702 libavformat/hls.c     HLSContext *c = s->priv_data;
HLSContext       1734 libavformat/hls.c     HLSContext *c = s->priv_data;
HLSContext       1804 libavformat/hls.c     HLSContext *c = s->priv_data;
HLSContext       1825 libavformat/hls.c     HLSContext *c = s->priv_data;
HLSContext       1839 libavformat/hls.c     HLSContext *c = s->priv_data;
HLSContext       2048 libavformat/hls.c     HLSContext *c = s->priv_data;
HLSContext       2130 libavformat/hls.c     HLSContext *c = s->priv_data;
HLSContext       2268 libavformat/hls.c     HLSContext *c = s->priv_data;
HLSContext       2361 libavformat/hls.c #define OFFSET(x) offsetof(HLSContext, x)
HLSContext       2394 libavformat/hls.c     .priv_data_size = sizeof(HLSContext),
HLSContext        261 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext        281 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext        300 libavformat/hlsenc.c static void set_http_options(AVFormatContext *s, AVDictionary **options, HLSContext *c)
HLSContext        498 libavformat/hlsenc.c static int hls_delete_file(HLSContext *hls, AVFormatContext *avf,
HLSContext        518 libavformat/hlsenc.c static int hls_delete_old_segments(AVFormatContext *s, HLSContext *hls,
HLSContext        645 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext        719 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext        779 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext        900 libavformat/hlsenc.c static int sls_flags_filename_process(struct AVFormatContext *s, HLSContext *hls,
HLSContext        940 libavformat/hlsenc.c static int sls_flag_check_duration_size_index(HLSContext *hls)
HLSContext        963 libavformat/hlsenc.c static int sls_flag_check_duration_size(HLSContext *hls, VariantStream *vs)
HLSContext        983 libavformat/hlsenc.c static void sls_flag_file_rename(HLSContext *hls, VariantStream *vs, char *old_filename) {
HLSContext        990 libavformat/hlsenc.c static int sls_flag_use_localtime_filename(AVFormatContext *oc, HLSContext *c, VariantStream *vs)
HLSContext       1038 libavformat/hlsenc.c static int hls_append_segment(struct AVFormatContext *s, HLSContext *hls,
HLSContext       1131 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       1285 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       1450 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       1581 libavformat/hlsenc.c     HLSContext *c = s->priv_data;
HLSContext       1763 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       1893 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2036 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2113 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2151 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2193 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2248 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2265 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2531 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2564 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2702 libavformat/hlsenc.c     HLSContext *hls = s->priv_data;
HLSContext       2939 libavformat/hlsenc.c #define OFFSET(x) offsetof(HLSContext, x)
HLSContext       3024 libavformat/hlsenc.c     .priv_data_size = sizeof(HLSContext),
HLSContext         72 libavformat/hlsproto.c static void free_segment_list(HLSContext *s)
HLSContext         81 libavformat/hlsproto.c static void free_variant_list(HLSContext *s)
HLSContext        105 libavformat/hlsproto.c     HLSContext *s = h->priv_data;
HLSContext        177 libavformat/hlsproto.c     HLSContext *s = h->priv_data;
HLSContext        187 libavformat/hlsproto.c     HLSContext *s = h->priv_data;
HLSContext        251 libavformat/hlsproto.c     HLSContext *s = h->priv_data;
HLSContext        318 libavformat/hlsproto.c     .priv_data_size = sizeof(HLSContext),