Lines Matching refs:mOutputBuff
239 mOutputBuff->saveInPTS(pts); in enqueueInput()
258 mOutputBuff->saveToMemory(buf, info); in dequeueOutput()
259 mOutputBuff->updateChecksum(buf, info); in dequeueOutput()
267 mOutputBuff->updateChecksum(buf, info, width, height, stride, mBytesPerSample); in dequeueOutput()
270 mOutputBuff->saveOutPTS(info->presentationTimeUs); in dequeueOutput()
282 RETURN_IF_FALSE(mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts), in isTestStateValid()
284 mOutputBuff->getErrorMsg())) in isTestStateValid()
286 !mOutputBuff->isOutPtsListIdenticalToInpPtsList(false), in isTestStateValid()
288 mOutputBuff->getErrorMsg())) in isTestStateValid()
340 mOutputBuff = ref; in decodeToMemory()
368 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecode()
369 mOutputBuff->reset(); in testSimpleDecode()
439 mOutputBuff = test; in testFlush()
526 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
527 mOutputBuff->reset(); in testOnlyEos()
578 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecodeQueueCSD()
579 mOutputBuff->reset(); in testSimpleDecodeQueueCSD()