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

/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp120 SpeexResamplerState *inResampler; // handle on input speex resampler member in struct:preproc_session_s
867 session->inResampler = NULL;
909 if (session->inResampler != NULL) {
910 speex_resampler_destroy(session->inResampler);
911 session->inResampler = NULL;
994 if (session->inResampler != NULL) {
995 speex_resampler_destroy(session->inResampler);
996 session->inResampler = NULL;
1008 session->inResampler = speex_resampler_init(session->inChannelCount,
1013 if (session->inResampler
[all...]

Completed in 178 milliseconds