Searched refs:mRmsError (Results 1 – 3 of 3) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 102 private final float mRmsError; field in CodecDecoderTest 116 mRmsError = rmsError; in CodecDecoderTest() 434 mRefFile, colorFormat, mRmsError, ref.getCheckSumBuffer(), mTestConfig); in testSimpleDecode() 440 verify(mOutputBuff, mRefFile, mRmsError, audioEncoding, mRefCRC, in testSimpleDecode()
|
D | CodecDecoderValidationTest.java | 102 private final float mRmsError; field in CodecDecoderValidationTest 116 mRmsError = rmsError; in CodecDecoderValidationTest() 861 CodecDecoderTest.verify(ref, mRefFile, mRmsError, AudioFormat.ENCODING_PCM_16BIT, in testDecodeAndValidate()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 364 public final double mRmsError; field in VideoEncoderDecoderTest.RunResult 369 mRmsError = Double.NaN; in RunResult() 375 mRmsError = Double.NaN; in RunResult() 381 mRmsError = rmsError; in RunResult() 495 mDecoderRmsErrorResults[runIx] = decoderResult.mRmsError; in doTest()
|