Searched defs:kEchoCancellation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_options.h36 static const char kEchoCancellation[]; member in class:content::MediaAudioConstraints
68 // Note, for constraint of |kEchoCancellation| or |kGoogEchoCancellation|,
73 // returned value depends on a combination of |effects_|, |kEchoCancellation|
H A Dmedia_stream_audio_processor_options.cc24 const char MediaAudioConstraints::kEchoCancellation[] = "echoCancellation"; member in class:content::MediaAudioConstraints
50 { MediaAudioConstraints::kEchoCancellation, true },
104 // - |kEchoCancellation| is explicitly set to false.
109 (GetConstraintValueAsBoolean(constraints_, kEchoCancellation,
123 // |kEchoCancellation| and |kGoogEchoCancellation| have been convered by
125 if (kDefaultAudioConstraints[i].key != kEchoCancellation &&
151 // If |kEchoCancellation| is specified in the constraints, it will
154 if (GetConstraintValueAsBoolean(constraints_, kEchoCancellation, &value))
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediaconstraintsinterface.cc49 const char MediaConstraintsInterface::kEchoCancellation[] = member in class:webrtc::MediaConstraintsInterface
H A Dmediaconstraintsinterface.h76 static const char kEchoCancellation[]; // googEchoCancellation member in class:webrtc::MediaConstraintsInterface

Completed in 670 milliseconds