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

/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp119 SpeexResamplerState *inResampler; // handle on input speex resampler member in struct:preproc_session_s
811 session->inResampler = NULL;
853 if (session->inResampler != NULL) {
854 speex_resampler_destroy(session->inResampler);
855 session->inResampler = NULL;
952 if (session->inResampler != NULL) {
953 speex_resampler_destroy(session->inResampler);
954 session->inResampler = NULL;
966 session->inResampler = speex_resampler_init(session->inChannelCount,
971 if (session->inResampler
[all...]

Completed in 197 milliseconds