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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.h 137 // Releases the memory allocated by WebRtc_CreateBinaryDelayEstimator(...).
146 // WebRtc_CreateBinaryDelayEstimator().
155 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator(
164 // WebRtc_CreateBinaryDelayEstimator().
173 // WebRtc_CreateBinaryDelayEstimator(...).
184 // WebRtc_CreateBinaryDelayEstimator(...).
delay_estimator_unittest.cc 98 binary_ = WebRtc_CreateBinaryDelayEstimator(binary_farend_, kLookahead);
206 WebRtc_CreateBinaryDelayEstimator(binary_farend_,
492 // WebRtc_CreateBinaryDelayEstimator() should return -1 if we have a NULL
497 binary_handle = WebRtc_CreateBinaryDelayEstimator(NULL, kLookahead);
499 binary_handle = WebRtc_CreateBinaryDelayEstimator(binary_farend_, -1);
delay_estimator_wrapper.c 286 WebRtc_CreateBinaryDelayEstimator(farend->binary_farend, max_lookahead);
delay_estimator.c 401 BinaryDelayEstimator* WebRtc_CreateBinaryDelayEstimator(

Completed in 52 milliseconds