Searched refs:gammaMatrix (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.cpp | 162 int32_t ColorDrmBlobFactory::gammaMatrix( in gammaMatrix() function in gs::ColorDrmBlobFactory 166 struct exynos_matrix gammaMatrix; in gammaMatrix() local 167 if ((ret = convertDqeMatrixDataToDrmMatrix(config->matrix_data, gammaMatrix, in gammaMatrix() 172 ret = drm->CreatePropertyBlob(&gammaMatrix, sizeof(gammaMatrix), &blobId); in gammaMatrix()
|
D | DisplayColorModule.h | 39 static int32_t gammaMatrix(const GsInterfaceType::IDqe::DqeMatrixData::ConfigType *config,
|
/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.cpp | 169 int32_t ColorDrmBlobFactory::gammaMatrix( in gammaMatrix() function in gs::ColorDrmBlobFactory 173 struct exynos_matrix gammaMatrix; in gammaMatrix() local 174 if ((ret = convertDqeMatrixDataToDrmMatrix(config->matrix_data, gammaMatrix, in gammaMatrix() 179 ret = drm->CreatePropertyBlob(&gammaMatrix, sizeof(gammaMatrix), &blobId); in gammaMatrix()
|
D | DisplayColorModule.h | 41 static int32_t gammaMatrix(const GsInterfaceType::IDqe::DqeMatrixData::ConfigType *config,
|
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterfaceModule.cpp | 121 ret = gs::ColorDrmBlobFactory::gammaMatrix(dqe.GammaMatrix().config, mDrmDevice, in setDisplayColorBlob()
|