Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.c258 DelayEstimator* self = (DelayEstimator*) handle; in WebRtc_FreeDelayEstimator()
274 DelayEstimator* self = NULL; in WebRtc_CreateDelayEstimator()
278 self = malloc(sizeof(DelayEstimator)); in WebRtc_CreateDelayEstimator()
306 DelayEstimator* self = (DelayEstimator*) handle; in WebRtc_InitDelayEstimator()
325 DelayEstimator* self = (DelayEstimator*) handle; in WebRtc_SoftResetDelayEstimator()
331 DelayEstimator* self = handle; in WebRtc_set_history_size()
340 const DelayEstimator* self = handle; in WebRtc_history_size()
354 DelayEstimator* self = (DelayEstimator*) handle; in WebRtc_set_lookahead()
366 DelayEstimator* self = (DelayEstimator*) handle; in WebRtc_lookahead()
373 DelayEstimator* self = (DelayEstimator*) handle; in WebRtc_set_allowed_offset()
[all …]
Ddelay_estimator_internal.h46 } DelayEstimator; typedef
Ddelay_estimator_unittest.cc52 DelayEstimator* self_;
95 self_ = reinterpret_cast<DelayEstimator*>(handle_); in SetUp()