Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp748 ColorAspects::MatrixCoeffs sfMatrix; in map() local
763 if (!sColorMatricesSf.map(matrix, &sfMatrix)) { in map()
767 sfMatrix = ColorAspects::MatrixOther; in map()
770 sfMatrix = (ColorAspects::MatrixCoeffs)matrix; in map()
774 *standard = ColorUtils::wrapColorAspectsIntoColorStandard(sfPrimaries, sfMatrix); in map()
784 ColorAspects::MatrixCoeffs sfMatrix; in map() local
786 (void)ColorUtils::unwrapColorAspectsFromColorStandard(standard, &sfPrimaries, &sfMatrix); in map()
798 if (!sColorMatricesSf.map(sfMatrix, matrix)) { in map()
800 *matrix = (C2Color::matrix_t)sfMatrix; in map()