Searched refs:pOutputBuffer (Results 1 – 9 of 9) sorted by relevance
235 int16 *pOutputBuffer; member
109 config.pOutputBuffer = outputBuf; in main()
80 mConfig->pOutputBuffer = outputBuf; in DecodeFrames()
199 mConfig->pOutputBuffer = outputBuf; in decodeFrames()
412 static int Reverb(reverb_object_t* pReverbData, int nNumSamplesToAdd, short *pOutputBuffer, short *…
1644 short *pOutputBuffer, short *pInputBuffer) { in Reverb() argument1838 tempValue = *pOutputBuffer; in Reverb()1839 *pOutputBuffer++ = (short) SATURATE(tempValue+pReverb->m_zOutLpfL); in Reverb()1869 tempValue = *pOutputBuffer; in Reverb()1870 *pOutputBuffer++ = (short) SATURATE(tempValue + pReverb->m_zOutLpfR); in Reverb()
417 mConfig->pOutputBuffer = reinterpret_cast<int16_t *> (wView.data() + outSize); in process()436 memset(mConfig->pOutputBuffer, 0, mConfig->outputFrameSize * sizeof(int16_t)); in process()
347 mConfig->pOutputBuffer = in onQueueFilled()
240 int16 *ptrOutBuffer = pExt->pOutputBuffer; in pvmp3_framedecoder()