Searched refs:android_format_is_yuv (Results 1 – 2 of 2) sorted by relevance
160 if (android_format_is_yuv(format)) { in getAndroidHardwareBufferPropertiesANDROID()221 ahbFormatProps->suggestedYcbcrModel = android_format_is_yuv(format) in getAndroidHardwareBufferPropertiesANDROID()
113 static inline bool android_format_is_yuv(unsigned android_format) { in android_format_is_yuv() function