Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/include/gs101/displaycolor/
Ddisplaycolor_gs101.h62 static constexpr size_t kLutLen = N; member
64 TransferFunctionData<XContainer, YContainer, kLutLen> tf_data;
220 static constexpr size_t kLutLen = 65; member
222 std::array<Container, kLutLen> values;
/hardware/google/graphics/zuma/include/zuma/displaycolor/
Ddisplaycolor_zuma.h107 static constexpr size_t kLutLen = 33; member
109 IDisplayColorGS101::TransferFunctionData<XContainer, YContainer, kLutLen> values;
/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp196 if (drmLutSize != ConfigType::kLutLen * 2) { in degamma()
201 struct drm_color_lut colorLut[ConfigType::kLutLen * 2]; in degamma()
202 for (uint32_t i = 0; i < ConfigType::kLutLen; i++) { in degamma()
204 colorLut[i + ConfigType::kLutLen].red = config->values.posy[i]; in degamma()
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp189 if (drmLutSize != ConfigType::kLutLen) { in degamma()
194 struct drm_color_lut colorLut[ConfigType::kLutLen]; in degamma()
195 for (uint32_t i = 0; i < ConfigType::kLutLen; i++) { in degamma()