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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediaconstraintsinterface.h 85 static const char kNoiseReduction[]; // googNoiseReduction
localvideosource_unittest.cc 337 constraints.AddMandatory(MediaConstraintsInterface::kNoiseReduction, "false");
365 MediaConstraintsInterface::kNoiseReduction, true);
367 MediaConstraintsInterface::kNoiseReduction, false);
380 MediaConstraintsInterface::kNoiseReduction, false);
395 MediaConstraintsInterface::kNoiseReduction, false);
409 MediaConstraintsInterface::kNoiseReduction, "true");
427 MediaConstraintsInterface::kNoiseReduction, "false");
447 MediaConstraintsInterface::kNoiseReduction, false);
449 MediaConstraintsInterface::kNoiseReduction, true);
localvideosource.cc 53 const char MediaConstraintsInterface::kNoiseReduction[] = "googNoiseReduction";
202 } else if (constraint.key == MediaConstraintsInterface::kNoiseReduction ||
311 MediaConstraintsInterface::kNoiseReduction,

Completed in 148 milliseconds