Home
last modified time | relevance | path

Searched refs:RemixAndResample (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dutility_unittest.cc166 RemixAndResample(src_frame_, &resampler, &dst_frame_); in RunResampleTest()
181 RemixAndResample(src_frame_, &resampler_, &dst_frame_); in TEST_F()
187 RemixAndResample(src_frame_, &resampler_, &dst_frame_); in TEST_F()
196 RemixAndResample(src_frame_, &resampler_, &dst_frame_); in TEST_F()
203 RemixAndResample(src_frame_, &resampler_, &dst_frame_); in TEST_F()
Dutility.cc24 void RemixAndResample(const AudioFrame& src_frame, in RemixAndResample() function
27 RemixAndResample(src_frame.data_, src_frame.samples_per_channel_, in RemixAndResample()
35 void RemixAndResample(const int16_t* src_data, in RemixAndResample() function
Dutility.h34 void RemixAndResample(const AudioFrame& src_frame,
41 void RemixAndResample(const int16_t* src_data,
Doutput_mixer.cc484 RemixAndResample(_audioFrame, &resampler_, frame); in GetMixedAudio()
528 RemixAndResample(_audioFrame, &audioproc_resampler_, &frame); in DoOperationsOnCombinedSignal()
Dtransmit_mixer.cc1158 RemixAndResample(audio, samples_per_channel, num_channels, sample_rate_hz, in GenerateAudioFrame()
Dchannel.cc3366 RemixAndResample(audio_data, number_of_frames, number_of_channels, in Demultiplex()