HomeSort by relevance Sort by last modified time
    Searched refs:mandatory_constraints (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/app/webrtc/
mediaconstraintsinterface.cc 137 // If |mandatory_constraints| is non-null, it is incremented if the key appears
147 size_t* mandatory_constraints) {
153 if (mandatory_constraints)
154 ++*mandatory_constraints;
mediaconstraintsinterface.h 149 size_t* mandatory_constraints);
videosource.cc 380 MediaConstraintsInterface::Constraints mandatory_constraints = local
387 FromConstraintsForScreencast(mandatory_constraints, &(formats[0]));
390 formats = FilterFormats(mandatory_constraints, optional_constraints,
peerconnection.cc 867 size_t mandatory_constraints = 0; local
872 &mandatory_constraints)) {
880 &mandatory_constraints)) {
888 &mandatory_constraints)) {
895 &mandatory_constraints))
    [all...]

Completed in 55 milliseconds