HomeSort by relevance Sort by last modified time
    Searched full:new_constraint (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/renderer/media/
rtc_media_constraints.cc 24 webrtc::MediaConstraintsInterface::Constraint new_constraint; local
25 new_constraint.key = constraints[i].m_name.utf8();
26 new_constraint.value = constraints[i].m_value.utf8();
29 if (new_constraint.key == kMediaStreamSource ||
30 new_constraint.key == kMediaStreamSourceId)
34 if (new_constraint.key == kMediaStreamSourceInfoId)
38 if (MediaStreamVideoSource::IsConstraintSupported(new_constraint.key))
41 DVLOG(3) << "MediaStreamConstraints:" << new_constraint.key
42 << " : " << new_constraint.value;
43 native_constraints->push_back(new_constraint);
    [all...]

Completed in 190 milliseconds