Searched refs:outResampler (Results 1 – 1 of 1) sorted by relevance
124 SpeexResamplerState *outResampler; // handle on output speex resampler member870 session->outResampler = NULL; in Session_CreateEffect()913 if (session->outResampler != NULL) { in Session_ReleaseEffect()914 speex_resampler_destroy(session->outResampler); in Session_ReleaseEffect()915 session->outResampler = NULL; in Session_ReleaseEffect()998 if (session->outResampler != NULL) { in Session_SetConfig()999 speex_resampler_destroy(session->outResampler); in Session_SetConfig()1000 session->outResampler = NULL; in Session_SetConfig()1018 session->outResampler = speex_resampler_init(session->outChannelCount, in Session_SetConfig()1023 if (session->outResampler == NULL) { in Session_SetConfig()[all …]