Searched refs:rmsError (Results 1 – 5 of 5) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 69 String reconfigFile, float rmsError, long refCRC) { in CodecDecoderTest() argument 73 mRmsError = rmsError; in CodecDecoderTest() 184 String testFile, String refFile, float rmsError, long checksum); in nativeTestSimpleDecode() argument 186 static void verify(OutputManager outBuff, String refFile, float rmsError, long refCRC) in verify() argument 188 if (rmsError >= 0) { in verify() 191 float errMargin = rmsError * RMS_ERROR_TOLERANCE; in verify() 193 rmsError, errMargin, currError), currError <= errMargin); in verify()
|
D | CodecDecoderValidationTest.java | 56 String refFile, float rmsError, long refCRC, int support) { in CodecDecoderValidationTest() argument 60 mRmsError = rmsError; in CodecDecoderValidationTest()
|
D | CodecDecoderSurfaceTest.java | 429 String testFile, String refFile, float rmsError, long checksum); in nativeTestSimpleDecode() argument
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 62 float rmsError, uLong checksum); 302 const char* refFile, float rmsError, uLong checksum) { in testSimpleDecode() argument 389 if (mSaveToMem && refFile && rmsError >= 0) { in testSimpleDecode() 392 float errMargin = rmsError * kRmsErrorTolerance; in testSimpleDecode() 395 ALOGE("rms error too high for file %s, ref/exp/got: %f/%f/%f", testFile, rmsError, in testSimpleDecode()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 653 RunResult(int numFrames, double durationMs, double rmsError) { in RunResult() argument 656 mRmsError = rmsError; in RunResult()
|