Searched refs:descCompressType (Results 1 – 1 of 1) sorted by relevance
135 uint32_t descCompressType = exynos_format_desc[i].getCompression(); in halFormatToExynosFormat() local138 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()