Home
last modified time | relevance | path

Searched refs:WebRtcSpl_UpsampleBy2 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/resampler/
Dresampler.cc472 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, samplesOut, (int32_t*)state1_); in Push()
506 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (int32_t*)state1_); in Push()
508 WebRtcSpl_UpsampleBy2(tmp, lengthIn * 2, samplesOut, (int32_t*)state2_); in Push()
529 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (int32_t*)state1_); in Push()
556 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, samplesOut, in Push()
560 WebRtcSpl_UpsampleBy2(samplesOut, outLen, tmp, (int32_t*) state2_); in Push()
619 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (int32_t*)state1_); in Push()
694 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (int32_t*)state1_); in Push()
725 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, samplesOut, (int32_t*)state1_); in Push()
736 WebRtcSpl_UpsampleBy2(tmp, (lengthIn * 16) / 11, samplesOut, in Push()
[all …]
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_by_2.c128 void WebRtcSpl_UpsampleBy2(const int16_t* in, size_t len, in WebRtcSpl_UpsampleBy2() function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
DSwitchingSampRate.cc436 WebRtcSpl_UpsampleBy2(audioBuff60ms, lenDecodedAudio, resampledAudio60ms, in main()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h905 void WebRtcSpl_UpsampleBy2(const int16_t* in, size_t len,