Home
last modified time | relevance | path

Searched refs:HSV_888 (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java94 public static final int HSV_888 = 0x37; field in PixelFormat
115 case HSV_888: in getPixelFormatInfo()
234 case HSV_888: in formatToString()
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
H A DPixelFormat.aidl49 HSV_888 = 55, enumConstant
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
H A DPixelFormat.aidl65 HSV_888 = 55, enumConstant
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
H A DPixelFormat.aidl49 HSV_888 = 55, enumConstant
/aosp12/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
H A DPixelFormat.aidl511 HSV_888 = 0x37, enumConstant
/aosp12/hardware/interfaces/graphics/common/1.2/
H A Dtypes.hal158 HSV_888 = 0x37,
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java835 if (attributes != null && attributes.getPixelFormat() == PixelFormat.HSV_888 in enableColorSampling()