Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp162 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()
DDisplayColorModule.h39 static int32_t gammaMatrix(const GsInterfaceType::IDqe::DqeMatrixData::ConfigType *config,
/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp169 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()
DDisplayColorModule.h41 static int32_t gammaMatrix(const GsInterfaceType::IDqe::DqeMatrixData::ConfigType *config,
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp121 ret = gs::ColorDrmBlobFactory::gammaMatrix(dqe.GammaMatrix().config, mDrmDevice, in setDisplayColorBlob()