Searched refs:saturation (Results 1 - 25 of 87) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.h39 float saturation; member in struct:vl_procamp
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.h39 float saturation; member in struct:vl_procamp
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvpriv.h54 int saturation; member in struct:__anonb88ce9f00308
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dgfx_dcdr.c258 gfx_set_decoder_saturation(unsigned char saturation) argument
264 status = saa7114_set_decoder_saturation(saturation);
523 unsigned char saturation = 0; local in function:gfx_get_decoder_saturation
527 saturation = saa7114_get_decoder_saturation();
529 return (saturation);
H A Dsaa7114.c237 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) argument
482 gfx_set_decoder_saturation(unsigned char saturation)
485 saa7114_write_reg(SAA7114_SATURATION, (unsigned char)(saturation >> 1));
912 * This routine returns the current saturation of the video decoder.
923 unsigned char saturation = 0; local in function:saa7114_get_decoder_saturation
925 saa7114_read_reg(SAA7114_SATURATION, &saturation);
926 saturation <<= 1;
927 return (saturation);
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dgfx_dcdr.c157 gfx_set_decoder_saturation(unsigned char saturation) argument
163 status = saa7114_set_decoder_saturation(saturation);
422 unsigned char saturation = 0; local in function:gfx_get_decoder_saturation
426 saturation = saa7114_get_decoder_saturation();
428 return (saturation);
H A Dsaa7114.c338 * This routine sets the saturation adjustment of the video decoder.
343 saa7114_set_decoder_saturation(unsigned char saturation) argument
346 gfx_set_decoder_saturation(unsigned char saturation)
349 saa7114_write_reg(SAA7114_SATURATION, (unsigned char) (saturation >> 1));
782 * This routine returns the current saturation of the video decoder.
793 unsigned char saturation = 0; local in function:saa7114_get_decoder_saturation
795 saa7114_read_reg(SAA7114_SATURATION, &saturation);
796 saturation <<= 1;
797 return (saturation);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_videostr.h54 short saturation; member in struct:__anoncc78517f0108
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_video.h79 INT32 saturation; member in struct:__anon0d6959380108
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv10_xv_ovl.c179 pPriv->saturation = value;
240 *value = pPriv->saturation;
285 satSine = pPriv->saturation * sin(angle);
288 satCosine = pPriv->saturation * cos(angle);
H A Dnv50_xv.c317 uvcosf = RTFSaturation(pPriv->saturation) * cos(RTFHue(pPriv->hue));
318 uvsinf = RTFSaturation(pPriv->saturation) * sin(RTFHue(pPriv->hue));
366 pPriv->saturation = 0;
396 pPriv->saturation = value;
433 *value = pPriv->saturation;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.h43 int saturation; member in struct:__anonfe447f740108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dattributes.c98 context_priv->procamp.saturation = value / 1000.0f + 1.0f;
142 *value = context_priv->procamp.saturation * 1000 + 1000;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dattributes.c98 context_priv->procamp.saturation = value / 1000.0f + 1.0f;
142 *value = context_priv->procamp.saturation * 1000 + 1000;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.h20 int saturation; member in struct:__anonab35d3770108
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dbt829.h75 extern _X_EXPORT void bt829_SetSaturation(BT829Ptr bt, int saturation);
H A Dbt829.c607 void bt829_SetSaturation(BT829Ptr bt, int saturation) argument
611 saturation = LIMIT(saturation,-1000,1000);
612 sat_u = (254*(saturation+1000))/1000;
613 sat_v = (180*(saturation+1000))/1000;
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_video.c56 int saturation; member in struct:__anona5ec5f1d0108
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/uxa/
H A Dintel_video.h40 int saturation; member in struct:__anonae7395bd0108
H A Dintel_video_overlay.c107 attrs.saturation = adaptor_priv->saturation;
151 adaptor_priv->saturation = value;
515 adaptor_priv->saturation = 146; /* 128/112 * 128 */
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_video.h40 int saturation; member in struct:__anonc5da36f10108
H A Dintel_video_overlay.c107 attrs.saturation = adaptor_priv->saturation;
151 adaptor_priv->saturation = value;
515 adaptor_priv->saturation = 146; /* 128/112 * 128 */
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_xv.c225 port_priv->saturation = ClipValue(value, -1000, 1000);
246 *value = port_priv->saturation;
343 uvcosf = RTFSaturation(port_priv->saturation) * cos(RTFHue(port_priv->hue));
344 uvsinf = RTFSaturation(port_priv->saturation) * sin(RTFHue(port_priv->hue));
653 port_priv->saturation = 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video.h77 int saturation; member in struct:sna_video
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.h27 int saturation; member in struct:__anone192d83f0108

Completed in 42 milliseconds

1234