Searched refs:colorStandard (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/module/foundation/tests/colorutils/ |
D | ColorUtilsTest.cpp | 461 int32_t colorStandard = in TEST() local 463 EXPECT_EQ(colorStandard, ColorUtils::kColorStandardUnspecified) in TEST() 465 colorStandard = in TEST() 467 EXPECT_EQ(colorStandard, ColorUtils::kColorStandardUnspecified) in TEST() 469 colorStandard = ColorUtils::wrapColorAspectsIntoColorStandard(CA::PrimariesBT601_6_525, in TEST() 471 EXPECT_GE(colorStandard, ColorUtils::kColorStandardExtendedStart) in TEST() 475 colorStandard = in TEST() 477 EXPECT_GE(colorStandard, ColorUtils::kColorStandardExtendedStart) in TEST() 482 colorStandard = -1; in TEST() 486 aspects, &colorRange, &colorStandard, &colorTransfer); in TEST()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 1470 int32_t colorStandard = -1; in updateHdrMetrics() local 1471 if (mOutputFormat->findInt32(KEY_COLOR_STANDARD, &colorStandard)) { in updateHdrMetrics() 1473 isConfig ? kCodecConfigColorStandard : kCodecParsedColorStandard, colorStandard); in updateHdrMetrics()
|