Lines Matching refs:mOutputBuff
211 mOutputBuff->saveInPTS(pts); in enqueueInput()
226 if (mIsAudio) mOutputBuff->saveToMemory(buf, info); in dequeueOutput()
227 else mOutputBuff->saveChecksum(buf, info); in dequeueOutput()
229 mOutputBuff->saveOutPTS(info->presentationTimeUs); in dequeueOutput()
267 mOutputBuff = ref; in decodeToMemory()
304 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecode()
305 mOutputBuff->reset(); in testSimpleDecode()
404 mOutputBuff = test; in testFlush()
513 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
514 mOutputBuff->reset(); in testOnlyEos()
577 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecodeQueueCSD()
578 mOutputBuff->reset(); in testSimpleDecodeQueueCSD()