Lines Matching refs:left
487 dsr_h = rect->width + rect->left; in sh_vou_configure_geometry()
493 rect->left, frame_out_top, dsr_h, dsr_v); in sh_vou_configure_geometry()
498 sh_vou_reg_ab_write(vou_dev, VOUDPR, (rect->left << 16) | frame_out_top); in sh_vou_configure_geometry()
637 if (geo->output.left + best > width_max) in vou_adjust_output()
638 geo->output.left = width_max - best; in vou_adjust_output()
955 rect->width, rect->height, rect->left, rect->top); in sh_vou_s_crop()
968 if (rect->width + rect->left > VOU_MAX_IMAGE_WIDTH) in sh_vou_s_crop()
969 rect->left = VOU_MAX_IMAGE_WIDTH - rect->width; in sh_vou_s_crop()
1036 a->bounds.left = 0; in sh_vou_cropcap()
1041 a->defrect.left = 0; in sh_vou_cropcap()
1328 rect->left = 0; in sh_vou_probe()