Lines Matching defs:height
157 unsigned int height;
739 src_height = ctx->q_data[V4L2_M2M_SRC].height;
740 dst_height = ctx->q_data[V4L2_M2M_DST].height;
1003 /* we expect x = 0, y = height, irq0 = 1 */
1090 f->fmt.pix.height = q_data->height;
1130 static inline u32 pxp_sizeimage(struct pxp_fmt *fmt, u32 width, u32 height)
1132 return (fmt->depth * width * height) >> 3;
1138 &f->fmt.pix.height, MIN_H, MAX_H, ALIGN_H, 0);
1142 f->fmt.pix.height);
1243 q_data->height = f->fmt.pix.height;
1249 f->type, q_data->width, q_data->height, q_data->fmt->fourcc);
1540 ctx->q_data[V4L2_M2M_SRC].height = 480;