Home
last modified time | relevance | path

Searched refs:vfmt_out (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/platform/
Dsh_veu.c114 struct sh_veu_vfmt vfmt_out; member
251 sh_veu_reg_write(veu, VEU_DAYR, addr + veu->vfmt_out.offset_y); in sh_veu_process()
252 sh_veu_reg_write(veu, VEU_DACR, veu->vfmt_out.offset_c ? in sh_veu_process()
253 addr + veu->vfmt_out.offset_c : 0); in sh_veu_process()
256 veu->vfmt_out.offset_y, veu->vfmt_out.offset_c); in sh_veu_process()
388 return &veu->vfmt_out; in sh_veu_get_vfmt()
524 dma_addr_t offset = ((left * veu->vfmt_out.fmt->depth) >> 3) + in sh_veu_colour_offset()
525 top * veu->vfmt_out.bytesperline; in sh_veu_colour_offset()
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()
[all …]