Searched refs:gamma (Results 1 – 4 of 4) sorted by relevance
116 static uint32_t I830BoundGamma(uint32_t gamma, uint32_t gammaPrev) in I830BoundGamma() argument118 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()
412 void OMXCameraAdapter::updateGammaTable(const char* gamma) in updateGammaTable() argument417 const char *a = gamma; in updateGammaTable()422 if (!gamma) return; in updateGammaTable()
854 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to857 # 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.
590 void updateGammaTable(const char* gamma);