HomeSort by relevance Sort by last modified time
    Searched refs:pLVAudioResampler (Results 1 - 4 of 4) sorted by null

  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_AudioMixing.c 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;
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 483 M4OSA_Context pLVAudioResampler;
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 28 milliseconds