Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/
Dsh_vou.c534 unsigned int best_err = UINT_MAX, best = 0, img_height_max; in vou_adjust_input() local
538 img_height_max = 480; in vou_adjust_input()
540 img_height_max = 576; in vou_adjust_input()
544 &geo->in_height, 0, img_height_max, 1, 0); in vou_adjust_input()
577 if (found > img_height_max) in vou_adjust_input()
602 width_max, height_max, img_height_max; in vou_adjust_output() local
608 img_height_max = 480; in vou_adjust_output()
612 img_height_max = 576; in vou_adjust_output()
651 if (found > img_height_max) in vou_adjust_output()
679 unsigned int img_height_max; in sh_vou_s_fmt_vid_out() local
[all …]