Searched refs:RGB_TO_BGR (Results 1 – 2 of 2) sorted by relevance
53 #define RGB_TO_BGR(c) (((c) & 0xff) << 16 | ((c) & 0xff00) | (((c) >> 16) & 0xff)) macro379 av_bprintf(buf, "{\\1c&H%X&}", RGB_TO_BGR(color)); in text_to_ass()402 av_bprintf(buf, "{\\2c&H%X&}", RGB_TO_BGR(m->d.color)); in text_to_ass()405 RGB_TO_BGR(color), RGB_TO_BGR(m->d.color)); in text_to_ass()450 (255U - m->d.alpha) << 24 | RGB_TO_BGR(m->d.color), in mov_text_init()451 (255U - m->d.alpha) << 24 | RGB_TO_BGR(m->d.color), in mov_text_init()452 (255U - m->d.back_alpha) << 24 | RGB_TO_BGR(m->d.back_color), in mov_text_init()453 (255U - m->d.back_alpha) << 24 | RGB_TO_BGR(m->d.back_color), in mov_text_init()
205 #define RGB_TO_BGR(c) (((c) & 0xff) << 16 | ((c) & 0xff00) | (((c) >> 16) & 0xff)) macro223 int foreground_bgr_color = RGB_TO_BGR(region->i_foreground_color); in libaribb24_handle_regions()224 int background_bgr_color = RGB_TO_BGR(region->i_background_color); in libaribb24_handle_regions()