Searched refs:stream_delay_ms (Results 1 – 8 of 8) sorted by relevance
108 int stream_delay_ms() const override;322 stream_delay_ms(0), in ApmCaptureNonLockedState()329 int stream_delay_ms; member
748 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::AudioProcessingImpl1033 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()
202 apm_->stream_delay_ms()); in ProcessCaptureAudio()
190 apm_->stream_delay_ms(), stream_drift_samples_); in ProcessCaptureAudio()
241 MOCK_CONST_METHOD0(stream_delay_ms,
400 virtual int stream_delay_ms() const = 0;
797 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()
112 WEBRTC_STUB_CONST(stream_delay_ms, ());