2025-05-10 21:58:58 +08:00

8 lines
127 B
C
Executable File

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