Lines Matching refs:input_h
546 input_w = rect->width, input_h = rect->height; in rj54n1_s_crop() local
553 soc_camera_limit_side(&dummy, &input_h, in rj54n1_s_crop()
557 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_s_crop()
560 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_s_crop()
562 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h); in rj54n1_s_crop()
570 rj54n1->rect.height = input_h; in rj54n1_s_crop()
625 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local
649 if (output_h > max(384U, input_h / 2)) { in rj54n1_sensor_scale()
651 input_h = RJ54N1_MAX_HEIGHT; in rj54n1_sensor_scale()
654 input_h = output_h * 2; in rj54n1_sensor_scale()
658 input_h, output_h); in rj54n1_sensor_scale()
673 if (output_w > input_w && output_h > input_h) { in rj54n1_sensor_scale()
675 input_h = output_h; in rj54n1_sensor_scale()
681 resize_y = (input_h * 1024 + output_h / 2) / output_h; in rj54n1_sensor_scale()
1000 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height; in rj54n1_s_fmt() local
1096 if (input_h > max_h) in rj54n1_s_fmt()
1097 input_h = max_h; in rj54n1_s_fmt()
1102 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h); in rj54n1_s_fmt()
1112 rj54n1->rect.height = input_h; in rj54n1_s_fmt()