Lines Matching defs:width
75 dma->format.width != fmt.format.width ||
367 dma->sgl[0].size = dma->format.width * dma->fmtinfo->bpp;
544 unsigned int width;
559 * the minimum and maximum values, clamp the requested width and convert
565 width = rounddown(pix->width * info->bpp, align);
567 pix->width = clamp(width, min_width, max_width) / info->bpp;
575 min_bpl = pix->width * info->bpp;
667 dma->format.width = XVIP_DMA_DEF_WIDTH;
669 dma->format.bytesperline = dma->format.width * dma->fmtinfo->bpp;