amvecm: hdr tone mapping ioctl api unification [1/1]

PD#SWPL-114841

Problem:
hdr tone mapping ioctl communication fail

Solution:
unify hdr tome mapping ioctl api

Verify:
verify on T3

Change-Id: Ifda2ec2d1439cfd04bf29dc2af8958c79760dd49
Signed-off-by: Bin.Wang2 <bin.wang2@amlogic.com>
This commit is contained in:
Bin.Wang2
2023-05-17 11:26:28 +08:00
committed by gerrit autosubmit
parent aafc3a05b4
commit cda9e1fbef
+4 -1
View File
@@ -415,7 +415,10 @@ enum lut_type_e {
struct hdr_tone_mapping_s {
enum lut_type_e lut_type;
unsigned int lutlength;
unsigned int *tm_lut;
union {
void *tm_lut;
long long tm_lut_len;
};
};
/* CMS ioctl data structure */