PD#173911: to compatible 64 bit with 32 bit
Change-Id: Ie3da5b63a05a306a99a7844eea7c2918cc15d5a9
Signed-off-by: Bencheng Jing <bencheng.jing@amlogic.com>
struct ve_pq_load_s {
enum pq_table_name_e param_id;
unsigned int length;
+ union {
void *param_ptr;
+ long long param_ptr_len;
+ };
+ union {
void *reserved;
+ long long reserved_len;
+ };
};
struct ve_pq_table_s {
unsigned int white; /* 0 ~ 16, weak ~ strong */
};
struct ve_hist_s {
- ulong sum;
+ unsigned int sum;
int width;
int height;
int ave;