OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDelayMetrics
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.h
63
int
GetDelayMetrics
(int* median, int* std) override;
64
int
GetDelayMetrics
(int* median,
echo_cancellation_impl.cc
365
int EchoCancellationImpl::
GetDelayMetrics
(int* median, int* std) {
368
return
GetDelayMetrics
(median, std, &fraction_poor_delays);
371
int EchoCancellationImpl::
GetDelayMetrics
(int* median, int* std,
/external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h
49
MOCK_METHOD2(
GetDelayMetrics
,
51
MOCK_METHOD3(
GetDelayMetrics
,
audio_processing.h
675
// through |
GetDelayMetrics
()|.
682
// The values are aggregated until the first call to |
GetDelayMetrics
()| and
685
// |
GetDelayMetrics
()| during a session the first call from any of them will
688
virtual int
GetDelayMetrics
(int* median, int* std) = 0;
689
virtual int
GetDelayMetrics
(int* median, int* std,
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc
666
apm_->echo_cancellation()->
GetDelayMetrics
(&median, &std,
696
apm_->echo_cancellation()->
GetDelayMetrics
(&median, &std,
[
all
...]
process_test.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc
898
if (_shared->audio_processing()->echo_cancellation()->
GetDelayMetrics
(
[
all
...]
Completed in 1692 milliseconds