Lines Matching refs:bytesperline
99 unsigned int bytesperline; member
162 .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_IN_FMTIDX].ydepth) >> 3, \
171 .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_OUT_FMTIDX].ydepth) >> 3, \
401 pix->bytesperline = vfmt->bytesperline; in sh_veu_g_fmt()
402 pix->sizeimage = vfmt->bytesperline * pix->height * in sh_veu_g_fmt()
445 if (pix->bytesperline < y_bytes_used) in sh_veu_try_fmt()
446 pix->bytesperline = y_bytes_used; in sh_veu_try_fmt()
447 pix->sizeimage = pix->height * pix->bytesperline * fmt->depth / fmt->ydepth; in sh_veu_try_fmt()
510 dma_addr_t offset = (dma_addr_t)top * veu->vfmt_out.bytesperline + in sh_veu_colour_offset()
561 vfmt->bytesperline = pix->bytesperline; in sh_veu_s_fmt()
761 dst_stride = veu->vfmt_out.bytesperline; in sh_veu_configure()
860 unsigned int size = vfmt->bytesperline * vfmt->frame.height * in sh_veu_queue_setup()
889 sizeimage = vfmt->bytesperline * vfmt->frame.height * in sh_veu_buf_prepare()