Searched refs:resamplerContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
H A DVideoEditorResampler.h27 void LVAudiosetSampleRate(M4OSA_Context resamplerContext,M4OSA_Int32 inSampleRate);
28 void LVAudiosetVolume(M4OSA_Context resamplerContext, M4OSA_Int16 left, M4OSA_Int16 right) ;
30 M4OSA_Int32 outFrameCount, M4OSA_Context resamplerContext);
31 void LVDestroy(M4OSA_Context resamplerContext);
/frameworks/av/libvideoeditor/vss/src/
H A DVideoEditorResampler.cpp98 void LVAudiosetSampleRate(M4OSA_Context resamplerContext, M4OSA_Int32 inSampleRate) { argument
101 (VideoEditorResampler *)resamplerContext;
113 void LVAudiosetVolume(M4OSA_Context resamplerContext, M4OSA_Int16 left, M4OSA_Int16 right) { argument
116 (VideoEditorResampler *)resamplerContext;
120 void LVDestroy(M4OSA_Context resamplerContext) { argument
123 (VideoEditorResampler *)resamplerContext;
147 M4OSA_Int32 outFrameCount, M4OSA_Context resamplerContext) {
150 (VideoEditorResampler *)resamplerContext;
163 (size_t)outFrameCount, (VideoEditorResampler *)resamplerContext);
146 LVAudioresample_LowQuality(M4OSA_Int16* out, M4OSA_Int16* input, M4OSA_Int32 outFrameCount, M4OSA_Context resamplerContext) argument

Completed in 81 milliseconds