Home
last modified time | relevance | path

Searched refs:DelayEstimator (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.cc261 DelayEstimator* self = (DelayEstimator*)handle; in WebRtc_FreeDelayEstimator()
277 DelayEstimator* self = NULL; in WebRtc_CreateDelayEstimator()
281 self = static_cast<DelayEstimator*>(malloc(sizeof(DelayEstimator))); in WebRtc_CreateDelayEstimator()
309 DelayEstimator* self = (DelayEstimator*)handle; in WebRtc_InitDelayEstimator()
328 DelayEstimator* self = (DelayEstimator*)handle; in WebRtc_SoftResetDelayEstimator()
334 DelayEstimator* self = static_cast<DelayEstimator*>(handle); in WebRtc_set_history_size()
343 const DelayEstimator* self = static_cast<const DelayEstimator*>(handle); in WebRtc_history_size()
357 DelayEstimator* self = (DelayEstimator*)handle; in WebRtc_set_lookahead()
369 DelayEstimator* self = (DelayEstimator*)handle; in WebRtc_lookahead()
376 DelayEstimator* self = (DelayEstimator*)handle; in WebRtc_set_allowed_offset()
[all …]
Ddelay_estimator_internal.h47 } DelayEstimator; typedef
Ddelay_estimator_unittest.cc55 DelayEstimator* self_;
98 self_ = reinterpret_cast<DelayEstimator*>(handle_); in SetUp()