Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h782 } WebRtcSpl_State16khzTo22khz; typedef
786 WebRtcSpl_State16khzTo22khz* state,
789 void WebRtcSpl_ResetResample16khzTo22khz(WebRtcSpl_State16khzTo22khz* state);
/external/webrtc/webrtc/common_audio/resampler/
Dresampler.cc313 state1_ = malloc(sizeof(WebRtcSpl_State16khzTo22khz)); in Reset()
314 WebRtcSpl_ResetResample16khzTo22khz((WebRtcSpl_State16khzTo22khz *)state1_); in Reset()
673 (WebRtcSpl_State16khzTo22khz *)state1_, in Push()
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample.c116 WebRtcSpl_State16khzTo22khz* state, int32_t* tmpmem) in WebRtcSpl_Resample16khzTo22khz()
160 void WebRtcSpl_ResetResample16khzTo22khz(WebRtcSpl_State16khzTo22khz* state) in WebRtcSpl_ResetResample16khzTo22khz()