Searched refs:WebRtcSpl_UpsampleBy2 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/common_audio/resampler/ |
D | resampler.cc | 472 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/ |
D | resample_by_2.c | 128 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/ |
D | SwitchingSampRate.cc | 436 WebRtcSpl_UpsampleBy2(audioBuff60ms, lenDecodedAudio, resampledAudio60ms, in main()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 905 void WebRtcSpl_UpsampleBy2(const int16_t* in, size_t len,
|