HomeSort by relevance Sort by last modified time
    Searched full:near_f_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/utility/
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_,

Completed in 96 milliseconds