Home
last modified time | relevance | path

Searched refs:gralloc_is_yuv_format (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.h21 bool gralloc_is_yuv_format(int format); // e.g. HAL_PIXEL_FORMAT_YCbCr_420_888
DFormatConversions.cpp38 bool gralloc_is_yuv_format(const int format) { in gralloc_is_yuv_format() function
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp387 if (gralloc_is_yuv_format(cb.format)) { in lockHostImpl()
494 if (gralloc_is_yuv_format(cb.format)) { in unlockHostImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp308 if (gralloc_is_yuv_format(handle.format)) { in lock_impl()
390 if (gralloc_is_yuv_format(handle.format)) { in unlock_impl()