vfmt_out 111 drivers/media/platform/sh_veu.c struct sh_veu_vfmt vfmt_out; vfmt_out 247 drivers/media/platform/sh_veu.c sh_veu_reg_write(veu, VEU_DAYR, addr + veu->vfmt_out.offset_y); vfmt_out 248 drivers/media/platform/sh_veu.c sh_veu_reg_write(veu, VEU_DACR, veu->vfmt_out.offset_c ? vfmt_out 249 drivers/media/platform/sh_veu.c addr + veu->vfmt_out.offset_c : 0); vfmt_out 252 drivers/media/platform/sh_veu.c veu->vfmt_out.offset_y, veu->vfmt_out.offset_c); vfmt_out 380 drivers/media/platform/sh_veu.c return &veu->vfmt_out; vfmt_out 510 drivers/media/platform/sh_veu.c dma_addr_t offset = (dma_addr_t)top * veu->vfmt_out.bytesperline + vfmt_out 511 drivers/media/platform/sh_veu.c (((dma_addr_t)left * veu->vfmt_out.fmt->depth) >> 3); vfmt_out 758 drivers/media/platform/sh_veu.c dst_width = real_w = veu->vfmt_out.frame.width; vfmt_out 759 drivers/media/platform/sh_veu.c dst_height = real_h = veu->vfmt_out.frame.height; vfmt_out 761 drivers/media/platform/sh_veu.c dst_stride = veu->vfmt_out.bytesperline; vfmt_out 1150 drivers/media/platform/sh_veu.c veu->vfmt_out = DEFAULT_OUT_VFMT;