Searched refs:pixel (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dfb_draw.h18 * Create a pattern with the given pixel's color
23 pixel_to_pat( u32 bpp, u32 pixel) argument
27 return 0xfffffffffffffffful*pixel;
29 return 0x5555555555555555ul*pixel;
31 return 0x1111111111111111ul*pixel;
33 return 0x0101010101010101ul*pixel;
35 return 0x0001001001001001ul*pixel;
37 return 0x0001000100010001ul*pixel;
39 return 0x0000000001000001ul*pixel;
41 return 0x0000000100000001ul*pixel;
48 pixel_to_pat( u32 bpp, u32 pixel) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsmc.c107 int pixel; local
240 pixel = s->buf[stream_ptr++];
246 pixels[block_ptr++] = pixel;
264 pixel = s->buf[stream_ptr++];
266 s->color_pairs[color_table_index] = pixel;
285 pixel = color_table_index + 1;
287 pixel = color_table_index;
289 pixels[block_ptr++] = s->color_pairs[pixel];
307 pixel = s->buf[stream_ptr++];
309 s->color_quads[color_table_index] = pixel;
[all...]
H A Dsgidec.c40 * @param pixelstride pixel stride of input buffer
46 unsigned char pixel, count; local
51 pixel = bytestream_get_byte(&in_buf);
52 if (!(count = (pixel & 0x7f))) {
59 if (pixel & 0x80) {
65 pixel = bytestream_get_byte(&in_buf);
68 *out_buf = pixel;
H A Dflicvideo.c433 /* Format is the pixel format, the packets are processed the same. */
456 int pixel; local
516 pixel = AV_RL16(&buf[stream_ptr]);
520 *((signed short*)(&pixels[pixel_ptr])) = pixel;
584 /* Now FLX is strange, in that it is "byte" as opposed to "pixel" run length compressed.
613 pixel = AV_RL16(&buf[stream_ptr]);
617 *((signed short*)(&pixels[pixel_ptr])) = pixel;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dwatermark.c30 * If mask color > threshold color then the watermark pixel is used.
202 uint32_t pixel; local
258 pixel = *p_pixel;
260 pixel_meck = pixel & 0xff000000;
263 tmp = (int)((pixel >> 16) & 0xff) + (int)((pixelm >> 16) & 0xff) - thrR;
268 tmp = (int)((pixel >> 8) & 0xff) + (int)((pixelm >> 8) & 0xff) - thrG;
273 tmp = (int)((pixel >> 0) & 0xff) + (int)((pixelm >> 0) & 0xff) - thrB;
280 //pixel_meck = pixel & 0xff000000;
337 uint32_t pixel; local
387 pixelm = *p_pixel; /* watermark pixel */
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_misc.c537 MINFO->limits.pixel.vcomax = maxdac;
547 MINFO->limits.pixel.vcomax = 220000;
554 MINFO->limits.pixel.vcomax =
567 MINFO->limits.pixel.vcomax =
575 MINFO->limits.pixel.vcomax =
591 MINFO->limits.pixel.vcomax =
601 MINFO->limits.pixel.vcomax = (bd->pins[ 39] == 0xFF) ? 230000 : bd->pins[ 39] * 4000;
602 MINFO->limits.system.vcomax = (bd->pins[ 38] == 0xFF) ? MINFO->limits.pixel.vcomax : bd->pins[ 38] * 4000;
619 MINFO->limits.pixel.vcomax =
634 MINFO->limits.pixel
[all...]
H A Dg450_pll.c357 pi = &ACCESS_FBINFO(limits.pixel);
358 ci = &ACCESS_FBINFO(cache.pixel);
H A Dmatroxfb_base.h491 struct matrox_pll_limits pixel; member in struct:matrox_fb_info::__anon7181
496 struct matrox_pll_cache pixel; member in struct:matrox_fb_info::__anon7182
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_type.h65 u32 pixel; member in struct:_riva_hw_state
H A Dnv_hw.c937 state->pixel = (pixelDepth > 2) ? 3 : pixelDepth;
1544 VGA_WR08(par->PCIO, 0x03D5, state->pixel);
1599 state->pixel = VGA_RD08(par->PCIO, 0x03D5);
H A Dnvidia.c427 state->pixel |= (1 << 7);
1581 MODULE_PARM_DESC(bpp, "pixel width in bits"
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/riva/
H A Driva_hw.h190 * 2D pixel BLT.
505 U032 pixel; member in struct:_riva_hw_state
H A Driva_hw.c1324 state->pixel = pixelDepth > 2 ? 3 : pixelDepth;
1672 VGA_WR08(chip->PCIO, 0x03D5, state->pixel);
1734 state->pixel = VGA_RD08(chip->PCIO, 0x03D5);
1842 * 4 pixel pan register.
H A Dfbdev.c495 * image bits determines the color of the pixel, 0 for background, 1 for
806 newmode.ext.pixel |= (1 << 7);
826 newmode.ext.pixel |= (1 << 7);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-core.c1000 int pixel, block_split; local
1051 for (pixel = 0; pixel < sub_block_size; pixel +=2) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S695 # Set the 80x50/80x43 8-pixel mode. Simple BIOS calls.
731 # It's a 350-scanline mode with 8-pixel font.
739 jmp set_8pt # Use 8-pixel font
741 # Set the 80x30 mode (all VGA's). 480 scanlines, 16-pixel font.
778 # Set the 80x34 mode (all VGA's). 480 scans, 14-pixel font.
788 # Set the 80x60 mode (all VGA's). 480 scans, 8-pixel font.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec2273 * Mon Aug 27 2001 Pixel <pixel@mandrakesoft.com> 2.2.1a-12mdk
2279 * Thu Aug 23 2001 Pixel <pixel@mandrakesoft.com> 2.2.1a-10mdk
2289 * Wed Aug 22 2001 Pixel <pixel@mandrakesoft.com> 2.2.1a-8mdk
2511 - fix buggy post install script (pixel)

Completed in 221 milliseconds