Searched refs:system_delay_ms (Results 1 – 1 of 1) sorted by relevance
372 void ProcessDelayVerificationTest(int delay_ms, int system_delay_ms,606 void ApmTest::ProcessDelayVerificationTest(int delay_ms, int system_delay_ms, in ProcessDelayVerificationTest() argument654 EXPECT_EQ(apm_->kNoError, apm_->set_stream_delay_ms(system_delay_ms)); in ProcessDelayVerificationTest()681 int expected_median = std::min(std::max(delay_ms - system_delay_ms, in ProcessDelayVerificationTest()