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

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c333 static int is_RGB(IMG_native_handle_t *handle) function
986 else if (is_RGB(handle))
1094 (!(hwc_dev->swap_rb ? is_RGB(handle) : is_BGR(handle)) ||
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c448 static int is_RGB(IMG_native_handle_t *handle) function
1232 else if (is_RGB(handle))
1357 (!(hwc_dev->swap_rb ? is_RGB(handle) : is_BGR(handle)) ||
H A Drgz_2d.c67 #define is_RGB(format) ((format) == HAL_PIXEL_FORMAT_BGRA_8888 || (format) == HAL_PIXEL_FORMAT_RGB_565 || (format) == HAL_PIXEL_FORMAT_BGRX_8888) macro

Completed in 93 milliseconds