Lines Matching defs:width
107 unsigned int width, unsigned int height,
116 if ((width < 48) || (height < 32))
119 buf->vb.size = (width * height * 2);
124 if (buf->vb.width != width || buf->vb.height != height ||
128 buf->vb.width = width;
150 buf->vb.width = width;
187 *size = 2 * cx->cxhdl.width * cx->cxhdl.height;
210 cx->cxhdl.width, cx->cxhdl.height, field);