Searched refs:in_h (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | rj54n1cb0c.c | 538 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h, 626 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h, in rj54n1_sensor_scale() argument 631 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() 803 *in_h = (output_h * resize + 512) / 1024; in rj54n1_sensor_scale() 808 *in_w, *in_h, resize, output_w, output_h, skip); in rj54n1_sensor_scale()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 753 u32 in_w, in_h; in bdisp_try_fmt() local 776 in_h = pix->height; in bdisp_try_fmt() 784 if ((pix->width != in_w) || (pix->height != in_h)) in bdisp_try_fmt() 787 in_w, in_h, pix->width, pix->height); in bdisp_try_fmt()
|