Lines Matching defs:width
122 cfg |= (mf->width << 16) | mf->height;
135 /* Note: s3c244x requirement: left = f_width - rect.width / 2 */
144 hoff2 = mf->width - crop->width - crop->left;
229 static void camif_get_dma_burst(u32 width, u32 ybpp, u32 *mburst, u32 *rburst)
231 unsigned int nwords = width * ybpp / 4;
234 if (WARN_ON(width < 8 || (width * ybpp) & 7))
276 camif_get_dma_burst(frame->rect.width, fmt->ybpp, &ymburst, &yrburst);
339 /* Target area, output pixel width * height */