Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/
Dsh_vou.c525 unsigned int best_err = UINT_MAX, best = 0, img_height_max; in vou_adjust_input() local
529 img_height_max = 480; in vou_adjust_input()
531 img_height_max = 576; in vou_adjust_input()
537 VOU_MIN_IMAGE_HEIGHT, img_height_max, 1, 0); in vou_adjust_input()
570 if (found > img_height_max) in vou_adjust_input()
595 width_max, height_max, img_height_max; in vou_adjust_output() local
601 img_height_max = 480; in vou_adjust_output()
605 img_height_max = 576; in vou_adjust_output()
644 if (found > img_height_max) in vou_adjust_output()
672 unsigned int img_height_max; in sh_vou_try_fmt_vid_out() local
[all …]