Home
last modified time | relevance | path

Searched refs:android_format_is_yuv (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp160 if (android_format_is_yuv(format)) { in getAndroidHardwareBufferPropertiesANDROID()
221 ahbFormatProps->suggestedYcbcrModel = android_format_is_yuv(format) in getAndroidHardwareBufferPropertiesANDROID()
Dvk_format_info.h113 static inline bool android_format_is_yuv(unsigned android_format) { in android_format_is_yuv() function