Home | History | Annotate | Download | only in src

Lines Matching refs:pLVAudioResampler

190     pC->pLVAudioResampler = M4OSA_NULL;
233 pC->pLVAudioResampler = LVAudioResamplerCreate(16,
236 if( M4OSA_NULL == pC->pLVAudioResampler )
240 LVAudiosetSampleRate(pC->pLVAudioResampler,
244 LVAudiosetVolume(pC->pLVAudioResampler,
598 if (pC->pLVAudioResampler != M4OSA_NULL)
600 LVDestroy(pC->pLVAudioResampler);
601 pC->pLVAudioResampler = M4OSA_NULL;
3075 pC->pLVAudioResampler);
3112 pC->pLVAudioResampler);