Searched defs:height_max (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/
H A Dsh_vou.c444 unsigned int black_left, black_top, width_max, height_max, local
452 height_max = 262;
455 height_max = 312;
598 unsigned int best_err = UINT_MAX, best, width_max, height_max, local
604 height_max = 262 * 2;
608 height_max = 312 * 2;
664 if (geo->output.top + best > height_max)
665 geo->output.top = height_max - best;

Completed in 43 milliseconds