Lines Matching refs:SRTContext
39 } SRTContext; typedef
45 static void srt_print(SRTContext *s, const char *str, ...) in srt_print()
53 static int srt_stack_push(SRTContext *s, const char c) in srt_stack_push()
61 static char srt_stack_pop(SRTContext *s) in srt_stack_pop()
68 static int srt_stack_find(SRTContext *s, const char c) in srt_stack_find()
77 static void srt_close_tag(SRTContext *s, char tag) in srt_close_tag()
82 static void srt_stack_push_pop(SRTContext *s, const char c, int close) in srt_stack_push_pop()
94 static void srt_style_apply(SRTContext *s, const char *style) in srt_style_apply()
135 SRTContext *s = avctx->priv_data; in srt_encode_init()
144 SRTContext *s = priv; in srt_text_cb()
186 SRTContext *s = priv; in srt_alignment_cb()
233 SRTContext *s = avctx->priv_data; in encode_frame()
300 SRTContext *s = avctx->priv_data; in srt_encode_close()
313 .priv_data_size = sizeof(SRTContext),
326 .priv_data_size = sizeof(SRTContext),
339 .priv_data_size = sizeof(SRTContext),