• Home
  • Raw
  • Download

Lines Matching refs:height

213 	int height;		/* sizes */  member
321 unsigned int width, unsigned int height) in mt9m111_setup_rect_ctx() argument
326 ret = mt9m111_reg_write(client, ctx->reducer_yzoom, rect->height); in mt9m111_setup_rect_ctx()
330 ret = mt9m111_reg_write(client, ctx->reducer_ysize, height); in mt9m111_setup_rect_ctx()
335 int width, int height, enum v4l2_mbus_pixelcode code) in mt9m111_setup_geometry() argument
347 ret = reg_write(WINDOW_HEIGHT, rect->height); in mt9m111_setup_geometry()
353 rect, width, height); in mt9m111_setup_geometry()
356 rect, width, height); in mt9m111_setup_geometry()
360 __func__, code, rect->width, rect->height, rect->left, rect->top, in mt9m111_setup_geometry()
361 width, height, ret); in mt9m111_setup_geometry()
391 int width, height; in mt9m111_s_crop() local
401 rect.height = ALIGN(rect.height, 2); in mt9m111_s_crop()
409 soc_camera_limit_side(&rect.top, &rect.height, in mt9m111_s_crop()
413 height = min(mt9m111->height, rect.height); in mt9m111_s_crop()
415 ret = mt9m111_setup_geometry(mt9m111, &rect, width, height, mt9m111->fmt->code); in mt9m111_s_crop()
419 mt9m111->height = height; in mt9m111_s_crop()
443 a->bounds.height = MT9M111_MAX_HEIGHT; in mt9m111_cropcap()
457 mf->height = mt9m111->height; in mt9m111_g_fmt()
555 rect->height = ALIGN(rect->height, 2); in mt9m111_try_fmt()
561 mf->height = rect->height; in mt9m111_try_fmt()
566 if (mf->height > rect->height) in mt9m111_try_fmt()
567 mf->height = rect->height; in mt9m111_try_fmt()
571 mf->width, mf->height, fmt->code); in mt9m111_try_fmt()
591 ret = mt9m111_setup_geometry(mt9m111, rect, mf->width, mf->height, mf->code); in mt9m111_s_fmt()
596 mt9m111->height = mf->height; in mt9m111_s_fmt()
768 mt9m111->width, mt9m111->height, mt9m111->fmt->code); in mt9m111_restore_state()
1000 mt9m111->rect.height = MT9M111_MAX_HEIGHT; in mt9m111_probe()