Searched refs:wmin (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/
H A Dv4l2-common.c502 /* Bound an image to have a width between wmin and wmax, and height between
510 * sizes within the allowed bounds. wmin and hmin must be at least 1
516 void v4l_bound_align_image(u32 *w, unsigned int wmin, unsigned int wmax, argument
521 *w = clamp_align(*w, wmin, wmax, walign);
534 unsigned int wmaxa = __fls(wmax ^ (wmin - 1));
542 *w = clamp_align(*w, wmin, wmax, walign + 1);
/drivers/mtd/nand/
H A Dnandsim.c943 unsigned long wmin = -1, wmax = 0, avg; local
962 if (wear < wmin)
963 wmin = wear;
990 NS_INFO("Minimum number of erases: %lu\n", wmin);
/drivers/media/video/s5p-jpeg/
H A Djpeg-core.c617 static void jpeg_bound_align_image(u32 *w, unsigned int wmin, unsigned int wmax, argument
629 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0);

Completed in 471 milliseconds