Searched refs:hmax (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvdsubenc.c96 unsigned long hmax; local
118 hmax = 0;
121 if (hist[i] > hmax) {
123 hmax = hist[i];
125 if (hmax == 0)
H A Dmjpegdec.c237 /* compute hmax and vmax (only used in interleaved case) */
888 int vmax, hmax, index, id; local
901 hmax = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvivi.c272 int hmax, int line, char *timestr)
275 int hmax, int line, char *timestr)
338 if (TSTAMP_MAX_Y>=hmax)
415 int hmax = buf->vb.height; local
443 for (h=0;h<hmax;h++) {
445 gen_line(to_addr,pos,vb->dma.nr_pages,wmax,hmax,h,dev->timestr);
448 gen_line(tmpbuf,0,wmax,hmax,h,dev->timestr);
452 gen_line(tmpbuf,pos,wmax,hmax,h,dev->timestr);
271 gen_line(struct sg_to_addr to_addr[],int inipos,int pages,int wmax, int hmax, int line, char *timestr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.c2959 int vmin, vmax, hmin, hmax; local
2982 hmax = 1000 * simple_strtoul(p, NULL, 10);
2983 if (hmax <= 0 || hmax <= hmin)
2989 fb_info.monspecs.hfmax = hmax;
H A Damifb.c1176 int vmin, vmax, hmin, hmax; local
1200 hmax = 1000 * simple_strtoul(p, NULL, 10);
1201 if (hmax <= 0 || hmax <= hmin)
1207 fb_info.monspecs.hfmax = hmax;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis.h486 u16 hmax; member in struct:sis_video_info::sisfb_monitor
H A Dsis_main.c447 monitor->hmax = buffer[j + 8];
464 monitor->hmin = 65535; monitor->hmax = 0;
471 if(monitor->hmax < sisfb_ddcsmodes[i].h) monitor->hmax = sisfb_ddcsmodes[i].h + 1;
493 if(monitor->hmax < sisfb_ddcfmodes[j].h) monitor->hmax = sisfb_ddcfmodes[j].h + 1;
502 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) {
549 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax,
611 if(hsync > (monitor->hmax + 1))

Completed in 120 milliseconds