Home | History | Annotate | Download | only in base

Lines Matching refs:input_format

149 // input_format - set once by server to frame size expected from the camera.
156 // as input_format. This can also be rotated or cropped for aspect ratio.
196 int previous_width = input_format().width;
197 int previous_height = input_format().height;
237 const VideoFormat& VideoAdapter::input_format() {
555 static_cast<int>(input_format().width * input_format().height >>
606 VideoFormat input = input_format();
607 if (input_format().IsSize0x0()) {
627 VideoFormat input = input_format();
628 if (input_format().IsSize0x0()) {