Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp60 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/
DCodecDecoderTest.java69 float rmsError) { in CodecDecoderTest() argument
73 mRmsError = rmsError; in CodecDecoderTest()
319 String testFile, String refFile, float rmsError); in nativeTestSimpleDecode() argument
DCodecDecoderSurfaceTest.java441 String testFile, String refFile, float rmsError); in nativeTestSimpleDecode() argument
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java680 RunResult(int numFrames, double durationMs, double rmsError) { in RunResult() argument
683 mRmsError = rmsError; in RunResult()