Searched refs:XV_BRIGHTNESS (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_video.h | 61 #define XV_BRIGHTNESS 1 macro
|
| H A D | smi_video.c | 34 - supports attributes: XV_ENCODING, XV_BRIGHTNESS, XV_CONTRAST, 245 #define XV_BRIGHTNESS_NAME "XV_BRIGHTNESS" 694 if (i == XV_BRIGHTNESS) { 769 DEBUG("SetAttribute XV_BRIGHTNESS: %d\n", value); 970 SetAttr(pScrn, XV_BRIGHTNESS, 128); /* Brightness = 128 (CCIR level) */ 995 SetKeyReg(pSmi, FPR5C, 0xEDEDED | (pPort->Attribute[XV_BRIGHTNESS] << 24)); 1399 res = SetAttr(pScrn, XV_BRIGHTNESS, value); 1430 *value = pPort->Attribute[XV_BRIGHTNESS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| H A D | attributes.c | 39 #define XV_BRIGHTNESS "XV_BRIGHTNESS" macro 46 { XvGettable | XvSettable, -1000, 1000, XV_BRIGHTNESS }, 93 if (strcmp(attr, XV_BRIGHTNESS) == 0) 137 if (strcmp(attr, XV_BRIGHTNESS) == 0)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/ |
| H A D | attributes.c | 39 #define XV_BRIGHTNESS "XV_BRIGHTNESS" macro 46 { XvGettable | XvSettable, -1000, 1000, XV_BRIGHTNESS }, 93 if (strcmp(attr, XV_BRIGHTNESS) == 0) 137 if (strcmp(attr, XV_BRIGHTNESS) == 0)
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | pm2_video.c | 226 #define XV_BRIGHTNESS "XV_BRIGHTNESS" macro 262 { XvSettable | XvGettable, -1000, +1000, XV_BRIGHTNESS }, 3173 xvBrightness = MAKE_ATOM(XV_BRIGHTNESS);
|
Completed in 9 milliseconds