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