Lines Matching refs:height
108 u32 height, u32 code) in configure_geometry() argument
146 cfg2 |= ((height - 1) << ISI_CFG2_IM_VSIZE_OFFSET) in configure_geometry()
501 pix->width, pix->height); in isi_camera_set_fmt()
504 mf.height = pix->height; in isi_camera_set_fmt()
516 ret = configure_geometry(isi, pix->width, pix->height, xlate->code); in isi_camera_set_fmt()
521 pix->height = mf.height; in isi_camera_set_fmt()
527 pix->width, pix->height); in isi_camera_set_fmt()
549 if (pix->height > MAX_SUPPORT_HEIGHT) in isi_camera_try_fmt()
550 pix->height = MAX_SUPPORT_HEIGHT; in isi_camera_try_fmt()
556 mf.height = pix->height; in isi_camera_try_fmt()
566 pix->height = mf.height; in isi_camera_try_fmt()