Searched refs:WebVTTContext (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | webvttenc.c | 40 } WebVTTContext; typedef 45 static void webvtt_print(WebVTTContext *s, const char *str, ...) in webvtt_print() 53 static int webvtt_stack_push(WebVTTContext *s, const char c) in webvtt_stack_push() 61 static char webvtt_stack_pop(WebVTTContext *s) in webvtt_stack_pop() 68 static int webvtt_stack_find(WebVTTContext *s, const char c) in webvtt_stack_find() 77 static void webvtt_close_tag(WebVTTContext *s, char tag) in webvtt_close_tag() 82 static void webvtt_stack_push_pop(WebVTTContext *s, const char c, int close) in webvtt_stack_push_pop() 94 static void webvtt_style_apply(WebVTTContext *s, const char *style) in webvtt_style_apply() 115 WebVTTContext *s = priv; in webvtt_text_cb() 161 WebVTTContext * in webvtt_encode_frame() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | webvttdec.c | 38 } WebVTTContext; typedef 62 WebVTTContext *webvtt = s->priv_data; in webvtt_read_header() 173 WebVTTContext *webvtt = s->priv_data; in webvtt_read_packet() 180 WebVTTContext *webvtt = s->priv_data; in webvtt_read_seek() 187 WebVTTContext *webvtt = s->priv_data; in webvtt_read_close() 192 #define OFFSET(x) offsetof(WebVTTContext, x) 214 .priv_data_size = sizeof(WebVTTContext),
|
Completed in 2 milliseconds