Home
last modified time | relevance | path

Searched refs:SetMandatory (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/test/
Dfakeconstraints.h58 void SetMandatory(const std::string& key, const T& value) { in SetMandatory() function
78 SetMandatory(MediaConstraintsInterface::kMinAspectRatio, ratio); in SetMandatoryMinAspectRatio()
82 SetMandatory(MediaConstraintsInterface::kMinWidth, width); in SetMandatoryMinWidth()
86 SetMandatory(MediaConstraintsInterface::kMinHeight, height); in SetMandatoryMinHeight()
94 SetMandatory(MediaConstraintsInterface::kMaxFrameRate, frame_rate); in SetMandatoryMaxFrameRate()
98 SetMandatory(MediaConstraintsInterface::kOfferToReceiveAudio, enable); in SetMandatoryReceiveAudio()
102 SetMandatory(MediaConstraintsInterface::kOfferToReceiveVideo, enable); in SetMandatoryReceiveVideo()
106 SetMandatory(MediaConstraintsInterface::kUseRtpMux, enable); in SetMandatoryUseRtpMux()
110 SetMandatory(MediaConstraintsInterface::kIceRestart, enable); in SetMandatoryIceRestart()
114 SetMandatory(MediaConstraintsInterface::kEnableRtpDataChannels, true); in SetAllowRtpDataChannels()
[all …]
/external/webrtc/talk/app/webrtc/
Dpeerconnection_unittest.cc1691 setup_constraints_1.SetMandatory( in TEST_F()
1694 setup_constraints_2.SetMandatory( in TEST_F()
1728 constraints.SetMandatory( in TEST_F()