Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c59 uint32_t style_color; member
123 bytestream_put_be32(&p, style->style_color); in encode_styl()
231 s->d.style_color = DEFAULT_STYLE_COLOR; in encode_sample_description()
235 s->d.style_color = BGR_TO_RGB(style->primary_color & 0xffffff) << 8 | in encode_sample_description()
254 bytestream_put_be32(&p, s->d.style_color); in encode_sample_description()
350 s->style_attributes_temp.style_color != s->d.style_color || in mov_text_style_start()
425 if ((s->style_attributes_temp.style_color & 0xffffff00) == color) { in mov_text_color_set()
430 s->style_attributes_temp.style_color = (color & 0xffffff00) | in mov_text_color_set()
431 (s->style_attributes_temp.style_color in mov_text_color_set()
[all...]

Completed in 1 milliseconds