| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_csc.h | 37 float brightness; member in struct:vl_procamp
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_csc.h | 37 float brightness; member in struct:vl_procamp
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_xvpriv.h | 53 int brightness; member in struct:__anon9181
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| gfx_dcdr.c | 109 gfx_set_decoder_brightness(unsigned char brightness) 115 status = saa7114_set_decoder_brightness(brightness); 374 unsigned char brightness = 0; local 378 brightness = saa7114_get_decoder_brightness(); 380 return (brightness);
|
| tv_fs450.h | 130 int FS450_set_brightness(int brightness); 131 /* brightness is a percentage, 0 to 100 */
|
| saa7114.c | 284 * This routine sets the brightness of the video decoder. 289 saa7114_set_decoder_brightness(unsigned char brightness) 292 gfx_set_decoder_brightness(unsigned char brightness) 295 saa7114_write_reg(SAA7114_BRIGHTNESS, brightness); 721 * This routine returns the current brightness of the video decoder. 732 unsigned char brightness = 0; local 734 saa7114_read_reg(SAA7114_BRIGHTNESS, &brightness); 735 return (brightness);
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv04_xv_ovl.c | 89 nvWriteVIDEO(pNv, NV_PVIDEO_RED_CSC_OFFSET, (0x69 - (pPriv->brightness * 62 / 512))); 90 nvWriteVIDEO(pNv, NV_PVIDEO_GREEN_CSC_OFFSET, (0x3e + (pPriv->brightness * 62 / 512))); 91 nvWriteVIDEO(pNv, NV_PVIDEO_BLUE_CSC_OFFSET, (0x89 - (pPriv->brightness * 62 / 512))); 136 pPriv->brightness = value; 171 *value = pPriv->brightness;
|
| nv10_xv_ovl.c | 158 pPriv->brightness = value; 234 *value = pPriv->brightness; 293 nvWriteVIDEO(pNv, NV_PVIDEO_LUMINANCE(0), (pPriv->brightness << 16) | 295 nvWriteVIDEO(pNv, NV_PVIDEO_LUMINANCE(1), (pPriv->brightness << 16) |
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| gfx_dcdr.c | 210 gfx_set_decoder_brightness(unsigned char brightness) 216 status = saa7114_set_decoder_brightness(brightness); 475 unsigned char brightness = 0; local 479 brightness = saa7114_get_decoder_brightness(); 481 return (brightness);
|
| tv_fs450.h | 232 int FS450_set_brightness(int brightness); 233 /* brightness is a percentage, 0 to 100 */
|
| saa7114.c | 234 int saa7114_set_decoder_brightness(unsigned char brightness); 420 * This routine sets the brightness of the video decoder. 425 saa7114_set_decoder_brightness(unsigned char brightness) 428 gfx_set_decoder_brightness(unsigned char brightness) 431 saa7114_write_reg(SAA7114_BRIGHTNESS, brightness); 851 * This routine returns the current brightness of the video decoder. 862 unsigned char brightness = 0; local 864 saa7114_read_reg(SAA7114_BRIGHTNESS, &brightness); 865 return (brightness);
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| neo_video.h | 55 CARD32 brightness; member in struct:__anon9059
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| bt829.h | 11 CARD8 brightness; member in struct:__anon10602 71 extern _X_EXPORT void bt829_SetBrightness(BT829Ptr bt, int brightness);
|
| bt829.c | 46 #define BRIGHT 0x0A /* Brightness Control */ 163 btwrite(bt, BRIGHT, bt->brightness); 516 bt->brightness = 0; /* hardware default */ 586 void bt829_SetBrightness(BT829Ptr bt, int brightness) 588 brightness = LIMIT(brightness,-1000,999); /* ensure -128 <= brightness <= 127 below */ 589 brightness = (128*brightness)/1000; 590 if (brightness == bt->brightness) return [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_video.h | 41 int brightness; member in struct:__anon8908
|
| i915_video.c | 156 /* constant 0: brightness/contrast */ 157 OUT_BATCH_F(pPriv->brightness / 128.0); 200 if (pPriv->brightness != 0) { 251 /* constant 4: brightness/contrast */ 252 OUT_BATCH_F(pPriv->brightness / 128.0); 366 if (pPriv->brightness != 0) {
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| sis_videostr.h | 51 char brightness; member in struct:__anon9415
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_video.h | 77 INT32 brightness; member in struct:__anon9689
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/ |
| attributes.c | 94 context_priv->procamp.brightness = value / 1000.0f; 138 *value = context_priv->procamp.brightness * 1000;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| attributes.c | 94 context_priv->procamp.brightness = value / 1000.0f; 138 *value = context_priv->procamp.brightness * 1000;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_video.h | 19 int brightness; member in struct:__anon6939
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| i915_video.c | 179 /* constant 0: brightness/contrast */ 180 OUT_BATCH_F(adaptor_priv->brightness / 128.0); 225 if (adaptor_priv->brightness != 0) { 277 /* constant 4: brightness/contrast */ 278 OUT_BATCH_F(adaptor_priv->brightness / 128.0); 413 if (adaptor_priv->brightness != 0) {
|
| intel_video.h | 38 int brightness; member in struct:__anon7670
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| i915_video.c | 179 /* constant 0: brightness/contrast */ 180 OUT_BATCH_F(adaptor_priv->brightness / 128.0); 225 if (adaptor_priv->brightness != 0) { 277 /* constant 4: brightness/contrast */ 278 OUT_BATCH_F(adaptor_priv->brightness / 128.0); 413 if (adaptor_priv->brightness != 0) {
|
| intel_video.h | 38 int brightness; member in struct:__anon8523
|