Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dass_split.c72 .size = sizeof(ASSStyle),
75 .fields = {{"Name", ASS_STR, offsetof(ASSStyle, name) },
76 {"Fontname", ASS_STR, offsetof(ASSStyle, font_name) },
77 {"Fontsize", ASS_INT, offsetof(ASSStyle, font_size) },
78 {"PrimaryColour", ASS_COLOR, offsetof(ASSStyle, primary_color) },
79 {"SecondaryColour", ASS_COLOR, offsetof(ASSStyle, secondary_color)},
80 {"OutlineColour", ASS_COLOR, offsetof(ASSStyle, outline_color) },
81 {"BackColour", ASS_COLOR, offsetof(ASSStyle, back_color) },
82 {"Bold", ASS_INT, offsetof(ASSStyle, bold) },
83 {"Italic", ASS_INT, offsetof(ASSStyle, itali
[all...]
H A Dass_split.h66 } ASSStyle; typedef
76 char *style; /**< name of the ASSStyle to use with this dialog */
92 ASSStyle *styles; /**< array of split out styles */
93 int styles_count; /**< number of ASSStyle in the styles array */
183 * Find an ASSStyle structure by its name.
187 * @return the ASSStyle corresponding to style, or NULL if style can't be found
189 ASSStyle *ff_ass_style_get(ASSSplitContext *ctx, const char *style);
H A Dttmlenc.c198 static void ttml_get_origin(ASSScriptInfo script_info, ASSStyle style, in ttml_get_origin()
207 static void ttml_get_extent(ASSScriptInfo script_info, ASSStyle style, in ttml_get_extent()
219 ASSScriptInfo script_info, ASSStyle style) in ttml_write_region()
H A Dmovtextenc.c76 ASSStyle *ass_dialog_style;
180 ASSStyle *style; in encode_sample_description()
545 static void mov_text_ass_style_set(MovTextContext *s, ASSStyle *style) in mov_text_ass_style_set()
569 ASSStyle *style = ff_ass_style_get(s->ass_ctx, dialog->style); in mov_text_dialog()
578 ASSStyle *style; in mov_text_cancel_overrides_cb()
H A Dwebvttenc.c96 ASSStyle *st = ff_ass_style_get(s->ass_ctx, style); in webvtt_style_apply()
H A Dsrtenc.c99 ASSStyle *st = ff_ass_style_get(s->ass_ctx, style); in srt_style_apply()

Completed in 5 milliseconds