Home
last modified time | relevance | path

Searched refs:BGR_TO_RGB (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmovtextenc.c50 #define BGR_TO_RGB(c) (((c) & 0xff) << 16 | ((c) & 0xff00) | (((uint32_t)(c) >> 16) & 0xff)) macro
237 s->d.style_color = BGR_TO_RGB(style->primary_color & 0xffffff) << 8 | in encode_sample_description()
242 back_color = (BGR_TO_RGB(style->back_color & 0xffffff) << 8) | in encode_sample_description()
440 color = BGR_TO_RGB(color) << 8; in mov_text_color_cb()
555 color = BGR_TO_RGB(style->primary_color & 0xffffff) << 8; in mov_text_ass_style_set()