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

/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp133 SpeexResamplerState *revResampler; // handle on reverse channel input speex resampler member in struct:preproc_session_s
817 session->revResampler = NULL;
861 if (session->revResampler != NULL) {
862 speex_resampler_destroy(session->revResampler);
863 session->revResampler = NULL;
960 if (session->revResampler != NULL) {
961 speex_resampler_destroy(session->revResampler);
962 session->revResampler = NULL;
988 session->revResampler = speex_resampler_init(session->inChannelCount,
993 if (session->revResampler
[all...]

Completed in 7 milliseconds