Home
last modified time | relevance | path

Searched refs:ASSDialog (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dass_split.c123 .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 …]
Dass_split.h85 } 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);
Dttmlenc.c84 ASSDialog *dialog; in ttml_encode_frame()
Dwebvttenc.c161 ASSDialog *dialog; in webvtt_encode_frame()
Dmovtextenc.c567 static void mov_text_dialog(MovTextContext *s, ASSDialog *dialog) in mov_text_dialog()
642 ASSDialog *dialog; in mov_text_encode_frame()
Dsrtenc.c234 ASSDialog *dialog; in encode_frame()