Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dvideosource.cc109 cricket::VideoFormat* format_out) { in FromConstraintsForScreencast() argument
119 format_out->width = upper_limit.width; in FromConstraintsForScreencast()
121 format_out->height = upper_limit.height; in FromConstraintsForScreencast()
131 cricket::VideoFormat* format_out) { in NewFormatWithConstraints() argument
132 ASSERT(format_out != NULL); in NewFormatWithConstraints()
133 *format_out = format_in; in NewFormatWithConstraints()
162 format_out->interval = cricket::VideoFormat::FpsToInterval(value); in NewFormatWithConstraints()