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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_internal.h 46 } DelayEstimator;
delay_estimator_wrapper.c 258 DelayEstimator* self = (DelayEstimator*) handle;
274 DelayEstimator* self = NULL;
278 self = malloc(sizeof(DelayEstimator));
306 DelayEstimator* self = (DelayEstimator*) handle;
325 DelayEstimator* self = (DelayEstimator*) handle;
331 DelayEstimator* self = handle;
340 const DelayEstimator* self = handle
    [all...]
delay_estimator_unittest.cc 52 DelayEstimator* self_;
95 self_ = reinterpret_cast<DelayEstimator*>(handle_);
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.c 36 } DelayEstimator;
144 DelayEstimator* self = (DelayEstimator*) handle;
170 DelayEstimator* self = NULL;
183 self = malloc(sizeof(DelayEstimator));
220 DelayEstimator* self = (DelayEstimator*) handle;
248 DelayEstimator* self = (DelayEstimator*) handle;
295 DelayEstimator* self = (DelayEstimator*) handle
    [all...]

Completed in 74 milliseconds