Home | History | Annotate | Download | only in webrtc

Lines Matching refs:constraint

61   const char* constraint;
71 // Disable effects to match false constraints, but if a constraint is true, set
72 // the constraint to false to later disable the software effect.
82 kConstraintEffectMap[i].constraint,
85 // If the constraint is false, or does not exist, disable the platform
91 // If the constraint is true, leave the platform effect enabled, and
92 // set the constraint to false to later disable the software effect.
94 constraints->AddMandatory(kConstraintEffectMap[i].constraint,
97 constraints->AddOptional(kConstraintEffectMap[i].constraint,
100 DVLOG(1) << "Disabling constraint: "
101 << kConstraintEffectMap[i].constraint;
105 // constraint to |false| to match what the device will support.
106 constraints->AddOptional(kConstraintEffectMap[i].constraint,