Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/utils/
DCodec2Mapper.cpp612 ColorAspects::MatrixCoeffs sfMatrix; in map() local
627 if (!sColorMatricesSf.map(matrix, &sfMatrix)) { in map()
631 sfMatrix = ColorAspects::MatrixOther; in map()
634 sfMatrix = (ColorAspects::MatrixCoeffs)matrix; in map()
638 *standard = ColorUtils::wrapColorAspectsIntoColorStandard(sfPrimaries, sfMatrix); in map()
648 ColorAspects::MatrixCoeffs sfMatrix; in map() local
650 (void)ColorUtils::unwrapColorAspectsFromColorStandard(standard, &sfPrimaries, &sfMatrix); in map()
662 if (!sColorMatricesSf.map(sfMatrix, matrix)) { in map()
664 *matrix = (C2Color::matrix_t)sfMatrix; in map()