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.cpp114 int32_t colorMatrix = 0; local
118 meta->findInt32(kKeyColorMatrix, &colorMatrix);
124 colorAspects.mMatrixCoeffs = (ColorAspects::MatrixCoeffs)colorMatrix;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1912 mat4 colorMatrix = mColorMatrix; local
1914 colorMatrix = colorMatrix * mDaltonizer();
1916 mat4 oldMatrix = engine.setupColorTransform(colorMatrix);
H A DSurfaceFlinger_hwc1.cpp1928 mat4 colorMatrix = mColorMatrix; local
1930 colorMatrix = colorMatrix * mDaltonizer();
1932 mat4 oldMatrix = engine.setupColorTransform(colorMatrix);

Completed in 1526 milliseconds