Searched defs:colorMatrix (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DGlopBuilder.cpp303 float* colorMatrix = mOutGlop->fill.filter.matrix.matrix; local
304 memcpy(colorMatrix, srcColorMatrix, 4 * sizeof(float));
305 memcpy(&colorMatrix[4], &srcColorMatrix[5], 4 * sizeof(float));
306 memcpy(&colorMatrix[8], &srcColorMatrix[10], 4 * sizeof(float));
307 memcpy(&colorMatrix[12], &srcColorMatrix[15], 4 * sizeof(float));
/frameworks/av/media/libstagefright/
H A DUtils.cpp115 int32_t colorMatrix = 0; local
119 meta->findInt32(kKeyColorMatrix, &colorMatrix);
125 colorAspects.mMatrixCoeffs = (ColorAspects::MatrixCoeffs)colorMatrix;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1331 mat4 colorMatrix = mColorMatrix * mDaltonizer(); local
1340 if (colorMatrix != mPreviousColorMatrix) {
1341 status_t result = mHwc->setColorTransform(hwcId, colorMatrix);
1350 mPreviousColorMatrix = colorMatrix;
2055 mat4 colorMatrix = mColorMatrix * mDaltonizer(); local
2056 oldColorMatrix = getRenderEngine().setupColorTransform(colorMatrix);
H A DSurfaceFlinger_hwc1.cpp1957 mat4 colorMatrix = mColorMatrix; local
1959 colorMatrix = colorMatrix * mDaltonizer();
1961 mat4 oldMatrix = engine.setupColorTransform(colorMatrix);

Completed in 143 milliseconds