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.java110 String reconfigFile, float rmsError, long refCRC, SupportClass supportRequirements, in CodecDecoderTest()
272 static void verify(OutputManager outBuff, String refFile, float rmsError, int audioFormat, in verify()
348 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.java484 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode()
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp355 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()