Home | History | Annotate | Download | only in base

Lines Matching defs:input_format

146 // input_format - set once by server to frame size expected from the camera.
151 // as input_format. This can also be rotated or cropped for aspect ratio.
193 int previous_width = input_format().width;
194 int previous_height = input_format().height;
234 const VideoFormat& VideoAdapter::input_format() {
630 static_cast<int>(input_format().width * input_format().height >>
681 VideoFormat input = input_format();
682 if (input_format().IsSize0x0()) {
702 VideoFormat input = input_format();
703 if (input_format().IsSize0x0()) {