Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp751 ColorAspects::MatrixCoeffs sfMatrix; in map() local
766 if (!sColorMatricesSf.map(matrix, &sfMatrix)) { in map()
770 sfMatrix = ColorAspects::MatrixOther; in map()
773 sfMatrix = (ColorAspects::MatrixCoeffs)matrix; in map()
777 *standard = ColorUtils::wrapColorAspectsIntoColorStandard(sfPrimaries, sfMatrix); in map()
787 ColorAspects::MatrixCoeffs sfMatrix; in map() local
789 (void)ColorUtils::unwrapColorAspectsFromColorStandard(standard, &sfPrimaries, &sfMatrix); in map()
801 if (!sColorMatricesSf.map(sfMatrix, matrix)) { in map()
803 *matrix = (C2Color::matrix_t)sfMatrix; in map()