Searched refs:VOU_MAX_IMAGE_WIDTH (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/platform/ |
D | sh_vou.c | 60 #define VOU_MAX_IMAGE_WIDTH 720 macro 484 black_left = width_max - VOU_MAX_IMAGE_WIDTH; in sh_vou_configure_geometry() 543 v4l_bound_align_image(&geo->in_width, 0, VOU_MAX_IMAGE_WIDTH, 2, in vou_adjust_input() 552 if (found > VOU_MAX_IMAGE_WIDTH) in vou_adjust_input() 621 if (found > VOU_MAX_IMAGE_WIDTH) in vou_adjust_output() 714 v4l_bound_align_image(&pix->width, 0, VOU_MAX_IMAGE_WIDTH, 2, in sh_vou_s_fmt_vid_out() 735 if ((unsigned)mbfmt.width > VOU_MAX_IMAGE_WIDTH || in sh_vou_s_fmt_vid_out() 778 v4l_bound_align_image(&pix->width, 0, VOU_MAX_IMAGE_WIDTH, 1, in sh_vou_try_fmt_vid_out() 965 v4l_bound_align_image(&rect->width, 0, VOU_MAX_IMAGE_WIDTH, 1, in sh_vou_s_crop() 968 if (rect->width + rect->left > VOU_MAX_IMAGE_WIDTH) in sh_vou_s_crop() [all …]
|