HomeSort by relevance Sort by last modified time
    Searched refs:DelayEstimatorFarend (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_internal.h 34 } DelayEstimatorFarend;
delay_estimator_wrapper.c 127 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle;
143 DelayEstimatorFarend* self = NULL;
150 self = malloc(sizeof(DelayEstimatorFarend));
176 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle;
195 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle;
204 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle
    [all...]
delay_estimator_unittest.cc 54 DelayEstimatorFarend* farend_self_;
92 farend_self_ = reinterpret_cast<DelayEstimatorFarend*>(farend_handle_);

Completed in 331 milliseconds