Searched refs:RemixAndResample (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | utility_unittest.cc | 170 RemixAndResample(src_frame_, &resampler, &dst_frame_); in RunResampleTest() 197 RemixAndResample(src_frame_, &resampler_, &dst_frame_); in TEST_F() 203 RemixAndResample(src_frame_, &resampler_, &dst_frame_); in TEST_F() 212 RemixAndResample(src_frame_, &resampler_, &dst_frame_); in TEST_F() 219 RemixAndResample(src_frame_, &resampler_, &dst_frame_); in TEST_F()
|
D | utility.h | 31 void RemixAndResample(const AudioFrame& src_frame,
|
D | utility.cc | 27 void RemixAndResample(const AudioFrame& src_frame, in RemixAndResample() function
|
D | output_mixer.cc | 507 RemixAndResample(_audioFrame, &resampler_, frame); in GetMixedAudio() 583 RemixAndResample(_audioFrame, &audioproc_resampler_, &frame); in APMAnalyzeReverseStream()
|