Searched refs:ASSDialog (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ass_split.c | 123 .size = sizeof(ASSDialog), 126 .fields = {{"Layer", ASS_INT, offsetof(ASSDialog, layer) }, 127 {"Start", ASS_TIMESTAMP, offsetof(ASSDialog, start) }, 128 {"End", ASS_TIMESTAMP, offsetof(ASSDialog, end) }, 129 {"Style", ASS_STR, offsetof(ASSDialog, style) }, 130 {"Name", ASS_STR, offsetof(ASSDialog, name) }, 131 {"MarginL", ASS_INT, offsetof(ASSDialog, margin_l)}, 132 {"MarginR", ASS_INT, offsetof(ASSDialog, margin_r)}, 133 {"MarginV", ASS_INT, offsetof(ASSDialog, margin_v)}, 134 {"Effect", ASS_STR, offsetof(ASSDialog, effect) }, [all …]
|
D | ass_split.h | 85 } ASSDialog; typedef 94 ASSDialog *dialogs; /**< array of split out dialogs */ 125 ASSDialog *ff_ass_split_dialog(ASSSplitContext *ctx, const char *buf, 131 void ff_ass_free_dialog(ASSDialog **dialogp); 140 ASSDialog *ff_ass_split_dialog2(ASSSplitContext *ctx, const char *buf);
|
D | ttmlenc.c | 84 ASSDialog *dialog; in ttml_encode_frame()
|
D | webvttenc.c | 161 ASSDialog *dialog; in webvtt_encode_frame()
|
D | movtextenc.c | 567 static void mov_text_dialog(MovTextContext *s, ASSDialog *dialog) in mov_text_dialog() 642 ASSDialog *dialog; in mov_text_encode_frame()
|
D | srtenc.c | 234 ASSDialog *dialog; in encode_frame()
|