Searched refs:is_RGB (Results 1 – 3 of 3) sorted by relevance
333 static int is_RGB(IMG_native_handle_t *handle) in is_RGB() function986 else if (is_RGB(handle)) in gather_layer_statistics()1094 (!(hwc_dev->swap_rb ? is_RGB(handle) : is_BGR(handle)) || in can_dss_render_layer()
448 static int is_RGB(IMG_native_handle_t *handle) in is_RGB() function1232 else if (is_RGB(handle)) in gather_layer_statistics()1357 (!(hwc_dev->swap_rb ? is_RGB(handle) : is_BGR(handle)) || in can_dss_render_layer()
67 #define is_RGB(format) ((format) == HAL_PIXEL_FORMAT_BGRA_8888 || (format) == HAL_PIXEL_FORMAT_RGB_… macro