Searched refs:float_cb_ (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 398 rtc::scoped_ptr<ChannelBuffer<float> > float_cb_; member in webrtc::__anon2153f0120111::ApmTest 489 SetContainerFormat(sample_rate_hz, num_input_channels, frame_, &float_cb_); in Init() 586 return apm_->ProcessStream(float_cb_->channels(), in ProcessStreamChooser() 592 float_cb_->channels()); in ProcessStreamChooser() 834 apm_->ProcessStream(float_cb_->channels(), input_stream, in TestChangingForwardChannels() 835 output_stream, float_cb_->channels())); in TestChangingForwardChannels() 850 float_cb_->channels(), processing_config.reverse_input_stream(), in TestChangingReverseChannels() 851 processing_config.reverse_output_stream(), float_cb_->channels())); in TestChangingReverseChannels() 896 SetContainerFormat(10000, 2, frame_, &float_cb_); in TEST_F() 901 SetContainerFormat(fs[i], 2, frame_, &float_cb_); in TEST_F() [all …]
|