Lines Matching defs:SRTContext
42 } SRTContext;
48 static void srt_print(SRTContext *s, const char *str, ...)
56 static int srt_stack_push(SRTContext *s, const char c)
64 static char srt_stack_pop(SRTContext *s)
71 static int srt_stack_find(SRTContext *s, const char c)
80 static void srt_close_tag(SRTContext *s, char tag)
85 static void srt_stack_push_pop(SRTContext *s, const char c, int close)
97 static void srt_style_apply(SRTContext *s, const char *style)
138 SRTContext *s = avctx->priv_data;
147 SRTContext *s = priv;
189 SRTContext *s = priv;
236 SRTContext *s = avctx->priv_data;
288 SRTContext *s = avctx->priv_data;
301 .priv_data_size = sizeof(SRTContext),
315 .priv_data_size = sizeof(SRTContext),
329 .priv_data_size = sizeof(SRTContext),