Searched refs:RemixAndResample (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | utility_unittest.cc | 166 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()
|
D | utility.cc | 24 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
|
D | utility.h | 34 void RemixAndResample(const AudioFrame& src_frame, 41 void RemixAndResample(const int16_t* src_data,
|
D | output_mixer.cc | 484 RemixAndResample(_audioFrame, &resampler_, frame); in GetMixedAudio() 528 RemixAndResample(_audioFrame, &audioproc_resampler_, &frame); in DoOperationsOnCombinedSignal()
|
D | transmit_mixer.cc | 1158 RemixAndResample(audio, samples_per_channel, num_channels, sample_rate_hz, in GenerateAudioFrame()
|
D | channel.cc | 3366 RemixAndResample(audio_data, number_of_frames, number_of_channels, in Demultiplex()
|