Searched refs:SRTContext (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | srtenc.c | 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() [all …]
|
/third_party/ffmpeg/libavformat/ |
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() 111 .priv_data_size = sizeof(SRTContext),
|
D | srtdec.c | 31 } SRTContext; typedef 128 SRTContext *srt = s->priv_data; in srt_read_header() 218 SRTContext *srt = s->priv_data; in srt_read_packet() 225 SRTContext *srt = s->priv_data; in srt_read_seek() 232 SRTContext *srt = s->priv_data; in srt_read_close() 240 .priv_data_size = sizeof(SRTContext),
|
D | libsrt.c | 53 typedef struct SRTContext { struct 93 } SRTContext; argument 97 #define OFFSET(x) offsetof(SRTContext, x) 294 SRTContext *s = h->priv_data; in libsrt_set_options_post() 308 SRTContext *s = h->priv_data; in libsrt_set_options_pre() 371 SRTContext *s = h->priv_data; in libsrt_setup() 511 SRTContext *s = h->priv_data; in libsrt_open() 658 SRTContext *s = h->priv_data; in libsrt_read() 677 SRTContext *s = h->priv_data; in libsrt_write() 696 SRTContext *s = h->priv_data; in libsrt_close() [all …]
|