Searched refs:Brightness (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre.h47 _X_EXPORT void RT_SetBrightness (TheatrePtr t, int Brightness);
H A Dtheatre.c893 * RT_SetBrightness (int Brightness) *
895 * Inputs: int Brightness - the brightness value to be set. *
898 _X_EXPORT void RT_SetBrightness (TheatrePtr t, int Brightness) argument
908 if (Brightness < -1000)
910 Brightness = -1000;
912 else if (Brightness > 1000)
914 Brightness = 1000;
918 t->iBrightness = Brightness;
920 t->dbBrightnessRatio = (double) (Brightness+1000.0) / 10.0;
922 dbBrightness = (double) (Brightness)/10.
[all...]
H A Dtheatre200.c1558 * RT_SetBrightness (int Brightness) *
1560 * Inputs: int Brightness - the brightness value to be set. *
1563 _X_EXPORT void RT_SetBrightness (TheatrePtr t, int Brightness) argument
1566 if (Brightness < -1000)
1568 Brightness = -1000;
1570 else if (Brightness > 1000)
1572 Brightness = 1000;
1576 t->iBrightness = Brightness;
1577 t->dbBrightnessRatio = (double) (Brightness+1000.0) / 10.0;
1580 dsp_set_brightness(t, (uint8_t)((Brightness*25
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_video.c212 CARD8 Brightness; member in struct:__anond611cb170108
307 tridentSetVideoParameters(pTrident,pPriv->Brightness,pPriv->Saturation,
357 pPriv->Brightness = 45;
500 pPriv->Brightness = value;
501 tridentSetVideoParameters(pTrident, pPriv->Brightness, pPriv->Saturation,
507 tridentSetVideoParameters(pTrident, pPriv->Brightness, pPriv->Saturation,
513 tridentSetVideoParameters(pTrident, pPriv->Brightness, pPriv->Saturation,
538 *value = pPriv->Brightness;

Completed in 8 milliseconds