Home
last modified time | relevance | path

Searched refs:currError (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp412 float currError = ref->getRmsError(mRefData, mRefLength); in testSimpleDecode() local
414 RETURN_IF_TRUE(currError > errMargin, in testSimpleDecode()
416 testFile, rmsError, errMargin, currError)) in testSimpleDecode()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java314 float currError = outBuff.getRmsError(refObject, audioFormat); in verify() local
317 rmsError, errMargin, currError) + msg, currError <= errMargin); in verify()