Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp137 const int descHalFormat = exynos_format_desc[i].halFormat; in halFormatToExynosFormat()
140 exynos_format_desc[i].isCompressionSupported(inCompressType)) { in halFormatToExynosFormat()
141 return &exynos_format_desc[i]; in halFormatToExynosFormat()
150 if (exynos_format_desc[i].halFormat == format) in formatToBpp()
151 return exynos_format_desc[i].bpp; in formatToBpp()
161 if (exynos_format_desc[i].s3cFormat == format) in DpuFormatToBpp()
162 return exynos_format_desc[i].bpp; in DpuFormatToBpp()
171 if (exynos_format_desc[i].halFormat == format) { in isFormatRgb()
172 if (exynos_format_desc[i].type & RGB) in isFormatRgb()
191 if (exynos_format_desc[i].halFormat == format) { in isFormatSBWC()
[all …]
DExynosHWCHelper.h148 const format_description_t exynos_format_desc[] = { variable
280 constexpr size_t FORMAT_MAX_CNT = sizeof(exynos_format_desc) / sizeof(format_description);
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp2540 if (cap->isFormatSupported(exynos_format_desc[i].halFormat)) { in makeAcrylRestrictions()
2542 if (supportedHalFormats.find(exynos_format_desc[i].halFormat) != in makeAcrylRestrictions()
2548 queried_format.format = exynos_format_desc[i].halFormat; in makeAcrylRestrictions()
2551 supportedHalFormats.insert(exynos_format_desc[i].halFormat); in makeAcrylRestrictions()