mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "Clarify documentation for the dimming stage." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
581b7b11bd
@@ -29,7 +29,12 @@ enum DimmingStage {
|
||||
*/
|
||||
LINEAR = 1,
|
||||
/**
|
||||
* Dimming operations must be applied in gamma space, after OETF has been applied
|
||||
* Dimming operations must be applied in gamma space, after OETF has been applied.
|
||||
* Note that for this dimming operation to be perceptually correct it must also be gamma
|
||||
* corrected. The framework will assume that it is able to use the gamma 2.2
|
||||
* power function for gamma correcting the dimming matrix, for simplicity of
|
||||
* implementation and the fact that gamma 2.2 is close enough to typical SDR
|
||||
* transfer functions that would be used for the client target.
|
||||
*/
|
||||
GAMMA_OETF = 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user