Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/hwc/
Dhwc.c333 static int is_RGB(IMG_native_handle_t *handle) in is_RGB() function
986 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()
/hardware/ti/omap4-aah/hwc/
Dhwc.c448 static int is_RGB(IMG_native_handle_t *handle) in is_RGB() function
1232 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()
Drgz_2d.c67 #define is_RGB(format) ((format) == HAL_PIXEL_FORMAT_BGRA_8888 || (format) == HAL_PIXEL_FORMAT_RGB_… macro