Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dresampler.cc382 state1_ = malloc(sizeof(WebRtcSpl_State22khzTo8khz)); in Reset()
383 WebRtcSpl_ResetResample22khzTo8khz((WebRtcSpl_State22khzTo8khz *)state1_); in Reset()
390 state1_ = malloc(sizeof(WebRtcSpl_State22khzTo8khz)); in Reset()
391 WebRtcSpl_ResetResample22khzTo8khz((WebRtcSpl_State22khzTo8khz *)state1_); in Reset()
897 (WebRtcSpl_State22khzTo8khz *)state1_, in Push()
925 (WebRtcSpl_State22khzTo8khz *)state1_, in Push()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h796 } WebRtcSpl_State22khzTo8khz; typedef
799 WebRtcSpl_State22khzTo8khz* state,
802 void WebRtcSpl_ResetResample22khzTo8khz(WebRtcSpl_State22khzTo8khz* state);
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample.c179 WebRtcSpl_State22khzTo8khz* state, int32_t* tmpmem) in WebRtcSpl_Resample22khzTo8khz()
229 void WebRtcSpl_ResetResample22khzTo8khz(WebRtcSpl_State22khzTo8khz* state) in WebRtcSpl_ResetResample22khzTo8khz()