Searched defs:SetMonoFrame (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dutility_unittest.cc51 void SetMonoFrame(AudioFrame* frame, float data, int sample_rate_hz) { function in namespace:webrtc::voe::__anon16259
62 void SetMonoFrame(AudioFrame* frame, float data) { function in namespace:webrtc::voe::__anon16259
63 SetMonoFrame(frame, data, frame->sample_rate_hz_);
143 SetMonoFrame(&src_frame_, kSrcLeft, src_sample_rate_hz);
148 SetMonoFrame(&dst_frame_, 0, dst_sample_rate_hz);
150 SetMonoFrame(&golden_frame_, dst_left, dst_sample_rate_hz);
152 SetMonoFrame(&golden_frame_, dst_mono, dst_sample_rate_hz);
201 SetMonoFrame(&src_frame_, 20);
202 SetMonoFrame(&dst_frame_, 0);
210 SetMonoFrame(
[all...]

Completed in 87 milliseconds