Searched defs:format_in (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dvideosource.cc125 // |format_in| if the format is changed by the constraint. Ie - the frame rate
129 const cricket::VideoFormat& format_in,
133 *format_out = format_in;
137 return (value <= format_in.width);
140 return (value >= format_in.width);
143 return (value <= format_in.height);
146 return (value >= format_in.height);
149 return (value <= cricket::VideoFormat::IntervalToFps(format_in.interval));
161 if (value <= cricket::VideoFormat::IntervalToFps(format_in.interval))
172 double ratio = static_cast<double>(format_in
127 NewFormatWithConstraints( const MediaConstraintsInterface::Constraint& constraint, const cricket::VideoFormat& format_in, bool mandatory, cricket::VideoFormat* format_out) argument
[all...]

Completed in 145 milliseconds