Searched refs:DelayEstimator (Results 1 – 3 of 3) sorted by relevance
258 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 …]
46 } DelayEstimator; typedef
52 DelayEstimator* self_;95 self_ = reinterpret_cast<DelayEstimator*>(handle_); in SetUp()