Searched refs:blue (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | pnmtologo.c | 48 unsigned char blue; member 173 logo_data[i][j].blue = 255*(1-get_number(fp)); in read_image() 182 logo_data[i][j].blue = get_number255(fp, maxval); in read_image() 192 logo_data[i][j].blue = get_number255(fp, maxval); in read_image() 203 return c.red == 0 && c.green == 0 && c.blue == 0; in is_black() 208 return c.red == 255 && c.green == 255 && c.blue == 255; in is_white() 213 return c.red == c.green && c.red == c.blue; in is_gray() 218 return c1.red == c2.red && c1.green == c2.green && c1.blue == c2.blue; in is_equal() 383 write_hex(logo_clut[i].blue); in write_logo_clut224()
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 257 GifByteType blue = 0; in FillBkColor() local 271 blue = palette[GifFile->SBackGroundColor].Blue; in FillBkColor() 278 u32color = (alpha << 24) | (red << 16) | (green << 8) | (blue); in FillBkColor() 283 u16color = ((red & 0xF8) << 8) | ((green & 0xFC) << 3) | ((blue & 0xF8) >> 3); in FillBkColor() 290 rgb2yuv(red, green, blue, &y, &cb, &cr); in FillBkColor() 296 rgb2yuv(red, green, blue, &y, &cb, &cr); in FillBkColor() 302 rgb2yuv(red, green, blue, &y, &cb, &cr); in FillBkColor()
|
| H A D | png.h | 724 png_byte blue; member 734 png_uint_16 blue; member 744 png_byte blue; member 759 png_uint_16 blue; member 3098 abs((int)((c1).blue) - (int)((c2).blue)))
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | fb.h | 237 struct fb_bitfield blue; member 268 __u16 *blue; member
|
| /utopia/UTPA2-700.0.x/modules/xc/api/xc/ |
| H A D | apiXC_PCMonitor.c.0 | 171 // But have to delay 200mSec to reduce flash blue screen when plug-in/out HDMI fast,
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_scaling.c.0 | 6313 //fix u32DNRBase1 at SCALER_DNR_BUF_LEN/2 for not using blue-screen at channel change in ATV 7259 //fix u32DNRBase1 at SCALER_DNR_BUF_LEN/2 for not using blue-screen at channel change in ATV 8527 //fix u32DNRBase1 at SCALER_DNR_BUF_LEN/2 for not using blue-screen at channel change in ATV
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c.0 | 18616 /// Set blue screen on/off 18618 /// @param bOn \b IN : turn on / off blue screen
|