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

/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 52 milliseconds