mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
include: uapi/linux/rk-camera-module.h modify the rkmodule_lsc_inf
Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com> Change-Id: I89403b779bcd6191e6fe76e1412275ad1752d414
This commit is contained in:
parent
14f5c70c6e
commit
3463b91879
|
|
@ -16,7 +16,7 @@
|
|||
#define RKMODULE_EXTEND_LINE 24
|
||||
|
||||
#define RKMODULE_NAME_LEN 32
|
||||
#define RKMODULE_LSCDATA_LEN 441
|
||||
#define RKMODULE_LSCDATA_LEN 289
|
||||
|
||||
#define RKMODULE_MAX_VC_CH 4
|
||||
|
||||
|
|
@ -164,6 +164,10 @@ struct rkmodule_lsc_inf {
|
|||
__u16 lsc_b[RKMODULE_LSCDATA_LEN];
|
||||
__u16 lsc_gr[RKMODULE_LSCDATA_LEN];
|
||||
__u16 lsc_gb[RKMODULE_LSCDATA_LEN];
|
||||
|
||||
__u16 width;
|
||||
__u16 height;
|
||||
__u16 table_size;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user