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

Commit 19e0771b authored by Chia-I Wu's avatar Chia-I Wu Committed by android-build-merger
Browse files

Merge "graphics: add render intents and new color modes" into pi-dev am: e3447826

am: fbd4a52e

Change-Id: I26e10a8f7cb0e2af33b80d5d389da123e859a08e
parents eb5e9b96 fbd4a52e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// This file is autogenerated by hidl-gen. Do not edit manually.
// Source: android.hardware.graphics.common@1.0
// Root: android.hardware:hardware/interfaces
// Location: hardware/interfaces/graphics/common/1.0/

#ifndef HIDL_GENERATED_ANDROID_HARDWARE_GRAPHICS_COMMON_V1_0_EXPORTED_CONSTANTS_H_
#define HIDL_GENERATED_ANDROID_HARDWARE_GRAPHICS_COMMON_V1_0_EXPORTED_CONSTANTS_H_
+16 −1
Original line number Diff line number Diff line
// This file is autogenerated by hidl-gen. Do not edit manually.
// Source: android.hardware.graphics.common@1.1
// Root: android.hardware:hardware/interfaces
// Location: hardware/interfaces/graphics/common/1.1/

#ifndef HIDL_GENERATED_ANDROID_HARDWARE_GRAPHICS_COMMON_V1_1_EXPORTED_CONSTANTS_H_
#define HIDL_GENERATED_ANDROID_HARDWARE_GRAPHICS_COMMON_V1_1_EXPORTED_CONSTANTS_H_
@@ -24,8 +24,23 @@ typedef enum {
        281411584,  // ((STANDARD_BT2020 | TRANSFER_SMPTE_170M) | RANGE_LIMITED)
    HAL_DATASPACE_BT2020_ITU_PQ =
        298188800,  // ((STANDARD_BT2020 | TRANSFER_ST2084) | RANGE_LIMITED)
    HAL_DATASPACE_BT2020_ITU_HLG = 302383104,  // ((STANDARD_BT2020 | TRANSFER_HLG) | RANGE_LIMITED)
    HAL_DATASPACE_BT2020_HLG = 168165376,      // ((STANDARD_BT2020 | TRANSFER_HLG) | RANGE_FULL)
} android_dataspace_v1_1_t;

typedef enum {
    HAL_COLOR_MODE_BT2020 = 10,
    HAL_COLOR_MODE_BT2100_PQ = 11,
    HAL_COLOR_MODE_BT2100_HLG = 12,
} android_color_mode_v1_1_t;

typedef enum {
    HAL_RENDER_INTENT_COLORIMETRIC = 0,
    HAL_RENDER_INTENT_ENHANCE = 1,
    HAL_RENDER_INTENT_TONE_MAP_COLORIMETRIC = 2,
    HAL_RENDER_INTENT_TONE_MAP_ENHANCE = 3,
} android_render_intent_v1_1_t;

#ifdef __cplusplus
}
#endif