Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp135 uint32_t descCompressType = exynos_format_desc[i].getCompression(); in halFormatToExynosFormat() local
138 if (descCompressType == SBWC || descCompressType == SBWC_LOSSY) { in halFormatToExynosFormat()
139 descCompressType = COMP_ANY; in halFormatToExynosFormat()
143 ((inCompressType == COMP_ANY) || (descCompressType == COMP_ANY) || in halFormatToExynosFormat()
144 (inCompressType == descCompressType))) { in halFormatToExynosFormat()