Files
2023-10-13 14:01:41 +00:00

8 lines
127 B
C

#ifndef __RK_AIQ_LUMA_H__
#define __RK_AIQ_LUMA_H__
typedef struct {
unsigned int mean_luma[3];
} isp_luma_stat_t;
#endif