OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_constraint
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/renderer/media/
rtc_media_constraints.cc
23
webrtc::MediaConstraintsInterface::Constraint
new_constraint
;
local
24
new_constraint
.key = constraints[i].m_name.utf8();
25
new_constraint
.value = constraints[i].m_value.utf8();
28
if (
new_constraint
.key == kMediaStreamSource ||
29
new_constraint
.key == kMediaStreamSourceId)
33
if (
new_constraint
.key == kMediaStreamSourceInfoId)
38
new_constraint
.key,
44
DVLOG(3) << "MediaStreamConstraints:" <<
new_constraint
.key
45
<< " : " <<
new_constraint
.value;
46
native_constraints->push_back(
new_constraint
);
[
all
...]
Completed in 39 milliseconds