Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dass.c31 int primary_color, int secondary_color, in ff_ass_subtitle_header_full()
73 primary_color, secondary_color, outline_color, back_color, in ff_ass_subtitle_header_full()
28 ff_ass_subtitle_header_full(AVCodecContext *avctx, int play_res_x, int play_res_y, const char *font, int font_size, int primary_color, int secondary_color, int outline_color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header_full() argument
H A Dass.h59 * @param primary_color default text color to use (ABGR)
74 int primary_color, int secondary_color,
H A Dmovtextenc.c235 s->d.style_color = BGR_TO_RGB(style->primary_color & 0xffffff) << 8 | in encode_sample_description()
236 255 - ((uint32_t)style->primary_color >> 24); in encode_sample_description()
555 color = BGR_TO_RGB(style->primary_color & 0xffffff) << 8; in mov_text_ass_style_set()
557 alpha = 255 - ((uint32_t)style->primary_color >> 24); in mov_text_ass_style_set()
H A Dass_split.h43 int primary_color; /**< color that a subtitle will normally appear in */ member
H A Dsrtenc.c101 int c = st->primary_color & 0xFFFFFF; in srt_style_apply()
H A Dass_split.c78 {"PrimaryColour", ASS_COLOR, offsetof(ASSStyle, primary_color) },
110 {"PrimaryColour", ASS_COLOR, offsetof(ASSStyle, primary_color) },

Completed in 4 milliseconds