Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e255db9b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix the return type of ADisplayLutsEntry_getDimension and...

Merge "Fix the return type of ADisplayLutsEntry_getDimension and ADisplayLutsEntry_getSamplingKey." into main
parents a4c472bc 345be944
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ enum ADisplayLuts_Dimension : int32_t {
    ADISPLAYLUTS_ONE_DIMENSION = 1,
    ADISPLAYLUTS_THREE_DIMENSION = 3,
};
typedef enum ADisplayLuts_Dimension ADisplayLuts_Dimension;

/**
 * The sampling key used by the lut
@@ -43,6 +44,7 @@ enum ADisplayLuts_SamplingKey : int32_t {
    ADISPLAYLUTS_SAMPLINGKEY_RGB = 0,
    ADISPLAYLUTS_SAMPLINGKEY_MAX_RGB = 1,
};
typedef enum ADisplayLuts_SamplingKey ADisplayLuts_SamplingKey;

/**
 * Used to get and set display luts entry