8 lines
127 B
C
Executable File
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
|