Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.h112 SBWC = 0x00200000, enumerator
215 2, 2, 12, YUV420|BIT8|SBWC, false, String8("EXYNOS_YCbCr_420_SP_M_SBWC"), 0},
221 2, 2, 12, YUV420|BIT10|SBWC, false, String8("EXYNOS_YCbCr_420_SP_M_10B_SBWC"), 0},
231 2, 1, 12, YUV420|BIT8|SBWC, false, String8("EXYNOS_YCbCr_420_SPN_SBWC"), 0},
237 2, 1, 12, YUV420|BIT10|SBWC, false, String8("EXYNOS_YCbCr_420_SPN_10B_SBWC"), 0},
247 2, 2, 12, YUV420|BIT8|SBWC, false, String8("EXYNOS_YCrCb_420_SP_M_SBWC"), 0},
249 2, 2, 12, YUV420|BIT10|SBWC, false, String8("EXYNOS_YCrbCb_420_SP_M_10B_SBWC"), 0},
H A DExynosHWCHelper.cpp138 if (descCompressType == SBWC || descCompressType == SBWC_LOSSY) { in halFormatToExynosFormat()
196 if ((exynos_format_desc[i].type & SBWC) || in isFormatSBWC()