OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DelayCorrection
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/
echo_cancellation_impl_unittest.cc
21
TEST(EchoCancellationInternalTest,
DelayCorrection
) {
34
config.Set<
DelayCorrection
>(new
DelayCorrection
(true));
42
config.Set<
DelayCorrection
>(new
DelayCorrection
(false));
echo_cancellation_impl.cc
325
delay_correction_enabled_ = config.Get<
DelayCorrection
>().enabled;
/external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h
51
struct
DelayCorrection
{
52
DelayCorrection
() : enabled(false) {}
53
explicit
DelayCorrection
(bool enabled) : enabled(enabled) {}
/external/chromium_org/content/renderer/media/
media_stream_audio_processor.cc
417
config.Set<webrtc::
DelayCorrection
>(new webrtc::
DelayCorrection
(true));
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc
260
config.Set<
DelayCorrection
>(new
DelayCorrection
(true));
[
all
...]
audio_processing_unittest.cc
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc
915
config.Set<webrtc::
DelayCorrection
>(
916
new webrtc::
DelayCorrection
(experimental_aec));
[
all
...]
Completed in 236 milliseconds