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