Lines Matching defs:width
75 dma->format.width != fmt.format.width ||
351 dma->sgl[0].size = dma->format.width * dma->fmtinfo->bpp;
527 unsigned int width;
540 * the minimum and maximum values, clamp the requested width and convert
546 width = rounddown(pix->width * info->bpp, align);
548 pix->width = clamp(width, min_width, max_width) / info->bpp;
556 min_bpl = pix->width * info->bpp;
648 dma->format.width = XVIP_DMA_DEF_WIDTH;
650 dma->format.bytesperline = dma->format.width * dma->fmtinfo->bpp;