Searched refs:resampInst (Results 1 – 2 of 2) sorted by relevance
47 int WebRtcAec_InitResampler(void* resampInst, int deviceSampleRateHz) { in WebRtcAec_InitResampler() argument48 AecResampler* obj = (AecResampler*)resampInst; in WebRtcAec_InitResampler()60 void WebRtcAec_FreeResampler(void* resampInst) { in WebRtcAec_FreeResampler() argument61 AecResampler* obj = (AecResampler*)resampInst; in WebRtcAec_FreeResampler()65 void WebRtcAec_ResampleLinear(void* resampInst, in WebRtcAec_ResampleLinear() argument71 AecResampler* obj = (AecResampler*)resampInst; in WebRtcAec_ResampleLinear()78 assert(resampInst != NULL); in WebRtcAec_ResampleLinear()117 int WebRtcAec_GetSkew(void* resampInst, int rawSkew, float* skewEst) { in WebRtcAec_GetSkew() argument118 AecResampler* obj = (AecResampler*)resampInst; in WebRtcAec_GetSkew()
25 int WebRtcAec_InitResampler(void* resampInst, int deviceSampleRateHz);26 void WebRtcAec_FreeResampler(void* resampInst);29 int WebRtcAec_GetSkew(void* resampInst, int rawSkew, float* skewEst);32 void WebRtcAec_ResampleLinear(void* resampInst,