Searched refs:rmsError (Results 1 – 4 of 4) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 60 float rmsError); 287 const char* refFile, float rmsError) { in testSimpleDecode() argument 366 if (mSaveToMem && refFile && rmsError >= 0) { in testSimpleDecode() 369 if (error > rmsError) { in testSimpleDecode() 371 ALOGE("rms error too high for file %s, act/exp: %f/%f", testFile, error, rmsError); in testSimpleDecode()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 69 float rmsError) { in CodecDecoderTest() argument 73 mRmsError = rmsError; in CodecDecoderTest() 319 String testFile, String refFile, float rmsError); in nativeTestSimpleDecode() argument
|
D | CodecDecoderSurfaceTest.java | 441 String testFile, String refFile, float rmsError); in nativeTestSimpleDecode() argument
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 680 RunResult(int numFrames, double durationMs, double rmsError) { in RunResult() argument 683 mRmsError = rmsError; in RunResult()
|