Lines Matching defs:height
165 unsigned int height;
857 src_height = ctx->q_data[V4L2_M2M_SRC].height;
858 dst_height = ctx->q_data[V4L2_M2M_DST].height;
1108 /* we expect x = 0, y = height, irq0 = 1 */
1193 f->fmt.pix.height = q_data->height;
1233 static inline u32 pxp_sizeimage(struct pxp_fmt *fmt, u32 width, u32 height)
1235 return (fmt->depth * width * height) >> 3;
1241 &f->fmt.pix.height, MIN_H, MAX_H, ALIGN_H, 0);
1245 f->fmt.pix.height);
1346 q_data->height = f->fmt.pix.height;
1352 f->type, q_data->width, q_data->height, q_data->fmt->fourcc);
1685 ctx->q_data[V4L2_M2M_SRC].height = 480;