Home
last modified time | relevance | path

Searched refs:r_values (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/gs201/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp83 if ((cgcData.config->r_values.size() != DRM_SAMSUNG_CGC_LUT_REG_CNT) || in createCgcDMAFromIDqe()
87 cgcData.config->r_values.size(), in createCgcDMAFromIDqe()
101 buf[i * 2].r_value = (uint16_t)(cgcData.config->r_values[i]); in createCgcDMAFromIDqe()
104 buf[i * 2 + 1].r_value = (uint16_t)(cgcData.config->r_values[i] >> 16); in createCgcDMAFromIDqe()
108 buf[i * 2].r_value = (uint16_t)cgcData.config->r_values[i]; in createCgcDMAFromIDqe()
/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp241 if ((config->r_values.size() != DRM_SAMSUNG_CGC_LUT_REG_CNT) || in cgc()
244 ALOGE("CGC data size is not same (r: %zu, g: %zu: b: %zu)", config->r_values.size(), in cgc()
250 cgc.r_values[i] = config->r_values[i]; in cgc()
296 colorLut[i].red = config->r_values.posx[i]; in regamma()
299 colorLut[i + ConfigType::kChannelLutLen].red = config->r_values.posy[i]; in regamma()
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp233 if ((config->r_values.size() != DRM_SAMSUNG_CGC_LUT_REG_CNT) || in cgc()
236 ALOGE("CGC data size is not same (r: %zu, g: %zu: b: %zu)", config->r_values.size(), in cgc()
242 cgc.r_values[i] = config->r_values[i]; in cgc()
289 colorLut[i].red = config->r_values[i]; in regamma()
/hardware/google/graphics/gs101/include/gs101/displaycolor/
Ddisplaycolor_gs101.h252 std::array<Container, kChannelLutLen> r_values{};
275 std::array<Container, kChannelLutLen> r_values{};
/hardware/google/graphics/zuma/include/zuma/displaycolor/
Ddisplaycolor_zuma.h128 r_values; member