OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMandatory
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/test/
fakeconstraints.h
58
void
SetMandatory
(const std::string& key, const T& value) {
78
SetMandatory
(MediaConstraintsInterface::kMinAspectRatio, ratio);
82
SetMandatory
(MediaConstraintsInterface::kMinWidth, width);
86
SetMandatory
(MediaConstraintsInterface::kMinHeight, height);
94
SetMandatory
(MediaConstraintsInterface::kMaxFrameRate, frame_rate);
98
SetMandatory
(MediaConstraintsInterface::kOfferToReceiveAudio, enable);
102
SetMandatory
(MediaConstraintsInterface::kOfferToReceiveVideo, enable);
106
SetMandatory
(MediaConstraintsInterface::kUseRtpMux, enable);
110
SetMandatory
(MediaConstraintsInterface::kIceRestart, enable);
114
SetMandatory
(MediaConstraintsInterface::kEnableRtpDataChannels, true)
[
all
...]
/external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc
[
all
...]
Completed in 53 milliseconds