Searched refs:wmax (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-common.c582 /* Bound an image to have a width between wmin and wmax, and height between
596 void v4l_bound_align_image(u32 *w, unsigned int wmin, unsigned int wmax, argument
601 *w = clamp_align(*w, wmin, wmax, walign);
614 unsigned int wmaxa = __fls(wmax ^ (wmin - 1));
622 *w = clamp_align(*w, wmin, wmax, walign + 1);
H A Dvivi.c447 int wmax = buf->vb.width; local
458 memcpy(vbuf + h * wmax * 2, dev->line + (dev->mv_count % wmax) * 2, wmax * 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-common.h230 unsigned int wmax, unsigned int walign,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event.c623 int i, j, w, wmax, num = 0; local
669 * wmax = least constrained, works on any counter
674 wmax = x86_pmu.num_counters;
678 * wmax is incremented by 1 to account
682 wmax++;
684 for (w = 1, num = n; num && w <= wmax; w++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddrawutils.c283 * Clip interval [x; x+w[ within [0; wmax[.
287 static void clip_interval(int wmax, int *x, int *w, int *dx) argument
297 if (*x + *w > wmax)
298 *w = wmax - *x;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnandsim.c934 unsigned long wmin = -1, wmax = 0, avg; local
955 if (wear > wmax)
956 wmax = wear;
961 decile_max[i] = (wmax * (i + 1) + 5) / 10;
964 decile_max[9] = wmax;
980 NS_INFO("Maximum number of erases: %lu\n", wmax);

Completed in 132 milliseconds