• Home
  • Raw
  • Download

Lines Matching refs:FindConstraint

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()
159 FindConstraint( in CopyConstraintsIntoRtcConfiguration()
210 if (FindConstraint(constraints, MediaConstraints::kOfferToReceiveAudio, in CopyConstraintsIntoOfferAnswerOptions()
218 if (FindConstraint(constraints, MediaConstraints::kOfferToReceiveVideo, in CopyConstraintsIntoOfferAnswerOptions()
225 if (FindConstraint(constraints, MediaConstraints::kVoiceActivityDetection, in CopyConstraintsIntoOfferAnswerOptions()
229 if (FindConstraint(constraints, MediaConstraints::kUseRtpMux, &value, in CopyConstraintsIntoOfferAnswerOptions()
233 if (FindConstraint(constraints, MediaConstraints::kIceRestart, &value, in CopyConstraintsIntoOfferAnswerOptions()
238 if (FindConstraint(constraints, in CopyConstraintsIntoOfferAnswerOptions()
245 if (FindConstraint(constraints, MediaConstraints::kNumSimulcastLayers, in CopyConstraintsIntoOfferAnswerOptions()