OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddOptional
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/talk/app/webrtc/
localaudiosource_unittest.cc
47
constraints.
AddOptional
(
49
constraints.
AddOptional
(MediaConstraintsInterface::kDAEchoCancellation, true);
50
constraints.
AddOptional
(MediaConstraintsInterface::kAutoGainControl, true);
51
constraints.
AddOptional
(
54
constraints.
AddOptional
(MediaConstraintsInterface::kHighpassFilter, true);
55
constraints.
AddOptional
(MediaConstraintsInterface::kAecDump, true);
83
constraints.
AddOptional
(
95
constraints.
AddOptional
(MediaConstraintsInterface::kHighpassFilter, false);
96
constraints.
AddOptional
("invalidKey", false);
videosource_unittest.cc
272
constraints.
AddOptional
(MediaConstraintsInterface::kMinWidth, 1280);
273
constraints.
AddOptional
(MediaConstraintsInterface::kMinAspectRatio,
295
constraints.
AddOptional
(MediaConstraintsInterface::kMinWidth, 1280);
322
constraints.
AddOptional
(MediaConstraintsInterface::kMinAspectRatio, 2);
381
constraints.
AddOptional
("weird key", 640);
408
constraints.
AddOptional
(
419
constraints.
AddOptional
(
421
constraints.
AddOptional
("invalidKey", false);
446
constraints.
AddOptional
(
459
constraints.
AddOptional
(
[
all
...]
webrtcsession_unittest.cc
766
constraints_->
AddOptional
(
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeconstraints.h
73
void
AddOptional
(const std::string& key, const T& value) {
90
AddOptional
(MediaConstraintsInterface::kMaxWidth, width);
119
AddOptional
(MediaConstraintsInterface::kVoiceActivityDetection, enable);
/external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc
123
constraints.
AddOptional
(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
126
constraints.
AddOptional
(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
Completed in 956 milliseconds