Searched refs:grayscale (Results 1 - 25 of 70) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/amba/
H A Dclcd.h78 grayscale:1; member in struct:clcd_panel
185 else if (!fb->fb.var.grayscale) /* STN color */
197 if (fb->fb.var.grayscale)
255 * You can't change the grayscale setting, and
258 if (var->grayscale != fb->fb.var.grayscale ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/
H A Dimpd1.c127 .grayscale = 0,
154 .grayscale = 0,
182 .grayscale = 0,
213 .grayscale = 0,
H A Dintegrator_cp.c474 .grayscale = 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-netx/
H A Dnxdb500.c58 .grayscale = 0,
H A Dnxeb500hmi.c58 .grayscale = 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/geode/
H A Dgx1fb_core.c162 if (info->var.grayscale) {
163 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
304 info->var.grayscale = 0;
H A Dgxfb_core.c197 if (info->var.grayscale) {
198 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
330 info->var.grayscale = 0;
H A Dlxfb_core.c305 if (info->var.grayscale) {
306 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
457 info->var.grayscale = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.h43 u32 grayscale; member in struct:display
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvideo.mak58 FATE_CVID += fate-cvid-grayscale
59 fate-cvid-grayscale: CMD = framecrc -i $(SAMPLES)/cvid/pcitva15.avi -an
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Damba-clcd.c404 fb->fb.var.grayscale = fb->panel->grayscale;
H A Depson1355fb.c170 if (info->var.grayscale)
552 var->grayscale = !is_color;
H A Dsh7760fb.c182 if ((var->grayscale) && (var->bits_per_pixel == 1))
196 * NOTE: The rotation, grayscale and DSTN codepaths are
233 vdln, bpp, gray ? "grayscale" : "color",
397 if (info->var.grayscale) {
H A Dclps711xfb.c334 info->var.grayscale = info->var.bits_per_pixel > 1;
H A Dgbefb.c106 .grayscale = 0,
137 .grayscale = 0,
933 var->grayscale = 0; /* No grayscale for now */
952 /* No grayscale for now */
953 var->grayscale = 0;
H A Dskeletonfb.c294 /* grayscale works only partially under directcolor */
295 if (info->var.grayscale) {
296 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
H A Dstifb.c26 * HPA1924A known as "GRX", a 1280x1024 grayscale device with 8 planes
31 * HP710G same as HP710C, 1280x1024 grayscale only
824 if (unlikely(fb->info.var.grayscale)) {
1041 case S9000_ID_ELM: /* GRX, grayscale but else same as A1659A */
1042 var->grayscale = 1;
1045 case S9000_ID_TIMBER: /* HP9000/710 Any (may be a grayscale device) */
1049 strstr(dev_name, "grayscale"))
1050 var->grayscale = 1;
H A D68328fb.c293 /* grayscale works only partially under directcolor */
294 if (info->var.grayscale) {
295 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
H A Dpmag-aa-fb.c331 var->grayscale = 1;
H A Dvfb.c307 /* grayscale works only partially under directcolor */
308 if (info->var.grayscale) {
309 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
H A Dxilinxfb.c169 if (fbi->var.grayscale) {
170 /* Convert color to grayscale.
171 * grayscale = 0.30*R + 0.59*G + 0.11*B */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmsm_fb.c334 (var->grayscale != info->var.grayscale))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfbset.c86 uint32_t grayscale; /* !=0 Graylevels instead of colors */ member in struct:fb_var_screeninfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_base.c669 if (minfo->fbcon.var.grayscale) {
1265 static int grayscale; /* "matrox:grayscale" */ variable
1771 vesafb_defined.grayscale = grayscale;
2429 else if (!strcmp(this_opt, "grayscale"))
2430 grayscale = value;
2536 module_param(grayscale, int, 0);
2537 MODULE_PARM_DESC(grayscale, "Sets display into grayscale
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvideo.mak81 FATE_CVID-$(CONFIG_AVI_DEMUXER) += fate-cvid-grayscale
82 fate-cvid-grayscale: CMD = framecrc -i $(TARGET_SAMPLES)/cvid/pcitva15.avi -an

Completed in 296 milliseconds

123