Lines Matching refs:frame
101 struct v4l2_rect frame; member
162 .frame = { \
171 .frame = { \
404 pix->width = vfmt->frame.width; in sh_veu_g_fmt()
405 pix->height = vfmt->frame.height; in sh_veu_g_fmt()
522 unsigned int left = vfmt->frame.left & ~0x03; in sh_veu_colour_offset()
523 unsigned int top = vfmt->frame.top; in sh_veu_colour_offset()
534 y_line = ALIGN(vfmt->frame.width, 16); in sh_veu_colour_offset()
535 vfmt->offset_c = offset + y_line * vfmt->frame.height; in sh_veu_colour_offset()
573 vfmt->frame.width = pix->width; in sh_veu_s_fmt()
574 vfmt->frame.height = pix->height; in sh_veu_s_fmt()
768 src_width = veu->vfmt_in.frame.width; in sh_veu_configure()
769 src_height = veu->vfmt_in.frame.height; in sh_veu_configure()
770 src_stride = ALIGN(veu->vfmt_in.frame.width, 16); in sh_veu_configure()
772 dst_width = real_w = veu->vfmt_out.frame.width; in sh_veu_configure()
773 dst_height = real_h = veu->vfmt_out.frame.height; in sh_veu_configure()
892 size = vfmt->bytesperline * vfmt->frame.height * vfmt->fmt->depth / vfmt->fmt->ydepth; in sh_veu_queue_setup()
919 sizeimage = vfmt->bytesperline * vfmt->frame.height * in sh_veu_buf_prepare()