Lines Matching defs:height
237 unsigned int height; /* sizes */
385 unsigned int width, unsigned int height)
390 ret = mt9m111_reg_write(client, ctx->reducer_yzoom, rect->height);
394 ret = mt9m111_reg_write(client, ctx->reducer_ysize, height);
399 int width, int height, u32 code)
411 ret = reg_write(WINDOW_HEIGHT, rect->height);
417 rect, width, height);
420 rect, width, height);
424 __func__, code, rect->width, rect->height, rect->left, rect->top,
425 width, height, ret);
458 int width, height;
474 &rect.height, 2, MT9M111_MAX_HEIGHT, align, 0);
480 (__s32)rect.height);
483 height = min(mt9m111->height, rect.height);
485 ret = mt9m111_setup_geometry(mt9m111, &rect, width, height, mt9m111->fmt->code);
489 mt9m111->height = height;
510 sel->r.height = MT9M111_MAX_HEIGHT;
541 mf->height = mt9m111->height;
655 rect->height = ALIGN(rect->height, 2);
661 mf->height = rect->height;
666 if (mf->height > rect->height)
667 mf->height = rect->height;
671 mf->width, mf->height, fmt->code);
685 ret = mt9m111_setup_geometry(mt9m111, rect, mf->width, mf->height, mf->code);
690 mt9m111->height = mf->height;
699 unsigned int width, unsigned int height)
713 sensor_rect->height != MT9M111_MAX_HEIGHT) {
721 if (width > MT9M111_MAX_WIDTH / 2 || height > MT9M111_MAX_HEIGHT / 2) {
942 mt9m111->width, mt9m111->height, mt9m111->fmt->code);
1087 mode = mt9m111_find_mode(mt9m111, fps, mt9m111->width, mt9m111->height);
1129 format->height = MT9M111_MAX_HEIGHT;
1333 mt9m111->rect.height = MT9M111_MAX_HEIGHT;
1335 mt9m111->height = mt9m111->rect.height;