Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/common/1.0/
Dtypes.hal541 * which describes both gamma curve and numeric range (within the bit depth).
583 * simply be using defaults. No automatic gamma transform should be
584 * expected, except for a possible display gamma transform when drawn to a
831 * Assumed display gamma 2.2.
841 * display gamma 2.6.
851 * display gamma 2.8.
953 * are linear, not gamma-encoded.
968 * but are linear, not gamma-encoded.
980 * sRGB gamma encoding:
1001 * but are linear, not gamma-encoded.
[all …]
/hardware/interfaces/media/omx/1.0/
Dtypes.hal246 GAMMA22, // Assumed display gamma 2.2
247 GAMMA28, // Assumed display gamma 2.8
249 HLG, // ARIB STD-B67 hybrid-log-gamma
/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/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.