Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp134 SpeexResamplerState *revResampler; // handle on reverse channel input speex resampler member
873 session->revResampler = NULL; in Session_CreateEffect()
917 if (session->revResampler != NULL) { in Session_ReleaseEffect()
918 speex_resampler_destroy(session->revResampler); in Session_ReleaseEffect()
919 session->revResampler = NULL; in Session_ReleaseEffect()
1002 if (session->revResampler != NULL) { in Session_SetConfig()
1003 speex_resampler_destroy(session->revResampler); in Session_SetConfig()
1004 session->revResampler = NULL; in Session_SetConfig()
1030 session->revResampler = speex_resampler_init(session->inChannelCount, in Session_SetConfig()
1035 if (session->revResampler == NULL) { in Session_SetConfig()
[all …]