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

Commit b6eedba8 authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter Committed by Chia-I Wu
Browse files

Add CTA 861.3 info to HDR struct

Test: make
Bug: 63710530
Exempt-From-Owner-Approval: this adds a standard-defined struct
Change-Id: I51aba346f407c1c15d5af2b6fd855db6d3563735
parent b589cb7a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -257,6 +257,11 @@ struct android_smpte2086_metadata {
    float minLuminance;
};

struct android_cta861_3_metadata {
    float maxContentLightLevel;
    float maxFrameAverageLightLevel;
};

#ifdef __cplusplus
}
#endif