OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportedDelay
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/
echo_cancellation_impl_unittest.cc
51
TEST(EchoCancellationInternalTest,
ReportedDelay
) {
64
config.Set<
ReportedDelay
>(new
ReportedDelay
(false));
72
config.Set<
ReportedDelay
>(new
ReportedDelay
(true));
echo_cancellation_impl.cc
326
reported_delay_enabled_ = config.Get<
ReportedDelay
>().enabled;
/external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h
63
struct
ReportedDelay
{
64
ReportedDelay
() : enabled(true) {}
65
explicit
ReportedDelay
(bool enabled) : enabled(enabled) {}
/external/chromium_org/content/renderer/media/
media_stream_audio_processor.cc
422
config.Set<webrtc::
ReportedDelay
>(new webrtc::
ReportedDelay
(false));
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc
265
config.Set<
ReportedDelay
>(new
ReportedDelay
(false));
[
all
...]
audio_processing_unittest.cc
838
config.Set<
ReportedDelay
>(new
ReportedDelay
(true));
[
all
...]
Completed in 196 milliseconds