You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __RK_AIQ_LUMA_H__
|
|
#define __RK_AIQ_LUMA_H__
|
|
|
|
typedef struct {
|
|
unsigned int mean_luma[3];
|
|
} isp_luma_stat_t;
|
|
#endif
|