Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java111 String reconfigFile, float rmsError, long refCRC, SupportClass supportRequirements, in CodecDecoderTest() argument
116 mRmsError = rmsError; in CodecDecoderTest()
273 static void verify(OutputManager outBuff, String refFile, float rmsError, int audioFormat, in verify() argument
275 if (rmsError >= 0) { in verify()
315 float errMargin = rmsError * RMS_ERROR_TOLERANCE; in verify()
317 rmsError, errMargin, currError) + msg, currError <= errMargin); in verify()
349 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode() argument
DCodecDecoderValidationTest.java111 String refFile, float rmsError, long refCRC, int sampleRate, int channelCount, in CodecDecoderValidationTest() argument
116 mRmsError = rmsError; in CodecDecoderValidationTest()
DCodecDecoderSurfaceTest.java587 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode() argument
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp66 int colorFormat, float rmsError, uLong checksum);
357 const char* refFile, int colorFormat, float rmsError, in testSimpleDecode() argument
410 if (mSaveToMem && refFile && rmsError >= 0) { in testSimpleDecode()
413 float errMargin = rmsError * kRmsErrorTolerance; in testSimpleDecode()
416 testFile, rmsError, errMargin, currError)) in testSimpleDecode()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java378 RunResult(int numFrames, double durationMs, double rmsError) { in RunResult() argument
381 mRmsError = rmsError; in RunResult()