~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to include/android_stub/system/graphics-base-v1.2.h

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// This file is autogenerated by hidl-gen. Do not edit manually.
2
 
// Source: android.hardware.graphics.common@1.2
3
 
// Location: hardware/interfaces/graphics/common/1.2/
4
 
 
5
 
#ifndef HIDL_GENERATED_ANDROID_HARDWARE_GRAPHICS_COMMON_V1_2_EXPORTED_CONSTANTS_H_
6
 
#define HIDL_GENERATED_ANDROID_HARDWARE_GRAPHICS_COMMON_V1_2_EXPORTED_CONSTANTS_H_
7
 
 
8
 
#ifdef __cplusplus
9
 
extern "C" {
10
 
#endif
11
 
 
12
 
typedef enum {
13
 
    HAL_HDR_HDR10_PLUS = 4,
14
 
} android_hdr_v1_2_t;
15
 
 
16
 
typedef enum {
17
 
    HAL_DATASPACE_DISPLAY_BT2020 = 142999552 /* ((STANDARD_BT2020 | TRANSFER_SRGB) | RANGE_FULL) */,
18
 
    HAL_DATASPACE_DYNAMIC_DEPTH = 4098 /* 0x1002 */,
19
 
    HAL_DATASPACE_JPEG_APP_SEGMENTS = 4099 /* 0x1003 */,
20
 
    HAL_DATASPACE_HEIF = 4100 /* 0x1004 */,
21
 
} android_dataspace_v1_2_t;
22
 
 
23
 
typedef enum {
24
 
    HAL_PIXEL_FORMAT_HSV_888 = 55 /* 0x37 */,
25
 
} android_pixel_format_v1_2_t;
26
 
 
27
 
#ifdef __cplusplus
28
 
}
29
 
#endif
30
 
 
31
 
#endif  // HIDL_GENERATED_ANDROID_HARDWARE_GRAPHICS_COMMON_V1_2_EXPORTED_CONSTANTS_H_