Lines Matching refs:WebVTTContext
40 } WebVTTContext;
45 static void webvtt_print(WebVTTContext *s, const char *str, ...)
53 static int webvtt_stack_push(WebVTTContext *s, const char c)
61 static char webvtt_stack_pop(WebVTTContext *s)
68 static int webvtt_stack_find(WebVTTContext *s, const char c)
77 static void webvtt_close_tag(WebVTTContext *s, char tag)
82 static void webvtt_stack_push_pop(WebVTTContext *s, const char c, int close)
94 static void webvtt_style_apply(WebVTTContext *s, const char *style)
115 WebVTTContext *s = priv;
161 WebVTTContext *s = avctx->priv_data;
199 WebVTTContext *s = avctx->priv_data;
207 WebVTTContext *s = avctx->priv_data;
219 .priv_data_size = sizeof(WebVTTContext),