Searched refs:ypos (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.h184 static inline int real_y(struct display *p, int ypos) argument
188 ypos += p->yscroll;
189 return ypos < rows ? ypos : ypos - rows;
H A Dsticon.c87 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) argument
97 sti_putc(sticon_sti, c, ypos, xpos);
104 int count, int ypos, int xpos)
116 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++);
103 sticon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) argument
H A Dnewport_con.c365 static void newport_putc(struct vc_data *vc, int charattr, int ypos, argument
373 ypos <<= 4;
375 newport_render_background(xpos, ypos, xpos, ypos,
386 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff);
395 int count, int ypos, int xpos)
404 ypos <<= 4;
408 newport_render_background(xpos, ypos,
409 xpos + ((count - 1) << 3), ypos,
427 (xpos << 16) | ((ypos
394 newport_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument
[all...]
H A Dfbcon.c167 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos);
169 int count, int ypos, int xpos);
1312 int count, int ypos, int xpos)
1319 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos,
1324 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) argument
1329 fbcon_putcs(vc, &chr, 1, ypos, xpos);
1311 fbcon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideodec.c42 int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my; local
74 bpos = xpos = ypos = 0;
76 for (yp = ypos; yp < ypos + 16; yp += 8)
148 ypos += 16;
150 if(ypos >= ri->height)
H A Dindeo3.c152 long ypos; member in struct:ustr
233 strip->ypos = strip->xpos = 0;
290 cur_frm_pos = cur + width * strip->ypos + strip->xpos;
298 ref_frm_pos = ref + (ref_vectors[0] + strip->ypos) * width +
466 if(lp2 > 0 || flag1 == 0 || strip->ypos != 0)
479 if(lp2 > 0 || flag1 == 0 || strip->ypos != 0)
596 if(lp2 > 0 || strip->ypos != 0 || flag1 == 0) {
609 if(lp2 > 0 || strip->ypos != 0 || flag1 == 0) {
951 strip->ypos += strip->height;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dau1200fb.c118 unsigned int ypos; member in struct:au1200_lcd_window_regs_t
192 int ypos; member in struct:window_settings::__anon7170
223 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
229 /* xres, yres, xpos, ypos */ 100, 100, 100, 100,
236 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
242 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
257 /* xres, yres, xpos, ypos */ 320, 240, 5, 5,
263 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
269 /* xres, yres, xpos, ypos */ 100, 100, 0, 0,
276 /* xres, yres, xpos, ypos */ 20
721 au1200_setlocation(struct au1200fb_device *fbdev, int plane, int xpos, int ypos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/dvb/
H A Dvideo.h177 uint32_t ypos; /* 23-22 auto action mode */ member in struct:video_highlight
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
175 ypos = yoffset * compptr->DCT_v_scaled_size;
176 /* ypos == (yoffset+yindex) * DCTSIZE */
183 ypos, xpos, (JDIMENSION) blockcnt);
201 ypos += compptr->DCT_v_scaled_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/pnx4008/
H A Dsdum.c332 u32 * frame_buffer, u32 xpos, u32 ypos, u32 w, u32 h)
342 if ((ypos + h) > DISP_MAX_Y_SIZE)
343 h = DISP_MAX_Y_SIZE - ypos;
348 k.ymin = ypos;
350 k.ymax = ypos + (h - 1);
331 display_open(int ch_no, int auto_update, u32 * dirty_buffer, u32 * frame_buffer, u32 xpos, u32 ypos, u32 w, u32 h) argument

Completed in 158 milliseconds