Home
last modified time | relevance | path

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

/external/webrtc/common_audio/resampler/
Dresampler.cc203 state2_ = malloc(sizeof(WebRtcSpl_State8khzTo22khz)); in Reset()
205 static_cast<WebRtcSpl_State8khzTo22khz*>(state2_)); in Reset()
208 state1_ = malloc(sizeof(WebRtcSpl_State8khzTo22khz)); in Reset()
210 static_cast<WebRtcSpl_State8khzTo22khz*>(state1_)); in Reset()
617 static_cast<WebRtcSpl_State8khzTo22khz*>(state2_), tmp_mem); in Push()
638 static_cast<WebRtcSpl_State8khzTo22khz*>(state1_), tmp_mem); in Push()
/external/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h777 } WebRtcSpl_State8khzTo22khz; typedef
781 WebRtcSpl_State8khzTo22khz* state,
784 void WebRtcSpl_ResetResample8khzTo22khz(WebRtcSpl_State8khzTo22khz* state);
/external/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()