Lines Matching refs:handle

20 void WebRtc_FreeDelayEstimatorFarend(void* handle);
36 // - void* : Created |handle|. If the memory can't be allocated or
43 int WebRtc_InitDelayEstimatorFarend(void* handle);
49 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift);
62 // - handle : Updated far-end instance.
64 int WebRtc_AddFarSpectrumFix(void* handle,
70 int WebRtc_AddFarSpectrumFloat(void* handle,
75 void WebRtc_FreeDelayEstimator(void* handle);
112 // - void* : Created |handle|. If the memory can't be allocated or
119 int WebRtc_InitDelayEstimator(void* handle);
128 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift);
137 // - handle : Pointer to the delay estimation instance.
142 int WebRtc_set_history_size(void* handle, int history_size);
146 // - handle : Pointer to the delay estimation instance.
147 int WebRtc_history_size(const void* handle);
154 // - handle : Pointer to the delay estimation instance.
158 // - new_lookahead : The actual amount of lookahead set, unless |handle| is
161 int WebRtc_set_lookahead(void* handle, int lookahead);
165 // - handle : Pointer to the delay estimation instance.
166 int WebRtc_lookahead(void* handle);
172 // delay offset the echo control can handle without quality regression. The
176 // - handle : Pointer to the delay estimation instance.
178 // the echo control filter can handle.
179 int WebRtc_set_allowed_offset(void* handle, int allowed_offset);
182 int WebRtc_get_allowed_offset(const void* handle);
188 // - handle : Pointer to the delay estimation instance.
190 int WebRtc_enable_robust_validation(void* handle, int enable);
193 int WebRtc_is_robust_validation_enabled(const void* handle);
199 // - handle : Pointer to the delay estimation instance.
207 // - handle : Updated instance.
213 int WebRtc_DelayEstimatorProcessFix(void* handle,
219 int WebRtc_DelayEstimatorProcessFloat(void* handle,
227 // - handle : Pointer to the delay estimation instance.
233 int WebRtc_last_delay(void* handle);
242 float WebRtc_last_delay_quality(void* handle);