OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_FreeBinaryDelayEstimator
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.h
148
void
WebRtc_FreeBinaryDelayEstimator
(BinaryDelayEstimator* self);
delay_estimator.c
376
void
WebRtc_FreeBinaryDelayEstimator
(BinaryDelayEstimator* self) {
429
WebRtc_FreeBinaryDelayEstimator
(self);
delay_estimator_unittest.cc
109
WebRtc_FreeBinaryDelayEstimator
(binary_);
219
WebRtc_FreeBinaryDelayEstimator
(binary2);
delay_estimator_wrapper.c
267
WebRtc_FreeBinaryDelayEstimator
(self->binary_handle);
Completed in 40 milliseconds