Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dass_split.c131 .size = sizeof(ASSDialog),
134 .fields = {{"Layer", ASS_INT, offsetof(ASSDialog, layer) },
135 {"Start", ASS_TIMESTAMP, offsetof(ASSDialog, start) },
136 {"End", ASS_TIMESTAMP, offsetof(ASSDialog, end) },
137 {"Style", ASS_STR, offsetof(ASSDialog, style) },
138 {"Name", ASS_STR, offsetof(ASSDialog, name) },
139 {"MarginL", ASS_INT, offsetof(ASSDialog, margin_l)},
140 {"MarginR", ASS_INT, offsetof(ASSDialog, margin_r)},
141 {"MarginV", ASS_INT, offsetof(ASSDialog, margin_v)},
142 {"Effect", ASS_STR, offsetof(ASSDialog, effec
[all...]
H A Dass_split.h85 } ASSDialog; typedef
94 ASSDialog *dialogs; /**< array of split out dialogs */
95 int dialogs_count; /**< number of ASSDialog in the dialogs array*/
115 void ff_ass_free_dialog(ASSDialog **dialogp);
122 * @return Pointer to the split ASSDialog. Must be freed with ff_ass_free_dialog()
124 ASSDialog *ff_ass_split_dialog(ASSSplitContext *ctx, const char *buf);
H A Dwebvttenc.c162 ASSDialog *dialog; in webvtt_encode_frame()
H A Dmovtextenc.c567 static void mov_text_dialog(MovTextContext *s, ASSDialog *dialog) in mov_text_dialog()
640 ASSDialog *dialog; in mov_text_encode_frame()
H A Dsrtenc.c237 ASSDialog *dialog; in encode_frame()
H A Dttmlenc.c84 ASSDialog *dialog; in ttml_encode_frame()

Completed in 4 milliseconds