Searched refs:SRTContext (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | srtenc.c | 42 } SRTContext; typedef 48 static void srt_print(SRTContext *s, const char *str, ...) in srt_print() 56 static int srt_stack_push(SRTContext *s, const char c) in srt_stack_push() 64 static char srt_stack_pop(SRTContext *s) in srt_stack_pop() 71 static int srt_stack_find(SRTContext *s, const char c) in srt_stack_find() 80 static void srt_close_tag(SRTContext *s, char tag) in srt_close_tag() 85 static void srt_stack_push_pop(SRTContext *s, const char c, int close) in srt_stack_push_pop() 97 static void srt_style_apply(SRTContext *s, const char *style) in srt_style_apply() 138 SRTContext *s = avctx->priv_data; in srt_encode_init() 147 SRTContext * in srt_text_cb() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | srtenc.c | 33 typedef struct SRTContext{ struct 35 } SRTContext; typedef 39 SRTContext *srt = avf->priv_data; in srt_write_header() 61 SRTContext *srt = avf->priv_data; in srt_write_packet() 104 .priv_data_size = sizeof(SRTContext),
|
H A D | srtdec.c | 31 } SRTContext; typedef 128 SRTContext *srt = s->priv_data; in srt_read_header() 217 .priv_data_size = sizeof(SRTContext),
|
H A D | libsrt.c | 52 typedef struct SRTContext { struct 94 } SRTContext; typedef 98 #define OFFSET(x) offsetof(SRTContext, x) 304 SRTContext *s = h->priv_data; in libsrt_set_options_post() 318 SRTContext *s = h->priv_data; in libsrt_set_options_pre() 386 SRTContext *s = h->priv_data; in libsrt_setup() 530 SRTContext *s = h->priv_data; in libsrt_open() 680 SRTContext *s = h->priv_data; in libsrt_read() 699 SRTContext *s = h->priv_data; in libsrt_write() 718 SRTContext * in libsrt_close() [all...] |
Completed in 3 milliseconds