Searched refs:pOutputBuffer (Results 1 – 8 of 8) sorted by relevance
235 int16 *pOutputBuffer; member
109 config.pOutputBuffer = outputBuf; in main()
80 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() argument1839 tempValue = *pOutputBuffer; in Reverb()1840 *pOutputBuffer++ = (short) SATURATE(tempValue+pReverb->m_zOutLpfL); in Reverb()1870 tempValue = *pOutputBuffer; in Reverb()1871 *pOutputBuffer++ = (short) SATURATE(tempValue + pReverb->m_zOutLpfR); in Reverb()
409 mConfig->pOutputBuffer = reinterpret_cast<int16_t *> (wView.data() + outSize); in process()428 memset(mConfig->pOutputBuffer, 0, mConfig->outputFrameSize * sizeof(int16_t)); in process()
347 mConfig->pOutputBuffer = in onQueueFilled()
235 int16 *ptrOutBuffer = pExt->pOutputBuffer; in pvmp3_framedecoder()