Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DDecodeGlAccuracyTest.java256 private final int mRange; field in DecodeGlAccuracyTest
272 mRange = range; in DecodeGlAccuracyTest()
280 if ((mStandard == MediaFormat.COLOR_STANDARD_BT601_NTSC) && (mRange in DecodeGlAccuracyTest()
283 } else if ((mStandard == MediaFormat.COLOR_STANDARD_BT601_NTSC) && (mRange in DecodeGlAccuracyTest()
286 } else if ((mStandard == MediaFormat.COLOR_STANDARD_BT709) && (mRange in DecodeGlAccuracyTest()
289 } else if ((mStandard == MediaFormat.COLOR_STANDARD_BT2020) && (mRange in DecodeGlAccuracyTest()
292 } else if ((mStandard == MediaFormat.COLOR_STANDARD_BT2020) && (mRange in DecodeGlAccuracyTest()
539 assumeTrue("Skipping " + mCodecName + " for color range " + mRange in testDecodeGlAccuracyRGB()
541 mRange == MediaFormat.COLOR_RANGE_FULL in testDecodeGlAccuracyRGB()
551 if (mRange != MediaFormat.COLOR_RANGE_LIMITED in testDecodeGlAccuracyRGB()
[all …]
DEncoderColorAspectsTest.java402 validateColorAspects(fmt, mActiveEncCfg.mRange, mActiveEncCfg.mStandard, in doFullColorAspects()
420 cdtb.validateColorAspects(mActiveEncCfg.mRange, mActiveEncCfg.mStandard, in doFullColorAspects()
426 cdtb.validateColorAspects(mActiveEncCfg.mRange, mActiveEncCfg.mStandard, in doFullColorAspects()
/cts/tests/media/common/src/android/mediav2/common/cts/
DEncoderConfigParams.java52 public final int mRange; field in EncoderConfigParams
123 mRange = -1; in EncoderConfigParams()
195 mRange = cfg.mRange; in EncoderConfigParams()
242 if (mRange >= 0) mFormat.setInteger(MediaFormat.KEY_COLOR_RANGE, mRange); in getFormat()
309 if (mRange >= 0) mMsg.append(String.format("color range : %d, ", mRange)); in toString()
337 public int mRange = -1; field in EncoderConfigParams.Builder
404 this.mRange = range; in setRange()
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoDecoderValidationTest.java56 private final int mRange; field in VideoDecoderValidationTest
64 mRange = range; in VideoDecoderValidationTest()
104 validateColorAspects(getOutputFormat(), mRange, mStandard, mTransfer); in testDecodeAndValidate() local