Lines Matching refs:bytesperline
102 unsigned int bytesperline; member
166 .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_IN_FMTIDX].ydepth) >> 3, \
175 .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_OUT_FMTIDX].ydepth) >> 3, \
409 pix->bytesperline = vfmt->bytesperline; in sh_veu_g_fmt()
410 pix->sizeimage = vfmt->bytesperline * pix->height * in sh_veu_g_fmt()
453 if (pix->bytesperline < y_bytes_used) in sh_veu_try_fmt()
454 pix->bytesperline = y_bytes_used; in sh_veu_try_fmt()
455 pix->sizeimage = pix->height * pix->bytesperline * fmt->depth / fmt->ydepth; in sh_veu_try_fmt()
525 top * veu->vfmt_out.bytesperline; in sh_veu_colour_offset()
575 vfmt->bytesperline = pix->bytesperline; in sh_veu_s_fmt()
775 dst_stride = veu->vfmt_out.bytesperline; in sh_veu_configure()
887 size = pix->bytesperline ? pix->bytesperline * pix->height * fmt->depth / fmt->ydepth : in sh_veu_queue_setup()
891 size = vfmt->bytesperline * vfmt->frame.height * vfmt->fmt->depth / vfmt->fmt->ydepth; in sh_veu_queue_setup()
918 sizeimage = vfmt->bytesperline * vfmt->frame.height * in sh_veu_buf_prepare()