Home
last modified time | relevance | path

Searched refs:format_in (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dvideosource.cc129 const cricket::VideoFormat& format_in, in NewFormatWithConstraints() argument
133 *format_out = format_in; in NewFormatWithConstraints()
137 return (value <= format_in.width); in NewFormatWithConstraints()
140 return (value >= format_in.width); in NewFormatWithConstraints()
143 return (value <= format_in.height); in NewFormatWithConstraints()
146 return (value >= format_in.height); in NewFormatWithConstraints()
149 return (value <= cricket::VideoFormat::IntervalToFps(format_in.interval)); in NewFormatWithConstraints()
161 if (value <= cricket::VideoFormat::IntervalToFps(format_in.interval)) in NewFormatWithConstraints()
172 double ratio = static_cast<double>(format_in.width) / format_in.height; in NewFormatWithConstraints()
176 double ratio = static_cast<double>(format_in.width) / format_in.height; in NewFormatWithConstraints()