Lines Matching refs:height
212 unsigned int height; /* sizes */ member
320 unsigned int width, unsigned int height) in mt9m111_setup_rect_ctx() argument
325 ret = mt9m111_reg_write(client, ctx->reducer_yzoom, rect->height); in mt9m111_setup_rect_ctx()
329 ret = mt9m111_reg_write(client, ctx->reducer_ysize, height); in mt9m111_setup_rect_ctx()
334 int width, int height, u32 code) in mt9m111_setup_geometry() argument
346 ret = reg_write(WINDOW_HEIGHT, rect->height); in mt9m111_setup_geometry()
352 rect, width, height); in mt9m111_setup_geometry()
355 rect, width, height); in mt9m111_setup_geometry()
359 __func__, code, rect->width, rect->height, rect->left, rect->top, in mt9m111_setup_geometry()
360 width, height, ret); in mt9m111_setup_geometry()
390 int width, height; in mt9m111_s_crop() local
400 rect.height = ALIGN(rect.height, 2); in mt9m111_s_crop()
408 soc_camera_limit_side(&rect.top, &rect.height, in mt9m111_s_crop()
412 height = min(mt9m111->height, rect.height); in mt9m111_s_crop()
414 ret = mt9m111_setup_geometry(mt9m111, &rect, width, height, mt9m111->fmt->code); in mt9m111_s_crop()
418 mt9m111->height = height; in mt9m111_s_crop()
442 a->bounds.height = MT9M111_MAX_HEIGHT; in mt9m111_cropcap()
456 mf->height = mt9m111->height; in mt9m111_g_fmt()
554 rect->height = ALIGN(rect->height, 2); in mt9m111_try_fmt()
560 mf->height = rect->height; in mt9m111_try_fmt()
565 if (mf->height > rect->height) in mt9m111_try_fmt()
566 mf->height = rect->height; in mt9m111_try_fmt()
570 mf->width, mf->height, fmt->code); in mt9m111_try_fmt()
590 ret = mt9m111_setup_geometry(mt9m111, rect, mf->width, mf->height, mf->code); in mt9m111_s_fmt()
595 mt9m111->height = mf->height; in mt9m111_s_fmt()
744 mt9m111->width, mt9m111->height, mt9m111->fmt->code); in mt9m111_restore_state()
985 mt9m111->rect.height = MT9M111_MAX_HEIGHT; in mt9m111_probe()