delay_estimator_unittest.cc | 60 float near_f_[kSpectrumSize]; member in class:__anon27896::DelayEstimatorTest 76 memset(near_f_, 2, sizeof(near_f_)); 319 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(NULL, near_f_, 324 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(handle_, near_f_, 328 near_f_, 403 EXPECT_EQ(-2, WebRtc_DelayEstimatorProcessFloat(handle_, near_f_, 437 last_delay = WebRtc_DelayEstimatorProcessFloat(handle_, near_f_,
|