Searched refs:FindConstraint (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/sdk/ |
D | media_constraints.cc | 30 bool FindConstraint(const MediaConstraints* constraints, in FindConstraint() function 35 if (!FindConstraint(constraints, key, &string_value, mandatory_constraints)) { in FindConstraint() 43 bool FindConstraint(const MediaConstraints* constraints, in FindConstraint() function 62 bool FindConstraint(const MediaConstraints* constraints, in FindConstraint() function 66 return FindConstraint<bool>(constraints, key, value, mandatory_constraints); in FindConstraint() 69 bool FindConstraint(const MediaConstraints* constraints, in FindConstraint() function 73 return FindConstraint<int>(constraints, key, value, mandatory_constraints); in FindConstraint() 83 bool present = FindConstraint<T>(constraints, key, &value, nullptr); in ConstraintToOptional() 153 FindConstraint(constraints, MediaConstraints::kEnableDscp, in CopyConstraintsIntoRtcConfiguration() 155 FindConstraint(constraints, MediaConstraints::kCpuOveruseDetection, in CopyConstraintsIntoRtcConfiguration() [all …]
|