Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dresampler.cc305 state2_ = malloc(sizeof(WebRtcSpl_State8khzTo22khz)); in Reset()
306 WebRtcSpl_ResetResample8khzTo22khz((WebRtcSpl_State8khzTo22khz *)state2_); in Reset()
309 state1_ = malloc(sizeof(WebRtcSpl_State8khzTo22khz)); in Reset()
310 WebRtcSpl_ResetResample8khzTo22khz((WebRtcSpl_State8khzTo22khz *)state1_); in Reset()
627 (WebRtcSpl_State8khzTo22khz *)state2_, in Push()
651 (WebRtcSpl_State8khzTo22khz *)state1_, in Push()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h809 } WebRtcSpl_State8khzTo22khz; typedef
812 WebRtcSpl_State8khzTo22khz* state,
815 void WebRtcSpl_ResetResample8khzTo22khz(WebRtcSpl_State8khzTo22khz* state);
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample.c250 WebRtcSpl_State8khzTo22khz* state, int32_t* tmpmem) in WebRtcSpl_Resample8khzTo22khz()
300 void WebRtcSpl_ResetResample8khzTo22khz(WebRtcSpl_State8khzTo22khz* state) in WebRtcSpl_ResetResample8khzTo22khz()