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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localaudiosource_unittest.cc 45 constraints.AddMandatory(MediaConstraintsInterface::kEchoCancellation, false);
82 constraints.AddMandatory(MediaConstraintsInterface::kEchoCancellation, false);
83 constraints.AddOptional(MediaConstraintsInterface::kEchoCancellation, true);
mediaconstraintsinterface.h 77 static const char kEchoCancellation[]; // googEchoCancellation
localaudiosource.cc 42 const char MediaConstraintsInterface::kEchoCancellation[] =
77 if (iter->key == MediaConstraintsInterface::kEchoCancellation)
  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory.cc 62 {webrtc::MediaConstraintsInterface::kEchoCancellation,

Completed in 326 milliseconds