1 #ifndef __RK_AIQ_LUMA_H__ 2 #define __RK_AIQ_LUMA_H__ 3 4 typedef struct { 5 unsigned int mean_luma[3]; 6 } isp_luma_stat_t; 7 #endif 8
1 #ifndef __RK_AIQ_LUMA_H__ 2 #define __RK_AIQ_LUMA_H__ 3 4 typedef struct { 5 unsigned int mean_luma[3]; 6 } isp_luma_stat_t; 7 #endif 8