Searched refs:configRef (Results 1 – 6 of 6) sorted by relevance
321 OutputManager configRef = cdtbB.getOutputManager(); in testReconfigure() local322 OutputManager configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()387 if (!configRef.equalsByteOutput(configTest)) { in testReconfigure()
514 OutputManager configRef = mOutputBuff; in testReconfigure() local516 OutputManager configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()575 if (!(mIsInterlaced ? configRef.equalsDequeuedOutput(configTest) : in testReconfigure()576 configRef.equals(configTest))) { in testReconfigure()
412 OutputManager configRef = cdtb2.getOutputManager(); in testReconfigure() local413 OutputManager configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()477 if (!configRef.equalsByteOutput(configTest)) { in testReconfigure()
438 OutputManager configRef = null; in testReconfigure() local443 configRef = mOutputBuff; in testReconfigure()444 configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()510 if (!configRef.equals(configTest)) { in testReconfigure()
635 OutputManager configRef = mOutputBuff; in testReconfigure() local637 OutputManager configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()723 if (!configRef.equals(configTest)) { in testReconfigure()
440 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()