Home
last modified time | relevance | path

Searched defs: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()
273 static void verify(OutputManager outBuff, String refFile, float rmsError, int audioFormat, in verify()
349 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode()
DCodecDecoderValidationTest.java111 String refFile, float rmsError, long refCRC, int sampleRate, int channelCount, in CodecDecoderValidationTest()
DCodecDecoderSurfaceTest.java587 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode()
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp357 const char* refFile, int colorFormat, float rmsError, in testSimpleDecode()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java378 RunResult(int numFrames, double durationMs, double rmsError) { in RunResult()