Home | History | Annotate | Download | only in lib_src

Lines Matching refs:pInputBuffer

263  * pInputBuffer - src buffer
525 static EAS_RESULT Reverb(S_REVERB_OBJECT *pReverbData, EAS_INT nNumSamplesToAdd, EAS_PCM *pOutputBuffer, EAS_PCM *pInputBuffer)
551 nApIn = ((*pInputBuffer++)>>2) + pReverbData->m_nRevOutFbkR;
552 // nApIn = *pInputBuffer++; // 1xxx test and debug ap
580 nApIn = ((*pInputBuffer++)>>2) + pReverbData->m_nRevOutFbkL;
581 // nApIn = *pInputBuffer++; // 1xxx test and debug ap