Lines Matching defs:height
104 base_cb = base_y + q_data->bytesperline * q_data->height;
105 base_cr = base_cb + q_data->bytesperline * q_data->height / 4;
109 base_cr = base_y + q_data->bytesperline * q_data->height;
110 base_cb = base_cr + q_data->bytesperline * q_data->height / 4;
113 base_cb = base_y + q_data->bytesperline * q_data->height;
114 base_cr = base_cb + q_data->bytesperline * q_data->height / 2;
503 f->fmt.pix.height = q_data->height;
564 f->fmt.pix.height, f->fmt.pix.pixelformat);
575 u32 width, u32 height)
582 return round_up(clamp(sizeimage, width * height / 8,
583 width * height * 2), PAGE_SIZE);
605 &f->fmt.pix.height, MIN_H, max_h, H_ALIGN,
618 f->fmt.pix.height * 3 / 2;
623 f->fmt.pix.height;
628 f->fmt.pix.height * 2;
638 f->fmt.pix.height);
671 f->fmt.pix.height = q_data_src->height;
702 f->fmt.pix.height = round_up(f->fmt.pix.height, 16);
706 f->fmt.pix.height * 2;
709 f->fmt.pix.height * 3 / 2;
722 f->fmt.pix.height;
735 else if (fmt->width <= 720 && fmt->height <= 576)
790 q_data->height = f->fmt.pix.height;
799 q_data->rect.height = f->fmt.pix.height;
827 f->fmt.pix.height,
833 v4l2_type_names[f->type], q_data->width, q_data->height,
857 r.height = q_data_src->height;
934 f_cap.fmt.pix.height = f->fmt.pix.height;
1012 r.height = q_data->height;
1061 s->r.height = clamp(s->r.height, 2U, q_data->height);
1065 s->r.height = round_up(s->r.height, 2);
1068 s->r.height = round_down(s->r.height, 2);
1074 s->r.width, s->r.height);
1343 f->height < MIN_H || f->height > codec->max_h)
1683 ctx->q_data[V4L2_M2M_SRC].height = max_h;
1685 ctx->q_data[V4L2_M2M_DST].height = max_h;
1698 ctx->q_data[V4L2_M2M_SRC].rect.height = max_h;
1700 ctx->q_data[V4L2_M2M_DST].rect.height = max_h;
2026 q_data_dst->height = round_up(q_data_src->height, 16);
2032 q_data_dst->height * 3 / 2;
2038 q_data_dst->height * 2;
2044 q_data_dst->rect.height = q_data_src->height;
2058 (q_data_src->rect.height != q_data_dst->height &&
2059 round_up(q_data_src->rect.height, 16) != q_data_dst->height)) {
2061 q_data_src->rect.width, q_data_src->rect.height,
2062 q_data_dst->width, q_data_dst->height);