Searched refs:primary_color (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ass.c | 31 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 D | ass.h | 59 * @param primary_color default text color to use (ABGR) 74 int primary_color, int secondary_color,
|
H A D | movtextenc.c | 235 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 D | ass_split.h | 43 int primary_color; /**< color that a subtitle will normally appear in */ member
|
H A D | srtenc.c | 101 int c = st->primary_color & 0xFFFFFF; in srt_style_apply()
|
H A D | ass_split.c | 78 {"PrimaryColour", ASS_COLOR, offsetof(ASSStyle, primary_color) }, 110 {"PrimaryColour", ASS_COLOR, offsetof(ASSStyle, primary_color) },
|
Completed in 5 milliseconds