| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_csc.h | 39 float saturation; member in struct:vl_procamp
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_csc.h | 39 float saturation; member in struct:vl_procamp
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_crtc.h | 44 int saturation; member in struct:nouveau_crtc
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| gfx_dcdr.c | 157 gfx_set_decoder_saturation(unsigned char saturation) 163 status = saa7114_set_decoder_saturation(saturation); 422 unsigned char saturation = 0; local 426 saturation = saa7114_get_decoder_saturation(); 428 return (saturation);
|
| saa7114.c | 338 * This routine sets the saturation adjustment of the video decoder. 343 saa7114_set_decoder_saturation(unsigned char saturation) 346 gfx_set_decoder_saturation(unsigned char saturation) 349 saa7114_write_reg(SAA7114_SATURATION, (unsigned char) (saturation >> 1)); 562 /* RESTORE CONTRAST AND SATURATION FOR INTERPOLATION MODE */ 583 /* ADJUST CONTRAST AND SATURATION FOR ACCUMULATION MODE */ 782 * This routine returns the current saturation of the video decoder. 793 unsigned char saturation = 0; local 795 saa7114_read_reg(SAA7114_SATURATION, &saturation); 796 saturation <<= 1 [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_video.h | 40 int saturation; member in struct:__anon7670
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_video.h | 40 int saturation; member in struct:__anon8523
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_video.h | 43 int saturation; member in struct:__anon8908
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| gfx_dcdr.c | 258 gfx_set_decoder_saturation(unsigned char saturation) 264 status = saa7114_set_decoder_saturation(saturation); 523 unsigned char saturation = 0; local 527 saturation = saa7114_get_decoder_saturation(); 529 return (saturation);
|
| saa7114.c | 237 int saa7114_set_decoder_saturation(unsigned char saturation); 474 * This routine sets the saturation adjustment of the video decoder. 479 saa7114_set_decoder_saturation(unsigned char saturation) 482 gfx_set_decoder_saturation(unsigned char saturation) 485 saa7114_write_reg(SAA7114_SATURATION, (unsigned char)(saturation >> 1)); 693 /* RESTORE CONTRAST AND SATURATION FOR INTERPOLATION MODE */ 713 /* ADJUST CONTRAST AND SATURATION FOR ACCUMULATION MODE */ 912 * This routine returns the current saturation of the video decoder. 923 unsigned char saturation = 0; local 925 saa7114_read_reg(SAA7114_SATURATION, &saturation); [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_xvpriv.h | 54 int saturation; member in struct:__anon9181
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_video.h | 20 int saturation; member in struct:__anon6939
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_video.h | 104 int saturation; member in struct:sna_video
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_video.h | 79 int saturation; member in struct:sna_video
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_overlay.c | 53 struct drm_property *saturation; member in struct:nouveau_plane::__anon5098 60 int saturation; member in struct:nouveau_plane 225 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) | 226 (cos_mul(plane->hue, plane->saturation) & 0xffff); 263 else if (property == nv_plane->props.saturation) 264 nv_plane->saturation = value; 318 plane->props.saturation = drm_property_create_range( 319 device, 0, "saturation", 0, 8192 - 1); 324 !plane->props.saturation) 343 plane->saturation = 0x1000 [all...] |
| tvnv17.h | 80 int saturation; member in struct:nv17_tv_encoder
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| sis_videostr.h | 54 short saturation; member in struct:__anon9415
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_video.h | 79 INT32 saturation; member in struct:__anon9689
|
| xgi_videohw.c | 620 CARD8 saturation; local 635 saturation = (CARD8)(((value * 7) / 180) & 0x000F); 637 SetVideoRegMask(pXGI, Index_VI_Saturation, saturation, 0x07); 638 SetVideoRegMask(pXGI, Index_VI_Saturation, saturation << 4, 0x70);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_video.h | 27 int saturation; member in struct:__anon6877
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv_type.h | 153 short saturation; member in struct:_NVPortPrivRec
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| vmwgfx_tex_video.c | 121 int saturation; member in struct:xorg_xv_port_priv 277 priv->saturation = value; 309 *value = priv->saturation;
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| nv_video.c | 35 short saturation; member in struct:_NVPortPrivRec 178 pPriv->saturation = 4096; 197 satSine = pPriv->saturation * sin(angle); 200 satCosine = pPriv->saturation * cos(angle); 719 pPriv->saturation = value; 767 *value = pPriv->saturation;
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_video.c | 56 int saturation; member in struct:__anon178 173 (pPriv->saturation << 8) | 174 (pPriv->saturation << 16)); 210 pPriv->saturation = 16; 311 (pPriv->saturation << 8) | 312 (pPriv->saturation << 16)); 317 pPriv->saturation = value; 320 (pPriv->saturation << 8) | 321 (pPriv->saturation << 16)); 351 *value = pPriv->saturation; [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/ |
| I810XvMC.h | 118 int saturation; member in struct:_i810XvMCContext
|