Lines Matching refs:height

362 		wh = pixm->width * pixm->height;  in queue_setup()
584 u32 *width, u32 *height, in fimc_capture_try_format() argument
621 height, max_t(u32, *height, 32), in fimc_capture_try_format()
631 *height = ctx->s_frame.f_height; in fimc_capture_try_format()
638 min_h = dst->offs_v + dst->height; in fimc_capture_try_format()
649 height, min_h, FIMC_CAMIF_MAX_HEIGHT, in fimc_capture_try_format()
654 pad, code ? *code : 0, *width, *height, in fimc_capture_try_format()
676 r->height = sink->f_height; in fimc_capture_try_selection()
684 max_sc_v = min(SCALER_MAX_VRATIO, 1 << (ffs(sink->height) - 1)); in fimc_capture_try_selection()
716 &r->height, min_h, max_h, align_h, in fimc_capture_try_selection()
720 r->top = clamp_t(u32, r->top, 0, sink->f_height - r->height); in fimc_capture_try_selection()
724 target, r->left, r->top, r->width, r->height, in fimc_capture_try_selection()
846 tfmt->height = mf->height; in fimc_pipeline_try_format()
847 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
849 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
853 if (mf->width != tfmt->width || mf->height != tfmt->height) in fimc_pipeline_try_format()
933 unsigned int width = 0, height = 0; in __video_try_or_set_format() local
938 fimc_capture_try_format(ctx, &pix->width, &pix->height, in __video_try_or_set_format()
943 height = pix->height; in __video_try_or_set_format()
946 ctx->s_frame.f_height = pix->height; in __video_try_or_set_format()
951 *out_fmt = fimc_capture_try_format(ctx, &pix->width, &pix->height, in __video_try_or_set_format()
960 pix->height = height; in __video_try_or_set_format()
972 mf->height = pix->height; in __video_try_or_set_format()
982 pix->height = mf->height; in __video_try_or_set_format()
985 fimc_adjust_mplane_format(*out_fmt, pix->width, pix->height, pix); in __video_try_or_set_format()
1053 set_frame_bounds(ff, pix->width, pix->height); in __fimc_capture_set_format()
1056 set_frame_crop(ff, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()
1063 set_frame_bounds(&ctx->s_frame, pix->width, pix->height); in __fimc_capture_set_format()
1064 set_frame_crop(&ctx->s_frame, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()
1152 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
1171 src_fmt.format.height != sink_fmt.format.height || in fimc_pipeline_validate()
1295 s->r.height = f->o_height; in fimc_cap_g_selection()
1304 s->r.height = f->height; in fimc_cap_g_selection()
1318 if (a->top + a->height > b->top + b->height) in enclosed_rectangle()
1356 s->r.height); in fimc_cap_s_selection()
1521 mf->height = ff->height; in fimc_subdev_get_fmt()
1550 fmt->pad, mf->code, mf->width, mf->height); in fimc_subdev_set_fmt()
1556 ffmt = fimc_capture_try_format(ctx, &mf->width, &mf->height, in fimc_subdev_set_fmt()
1578 mf->height = ctx->s_frame.height; in fimc_subdev_set_fmt()
1584 set_frame_bounds(ff, mf->width, mf->height); in fimc_subdev_set_fmt()
1595 set_frame_crop(ff, 0, 0, mf->width, mf->height); in fimc_subdev_set_fmt()
1624 r->height = f->o_height; in fimc_subdev_get_selection()
1648 r->height = f->height; in fimc_subdev_get_selection()
1652 sel->pad, r->left, r->top, r->width, r->height, in fimc_subdev_get_selection()
1693 set_frame_crop(f, r->left, r->top, r->width, r->height); in fimc_subdev_set_selection()
1701 r->width, r->height); in fimc_subdev_set_selection()
1726 .height = FIMC_DEFAULT_HEIGHT, in fimc_capture_set_default_format()
1795 vid_cap->ci_fmt.height = FIMC_DEFAULT_HEIGHT; in fimc_register_capture_device()
1799 ctx->s_frame.height = FIMC_DEFAULT_HEIGHT; in fimc_register_capture_device()