Lines Matching refs:mOutputBuff
390 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecode()
391 mOutputBuff.reset(); in testSimpleDecode()
440 verify(mOutputBuff, mRefFile, mRmsError, audioEncoding, mRefCRC, in testSimpleDecode()
486 OutputManager ref = mOutputBuff; in testFlush()
488 mOutputBuff = test; in testFlush()
633 OutputManager ref = mOutputBuff; in testReconfigure()
635 OutputManager configRef = mOutputBuff; in testReconfigure()
640 mOutputBuff = test; in testReconfigure()
706 mOutputBuff = configTest; in testReconfigure()
756 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
757 mOutputBuff.reset(); in testOnlyEos()
830 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecodeQueueCSD()
831 mOutputBuff.reset(); in testSimpleDecodeQueueCSD()
908 OutputManager ref = mOutputBuff; in testDecodePartialFrame()
911 mOutputBuff = test; in testDecodePartialFrame()
954 mOutputBuff = new OutputManager(); in testDefaultOutputColorFormat()