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
This commit is contained in:
parent
b589cb7acc
commit
b6eedba8a1
|
@ -257,6 +257,11 @@ struct android_smpte2086_metadata {
|
|||
float minLuminance;
|
||||
};
|
||||
|
||||
struct android_cta861_3_metadata {
|
||||
float maxContentLightLevel;
|
||||
float maxFrameAverageLightLevel;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue