Lines Matching refs:handle

126 void WebRtc_FreeDelayEstimatorFarend(void* handle) {
127 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle;
129 if (handle == NULL) {
175 int WebRtc_InitDelayEstimatorFarend(void* handle) {
176 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle;
194 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift) {
195 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle;
200 int WebRtc_AddFarSpectrumFix(void* handle, uint16_t* far_spectrum,
202 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle;
229 int WebRtc_AddFarSpectrumFloat(void* handle, float* far_spectrum,
231 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle;
254 void WebRtc_FreeDelayEstimator(void* handle) {
255 DelayEstimator* self = (DelayEstimator*) handle;
257 if (handle == NULL) {
302 int WebRtc_InitDelayEstimator(void* handle) {
303 DelayEstimator* self = (DelayEstimator*) handle;
321 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift) {
322 DelayEstimator* self = (DelayEstimator*) handle;
327 int WebRtc_set_lookahead(void* handle, int lookahead) {
328 DelayEstimator* self = (DelayEstimator*) handle;
339 int WebRtc_lookahead(void* handle) {
340 DelayEstimator* self = (DelayEstimator*) handle;
346 int WebRtc_set_allowed_offset(void* handle, int allowed_offset) {
347 DelayEstimator* self = (DelayEstimator*) handle;
356 int WebRtc_get_allowed_offset(const void* handle) {
357 const DelayEstimator* self = (const DelayEstimator*) handle;
365 int WebRtc_enable_robust_validation(void* handle, int enable) {
366 DelayEstimator* self = (DelayEstimator*) handle;
379 int WebRtc_is_robust_validation_enabled(const void* handle) {
380 const DelayEstimator* self = (const DelayEstimator*) handle;
388 int WebRtc_DelayEstimatorProcessFix(void* handle,
392 DelayEstimator* self = (DelayEstimator*) handle;
420 int WebRtc_DelayEstimatorProcessFloat(void* handle,
423 DelayEstimator* self = (DelayEstimator*) handle;
445 int WebRtc_last_delay(void* handle) {
446 DelayEstimator* self = (DelayEstimator*) handle;
455 float WebRtc_last_delay_quality(void* handle) {
456 DelayEstimator* self = (DelayEstimator*) handle;