OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNoiseReduction
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/
mediaconstraintsinterface.h
92
static const char
kNoiseReduction
[]; // googNoiseReduction
videosource_unittest.cc
390
constraints.AddMandatory(MediaConstraintsInterface::
kNoiseReduction
, "false");
407
MediaConstraintsInterface::
kNoiseReduction
, true);
409
MediaConstraintsInterface::
kNoiseReduction
, false);
420
MediaConstraintsInterface::
kNoiseReduction
, false);
434
MediaConstraintsInterface::
kNoiseReduction
, false);
447
MediaConstraintsInterface::
kNoiseReduction
, "not a boolean");
460
MediaConstraintsInterface::
kNoiseReduction
, "false");
463
MediaConstraintsInterface::
kNoiseReduction
, "True");
479
MediaConstraintsInterface::
kNoiseReduction
, false);
481
MediaConstraintsInterface::
kNoiseReduction
, true)
[
all
...]
mediaconstraintsinterface.cc
73
const char MediaConstraintsInterface::
kNoiseReduction
[] = "googNoiseReduction";
videosource.cc
180
} else if (constraint.key == MediaConstraintsInterface::
kNoiseReduction
) {
291
MediaConstraintsInterface::
kNoiseReduction
,
Completed in 75 milliseconds