Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc575 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(0)); in ProcessWithDefaultStreamParameters()
654 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(system_delay_ms)); in ProcessDelayVerificationTest()
722 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(100)); in StreamParametersTest()
737 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(100)); in StreamParametersTest()
758 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(100)); in StreamParametersTest()
766 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(100)); in StreamParametersTest()
779 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(100)); in StreamParametersTest()
796 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(50)); in TEST_F()
804 EXPECT_EQ(apm_->kBadStreamParameterWarning, apm_->set_stream_delay_ms(450)); in TEST_F()
806 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(100)); in TEST_F()
[all …]
Daudio_file_processor.cc146 RTC_CHECK_EQ(kNoErr, ap_->set_stream_delay_ms(msg.delay())); in HandleMessage()
Ddebug_dump_test.cc193 RTC_CHECK_EQ(AudioProcessing::kNoError, apm_->set_stream_delay_ms(100)); in Process()
323 EXPECT_NOERR(apm_->set_stream_delay_ms(msg.delay())); in OnStreamEvent()
Dprocess_test.cc742 apm->set_stream_delay_ms(delay_ms)); in void_main()
992 apm->set_stream_delay_ms(delay_ms)); in void_main()
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl_locking_unittest.cc713 apm_->set_stream_delay_ms(30); in CallApmCaptureSide()
846 apm_->set_stream_delay_ms(30)); in ApplyRuntimeSettingScheme()
852 apm_->set_stream_delay_ms(50)); in ApplyRuntimeSettingScheme()
Daudio_processing_impl.h80 int set_stream_delay_ms(int delay) override;
Daudio_processing_performance_unittest.cc330 apm_->set_stream_delay_ms(30); in ProcessCapture()
Daudio_processing_impl.cc1010 int AudioProcessingImpl::set_stream_delay_ms(int delay) { in set_stream_delay_ms() function in webrtc::AudioProcessingImpl
/external/webrtc/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h239 MOCK_METHOD1(set_stream_delay_ms,
Daudio_processing.h399 virtual int set_stream_delay_ms(int delay) = 0;
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h111 WEBRTC_STUB(set_stream_delay_ms, (int delay));
/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.cc1243 if (audioproc_->set_stream_delay_ms(delay_ms) != 0) { in ProcessAudio()