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.cpp136 const int descHalFormat = exynos_format_desc[i].halFormat; in halFormatToExynosFormat()
139 exynos_format_desc[i].isCompressionSupported(inCompressType)) { in halFormatToExynosFormat()
140 return &exynos_format_desc[i]; in halFormatToExynosFormat()
149 if (exynos_format_desc[i].halFormat == format) in formatToBpp()
150 return exynos_format_desc[i].bpp; in formatToBpp()
160 if (exynos_format_desc[i].s3cFormat == format) in DpuFormatToBpp()
161 return exynos_format_desc[i].bpp; in DpuFormatToBpp()
170 if (exynos_format_desc[i].halFormat == format) { in isFormatRgb()
171 if (exynos_format_desc[i].type & RGB) in isFormatRgb()
190 if (exynos_format_desc[i].halFormat == format) { in isFormatSBWC()
[all …]
DExynosHWCHelper.h147 const format_description_t exynos_format_desc[] = { variable
278 constexpr size_t FORMAT_MAX_CNT = sizeof(exynos_format_desc) / sizeof(format_description);
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp2482 if (cap->isFormatSupported(exynos_format_desc[i].halFormat)) { in makeAcrylRestrictions()
2484 if (supportedHalFormats.find(exynos_format_desc[i].halFormat) != in makeAcrylRestrictions()
2490 queried_format.format = exynos_format_desc[i].halFormat; in makeAcrylRestrictions()
2493 supportedHalFormats.insert(exynos_format_desc[i].halFormat); in makeAcrylRestrictions()