Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dutility_unittest.cc48 void SetMonoFrame(AudioFrame* frame, float data, int sample_rate_hz) { in SetMonoFrame() function
59 void SetMonoFrame(AudioFrame* frame, float data) { in SetMonoFrame() function
60 SetMonoFrame(frame, data, frame->sample_rate_hz_); in SetMonoFrame()
139 SetMonoFrame(&src_frame_, kSrcLeft, src_sample_rate_hz); in RunResampleTest()
144 SetMonoFrame(&dst_frame_, 0, dst_sample_rate_hz); in RunResampleTest()
146 SetMonoFrame(&golden_frame_, dst_left, dst_sample_rate_hz); in RunResampleTest()
148 SetMonoFrame(&golden_frame_, dst_mono, dst_sample_rate_hz); in RunResampleTest()
185 SetMonoFrame(&src_frame_, 20); in TEST_F()
186 SetMonoFrame(&dst_frame_, 0); in TEST_F()
194 SetMonoFrame(&src_frame_, 10); in TEST_F()
[all …]