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, \
405 pix->bytesperline = vfmt->bytesperline; in sh_veu_g_fmt()
406 pix->sizeimage = vfmt->bytesperline * pix->height * in sh_veu_g_fmt()
449 if (pix->bytesperline < y_bytes_used) in sh_veu_try_fmt()
450 pix->bytesperline = y_bytes_used; in sh_veu_try_fmt()
451 pix->sizeimage = pix->height * pix->bytesperline * fmt->depth / fmt->ydepth; in sh_veu_try_fmt()
520 dma_addr_t offset = (dma_addr_t)top * veu->vfmt_out.bytesperline + in sh_veu_colour_offset()
571 vfmt->bytesperline = pix->bytesperline; in sh_veu_s_fmt()
771 dst_stride = veu->vfmt_out.bytesperline; in sh_veu_configure()
870 unsigned int size = vfmt->bytesperline * vfmt->frame.height * in sh_veu_queue_setup()
899 sizeimage = vfmt->bytesperline * vfmt->frame.height * in sh_veu_buf_prepare()