Home | History | Annotate | Download | only in webrtc

Lines Matching defs:constraints

586   void GetOptionsForAnswer(const webrtc::MediaConstraintsInterface* constraints,
590 ASSERT_TRUE(ParseConstraintsForAnswer(constraints, session_options));
636 const webrtc::MediaConstraintsInterface* constraints) {
640 GetOptionsForAnswer(constraints, &session_options);
641 session_->CreateAnswer(observer, constraints, session_options);
2382 // the send streams when no constraints have been set.
2396 // the send streams when no constraints have been set.
2419 // kOfferToReceiveVideo and kOfferToReceiveAudio constraints are set to false.
2438 // kOfferToReceiveAudio constraints are set to true.
2456 // kOfferToReceiveAudio and kOfferToReceiveVideo constraints are set to true.
2476 // Sets constraints to false and verifies that audio/video contents are
2500 // constraints have been set.
2519 // constraints have been set and the offer only contain audio.
2542 // constraints have been set.
2563 // constraints have been set but no stream is sent.
2587 // constraints have been set and streams are sent.
2639 webrtc::FakeConstraints constraints;
2640 constraints.SetOptionalVAD(false);
2642 CreateAnswer(&constraints));