vfmt_in 112 drivers/media/platform/sh_veu.c struct sh_veu_vfmt vfmt_in; vfmt_in 255 drivers/media/platform/sh_veu.c sh_veu_reg_write(veu, VEU_SAYR, addr + veu->vfmt_in.offset_y); vfmt_in 256 drivers/media/platform/sh_veu.c sh_veu_reg_write(veu, VEU_SACR, veu->vfmt_in.offset_c ? vfmt_in 257 drivers/media/platform/sh_veu.c addr + veu->vfmt_in.offset_c : 0); vfmt_in 260 drivers/media/platform/sh_veu.c veu->vfmt_in.offset_y, veu->vfmt_in.offset_c); vfmt_in 382 drivers/media/platform/sh_veu.c return &veu->vfmt_in; vfmt_in 754 drivers/media/platform/sh_veu.c src_width = veu->vfmt_in.frame.width; vfmt_in 755 drivers/media/platform/sh_veu.c src_height = veu->vfmt_in.frame.height; vfmt_in 756 drivers/media/platform/sh_veu.c src_stride = ALIGN(veu->vfmt_in.frame.width, 16); vfmt_in 1151 drivers/media/platform/sh_veu.c veu->vfmt_in = DEFAULT_IN_VFMT;