Searched refs:WebVTTContext (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwebvttenc.c39 } WebVTTContext; typedef in typeref:struct:__anon3284
44 static void webvtt_print(WebVTTContext *s, const char *str, ...)
52 static int webvtt_stack_push(WebVTTContext *s, const char c)
60 static char webvtt_stack_pop(WebVTTContext *s)
67 static int webvtt_stack_find(WebVTTContext *s, const char c)
76 static void webvtt_close_tag(WebVTTContext *s, char tag)
81 static void webvtt_stack_push_pop(WebVTTContext *s, const char c, int close)
93 static void webvtt_style_apply(WebVTTContext *s, const char *style)
114 WebVTTContext *s = priv;
160 WebVTTContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwebvttdec.c38 } WebVTTContext; typedef in typeref:struct:__anon3652
62 WebVTTContext *webvtt = s->priv_data;
174 WebVTTContext *webvtt = s->priv_data;
181 WebVTTContext *webvtt = s->priv_data;
188 WebVTTContext *webvtt = s->priv_data;
193 #define OFFSET(x) offsetof(WebVTTContext, x)
215 .priv_data_size = sizeof(WebVTTContext),

Completed in 55 milliseconds