HomeSort by relevance Sort by last modified time
    Searched defs:kEchoCancellation (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_options.h 36 static const char kEchoCancellation[];
68 // Note, for constraint of |kEchoCancellation| or |kGoogEchoCancellation|,
73 // returned value depends on a combination of |effects_|, |kEchoCancellation|
media_stream_audio_processor_options.cc 24 const char MediaAudioConstraints::kEchoCancellation[] = "echoCancellation";
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/
mediaconstraintsinterface.cc 49 const char MediaConstraintsInterface::kEchoCancellation[] =
mediaconstraintsinterface.h 76 static const char kEchoCancellation[]; // googEchoCancellation

Completed in 1480 milliseconds