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

/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp134 SpeexResamplerState *revResampler; // handle on reverse channel input speex resampler member in struct:preproc_session_s
872 session->revResampler = NULL;
916 if (session->revResampler != NULL) {
917 speex_resampler_destroy(session->revResampler);
918 session->revResampler = NULL;
1002 if (session->revResampler != NULL) {
1003 speex_resampler_destroy(session->revResampler);
1004 session->revResampler = NULL;
1030 session->revResampler = speex_resampler_init(session->inChannelCount,
1035 if (session->revResampler
[all...]

Completed in 452 milliseconds