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