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;
504 f->fmt.pix.height = q_data->height;
565 f->fmt.pix.height, f->fmt.pix.pixelformat);
576 u32 width, u32 height)
583 return round_up(clamp(sizeimage, width * height / 8,
584 width * height * 2), PAGE_SIZE);
606 &f->fmt.pix.height, MIN_H, max_h, H_ALIGN,
619 f->fmt.pix.height * 3 / 2;
624 f->fmt.pix.height;
629 f->fmt.pix.height * 2;
634 f->fmt.pix.sizeimage = f->fmt.pix.bytesperline * f->fmt.pix.height;
644 f->fmt.pix.height);
681 vscale = coda_jpeg_scale(q_data_src->height, f->fmt.pix.height);
684 f->fmt.pix.height = q_data_src->height >> vscale;
715 f->fmt.pix.height = round_up(f->fmt.pix.height, 16 >> vscale);
719 f->fmt.pix.height * 2;
722 f->fmt.pix.height * 3 / 2;
735 f->fmt.pix.height;
748 else if (fmt->width <= 720 && fmt->height <= 576)
803 q_data->height = f->fmt.pix.height;
812 q_data->rect.height = f->fmt.pix.height;
840 f->fmt.pix.height,
846 v4l2_type_names[f->type], q_data->width, q_data->height,
869 vscale = coda_jpeg_scale(q_data_src->height, f->fmt.pix.height);
879 r.height = q_data_src->height >> vscale;
956 f_cap.fmt.pix.height = f->fmt.pix.height;
1034 r.height = q_data->height;
1083 s->r.height = clamp(s->r.height, 2U, q_data->height);
1087 s->r.height = round_up(s->r.height, 2);
1090 s->r.height = round_down(s->r.height, 2);
1096 s->r.width, s->r.height);
1340 f->height < MIN_H || f->height > codec->max_h)
1682 ctx->q_data[V4L2_M2M_SRC].height = max_h;
1684 ctx->q_data[V4L2_M2M_DST].height = max_h;
1697 ctx->q_data[V4L2_M2M_SRC].rect.height = max_h;
1699 ctx->q_data[V4L2_M2M_DST].rect.height = max_h;
2025 q_data_dst->height = round_up(q_data_src->height, 16);
2031 q_data_dst->height * 3 / 2;
2037 q_data_dst->height * 2;
2043 q_data_dst->rect.height = q_data_src->height;
2057 (q_data_src->rect.height != q_data_dst->height &&
2058 round_up(q_data_src->rect.height, 16) != q_data_dst->height)) {
2060 q_data_src->rect.width, q_data_src->rect.height,
2061 q_data_dst->width, q_data_dst->height);