Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp136 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++) { in halFormatToExynosFormat()
149 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++){ in formatToBpp()
160 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++){ in DpuFormatToBpp()
170 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++){ in isFormatRgb()
190 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++){ in isFormatSBWC()
203 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++){ in isFormatYUV420()
216 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++){ in isFormatYUV8_2()
230 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++){ in isFormat10BitYUV420()
244 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++){ in isFormatYUV422()
257 for (unsigned int i = 0; i < FORMAT_MAX_CNT; i++){ in isFormatP010()
[all …]
DExynosHWCHelper.h280 constexpr size_t FORMAT_MAX_CNT = sizeof(exynos_format_desc) / sizeof(format_description); variable
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp2539 for (uint32_t i = 0; i < FORMAT_MAX_CNT; i++) { in makeAcrylRestrictions()