Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.h108 int stream_delay_ms() const override;
322 stream_delay_ms(0), in ApmCaptureNonLockedState()
329 int stream_delay_ms; member
Daudio_processing_impl.cc748 msg->set_delay(capture_nonlocked_.stream_delay_ms); in ProcessStreamLocked()
1027 capture_nonlocked_.stream_delay_ms = delay; in set_stream_delay_ms()
1031 int AudioProcessingImpl::stream_delay_ms() const { in stream_delay_ms() function in webrtc::AudioProcessingImpl
1033 return capture_nonlocked_.stream_delay_ms; in stream_delay_ms()
1361 capture_nonlocked_.stream_delay_ms - capture_.last_stream_delay_ms; in MaybeUpdateHistograms()
1372 capture_.last_stream_delay_ms = capture_nonlocked_.stream_delay_ms; in MaybeUpdateHistograms()
Decho_control_mobile_impl.cc202 apm_->stream_delay_ms()); in ProcessCaptureAudio()
Decho_cancellation_impl.cc190 apm_->stream_delay_ms(), stream_drift_samples_); in ProcessCaptureAudio()
/external/webrtc/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h241 MOCK_CONST_METHOD0(stream_delay_ms,
Daudio_processing.h400 virtual int stream_delay_ms() const = 0;
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc797 EXPECT_EQ(50, apm_->stream_delay_ms()); in TEST_F()
805 EXPECT_EQ(500, apm_->stream_delay_ms()); in TEST_F()
807 EXPECT_EQ(200, apm_->stream_delay_ms()); in TEST_F()
813 EXPECT_EQ(0, apm_->stream_delay_ms()); in TEST_F()
815 EXPECT_EQ(50, apm_->stream_delay_ms()); in TEST_F()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h112 WEBRTC_STUB_CONST(stream_delay_ms, ());