Searched refs:in_h (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | rj54n1cb0c.c | 537 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h, 620 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h, in rj54n1_sensor_scale() argument 625 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() 797 *in_h = (output_h * resize + 512) / 1024; in rj54n1_sensor_scale() 802 *in_w, *in_h, resize, output_w, output_h, skip); in rj54n1_sensor_scale()
|