Home
last modified time | relevance | path

Searched refs:gamma (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_overlay.c116 static uint32_t I830BoundGamma(uint32_t gamma, uint32_t gammaPrev) in I830BoundGamma() argument
118 return (I830BoundGammaElt(gamma >> 24, gammaPrev >> 24) << 24 | in I830BoundGamma()
119 I830BoundGammaElt(gamma >> 16, gammaPrev >> 16) << 16 | in I830BoundGamma()
120 I830BoundGammaElt(gamma >> 8, gammaPrev >> 8) << 8 | in I830BoundGamma()
121 I830BoundGammaElt(gamma , gammaPrev)); in I830BoundGamma()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMX3A.cpp412 void OMXCameraAdapter::updateGammaTable(const char* gamma) in updateGammaTable() argument
417 const char *a = gamma; in updateGammaTable()
422 if (!gamma) return; in updateGammaTable()
/hardware/intel/common/libva/doc/
DDoxyfile854 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
857 # the output darker. The value divided by 100 is the actual gamma applied,
858 # so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
859 # and 100 does not change the gamma.
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h590 void updateGammaTable(const char* gamma);