Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibaribb24.c206 #define RGB_TO_BGR(c) (((c) & 0xff) << 16 | ((c) & 0xff00) | (((c) >> 16) & 0xff)) macro
224 int foreground_bgr_color = RGB_TO_BGR(region->i_foreground_color); in libaribb24_handle_regions()
225 int background_bgr_color = RGB_TO_BGR(region->i_background_color); in libaribb24_handle_regions()
H A Dmovtextdec.c54 #define RGB_TO_BGR(c) (((c) & 0xff) << 16 | ((c) & 0xff00) | (((c) >> 16) & 0xff)) macro
145 style->color = RGB_TO_BGR(style->color); in mov_text_parse_style_record()
191 m->d.back_color = RGB_TO_BGR(m->d.back_color); in mov_text_tx3g()

Completed in 3 milliseconds