Home | History | Annotate | Download | only in src

Lines Matching refs:pLVAudioResampler

2224     pC->pLVAudioResampler = M4OSA_NULL;
3378 if (pC->pLVAudioResampler != M4OSA_NULL)
3380 LVDestroy(pC->pLVAudioResampler);
3381 pC->pLVAudioResampler = M4OSA_NULL;
6461 pC->pLVAudioResampler = LVAudioResamplerCreate(
6466 if( M4OSA_NULL == pC->pLVAudioResampler)
6471 LVAudiosetSampleRate(pC->pLVAudioResampler,
6476 LVAudiosetVolume(pC->pLVAudioResampler, (M4OSA_Int16)(0x1000 /* 0x7fff */),
8411 pC->iSsrcNbSamplOut, pC->pLVAudioResampler);
8419 (short *)pSsrcInput, pC->iSsrcNbSamplOut, pC->pLVAudioResampler);