Lines Matching refs:height
344 static void mt9t112_frame_check(u32 *width, u32 *height, u32 *left, u32 *top) in mt9t112_frame_check() argument
347 soc_camera_limit_side(top, height, 0, 0, MAX_HEIGHT); in mt9t112_frame_check()
352 u16 height) in mt9t112_set_a_frame_size() argument
356 u16 hstart = (MAX_HEIGHT - height) / 2; in mt9t112_set_a_frame_size()
360 mt9t112_mcu_write(ret, client, VAR(26, 2), height); in mt9t112_set_a_frame_size()
364 mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height); in mt9t112_set_a_frame_size()
371 mt9t112_mcu_write(ret, client, VAR(18, 6), 11 + height + hstart); in mt9t112_set_a_frame_size()
827 priv->frame.height); in mt9t112_s_stream()
834 priv->frame.height); in mt9t112_s_stream()
862 mt9t112_frame_check(&priv->frame.width, &priv->frame.height, in mt9t112_set_params()
875 a->bounds.height = MAX_HEIGHT; in mt9t112_cropcap()
879 a->defrect.height = VGA_HEIGHT; in mt9t112_cropcap()
914 mf->height = priv->frame.height; in mt9t112_g_fmt()
929 .height = mf->height, in mt9t112_s_fmt()
962 mt9t112_frame_check(&mf->width, &mf->height, &left, &top); in mt9t112_try_fmt()
1077 .height = VGA_HEIGHT, in mt9t112_probe()