Lines Matching refs:input_h
550 int output_w, output_h, input_w = rect->width, input_h = rect->height;
559 &input_h, 8, RJ54N1_MAX_HEIGHT, 0, 0);
562 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize;
565 input_w, input_h, rj54n1->resize, output_w, output_h);
567 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h);
575 rj54n1->rect.height = input_h;
638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h,
662 if (output_h > max(384U, input_h / 2)) {
664 input_h = RJ54N1_MAX_HEIGHT;
667 input_h = output_h * 2;
671 input_h, output_h);
686 if (output_w > input_w && output_h > input_h) {
688 input_h = output_h;
694 resize_y = (input_h * 1024 + output_h / 2) / output_h;
984 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height;
1100 if (input_h > max_h)
1101 input_h = max_h;
1106 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h);
1116 rj54n1->rect.height = input_h;