Home
last modified time | relevance | path

Searched refs:configRef (Results 1 – 6 of 6) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelMultiAccessUnitTest.java321 OutputManager configRef = cdtbB.getOutputManager(); in testReconfigure() local
322 OutputManager configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()
387 if (!configRef.equalsByteOutput(configTest)) { in testReconfigure()
DCodecDecoderSurfaceTest.java514 OutputManager configRef = mOutputBuff; in testReconfigure() local
516 OutputManager configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()
575 if (!(mIsInterlaced ? configRef.equalsDequeuedOutput(configTest) : in testReconfigure()
576 configRef.equals(configTest))) { in testReconfigure()
DCodecDecoderMultiAccessUnitTest.java412 OutputManager configRef = cdtb2.getOutputManager(); in testReconfigure() local
413 OutputManager configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()
477 if (!configRef.equalsByteOutput(configTest)) { in testReconfigure()
DCodecEncoderTest.java438 OutputManager configRef = null; in testReconfigure() local
443 configRef = mOutputBuff; in testReconfigure()
444 configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()
510 if (!configRef.equals(configTest)) { in testReconfigure()
DCodecDecoderTest.java635 OutputManager configRef = mOutputBuff; in testReconfigure() local
637 OutputManager configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()
723 if (!configRef.equals(configTest)) { in testReconfigure()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp440 auto configRef = mReconfBuff; in testReconfigure()
445 RETURN_IF_FALSE(encodeToMemory(srcPath, encoder, INT32_MAX, format, configRef), in testReconfigure()
512 RETURN_IF_TRUE(!configRef->equals(test), in testReconfigure()