We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4c472b + 345be94 commit e255db9Copy full SHA for e255db9
1 file changed
include/android/display_luts.h
@@ -35,6 +35,7 @@ enum ADisplayLuts_Dimension : int32_t {
35
ADISPLAYLUTS_ONE_DIMENSION = 1,
36
ADISPLAYLUTS_THREE_DIMENSION = 3,
37
};
38
+typedef enum ADisplayLuts_Dimension ADisplayLuts_Dimension;
39
40
/**
41
* The sampling key used by the lut
@@ -43,6 +44,7 @@ enum ADisplayLuts_SamplingKey : int32_t {
43
44
ADISPLAYLUTS_SAMPLINGKEY_RGB = 0,
45
ADISPLAYLUTS_SAMPLINGKEY_MAX_RGB = 1,
46
47
+typedef enum ADisplayLuts_SamplingKey ADisplayLuts_SamplingKey;
48
49
50
* Used to get and set display luts entry
0 commit comments