Searched refs:near_frame (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/test/
H A Dprocess_test.cc560 AudioFrame near_frame; local
622 near_frame.sample_rate_hz_ = msg.sample_rate();
623 near_frame.samples_per_channel_ = samples_per_channel;
624 near_frame.num_channels_ = msg.num_input_channels();
704 near_frame.num_channels_ = apm->num_input_channels();
709 near_frame.num_channels_, msg.input_data().size());
710 memcpy(near_frame.data_,
753 err = apm->ProcessStream(&near_frame);
754 ASSERT_TRUE(near_frame.num_channels_ == apm->num_output_channels());
758 near_frame
[all...]

Completed in 24 milliseconds