OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DelayEstimator
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/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_);
Completed in 60 milliseconds