Lines Matching refs:height
919 soc_camera_limit_side(&rect->top, &rect->height, 0, 2, 4096); in mx2_camera_set_crop()
931 mf.width, mf.height); in mx2_camera_set_crop()
934 icd->user_height = mf.height; in mx2_camera_set_crop()
1017 in = mf_in->height; in mx2_emmaprp_resize()
1018 out = pix_out->height; in mx2_emmaprp_resize()
1108 mf_in->height = pix_out->height; in mx2_emmaprp_resize()
1128 __func__, pix->width, pix->height); in mx2_camera_set_fmt()
1138 mf.height = pix->height; in mx2_camera_set_fmt()
1149 pcdev->s_height = mf.height; in mx2_camera_set_fmt()
1157 if ((mf.width != pix->width || mf.height != pix->height) && in mx2_camera_set_fmt()
1167 pix->height = mf.height; in mx2_camera_set_fmt()
1173 __func__, pix->width, pix->height); in mx2_camera_set_fmt()
1192 __func__, pix->width, pix->height); in mx2_camera_try_fmt()
1208 mf.height = pix->height; in mx2_camera_try_fmt()
1224 if ((mf.width != pix->width || mf.height != pix->height) && in mx2_camera_try_fmt()
1244 pix->height = mf.height; in mx2_camera_try_fmt()
1249 __func__, pix->width, pix->height); in mx2_camera_try_fmt()