Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h161 MatrixOther = 0xff, enumerator
318 case ColorAspects::MatrixOther: return "Other";
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp89 return c <= ColorAspects::MatrixOther; in isValid()
132 numCoeffs = ColorAspects::MatrixOther + 1; // 0x100; in unwrapColorAspectsFromColorStandard()
141 *coeffs = ColorAspects::MatrixOther; in unwrapColorAspectsFromColorStandard()
297 { 0, ColorAspects::MatrixOther },
304 { 8, ColorAspects::MatrixOther /* YCgCo */ },
323 if (aspects.mMatrixCoeffs == ColorAspects::MatrixOther || in convertCodecColorAspectsToIsoAspects()
/frameworks/av/media/libstagefright/foundation/tests/colorutils/
DColorUtilsTest.cpp460 CA::MatrixCoeffs unmappedMatrixCoeffs = (CA::MatrixCoeffs)(CA::MatrixOther + 1); in TEST()
495 aspects.mMatrixCoeffs = CA::MatrixOther; in TEST()
511 colorMatrixCoeffs = CA::MatrixOther; in TEST()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp107 { C2Color::MATRIX_OTHER, ColorAspects::MatrixOther },
763 sfMatrix = ColorAspects::MatrixOther; in map()