am 82420129
: bionic: update processed msm_camera.h
Merge commit '824201294b5f3c3ad6ca9d9751d96f78142c5409' into eclair-plus-aosp * commit '824201294b5f3c3ad6ca9d9751d96f78142c5409': bionic: update processed msm_camera.h
This commit is contained in:
commit
664dac1e95
1 changed files with 9 additions and 3 deletions
|
@ -73,6 +73,11 @@
|
|||
#define MAX_SENSOR_NUM 3
|
||||
#define MAX_SENSOR_NAME 32
|
||||
|
||||
#define PP_SNAP 1
|
||||
#define PP_RAW_SNAP (1<<1)
|
||||
#define PP_PREV (1<<2)
|
||||
#define PP_MASK (PP_SNAP|PP_RAW_SNAP|PP_PREV)
|
||||
|
||||
#define MSM_CAM_CTRL_CMD_DONE 0
|
||||
#define MSM_CAM_SENSOR_VFE_CMD 1
|
||||
|
||||
|
@ -130,11 +135,12 @@ struct msm_camera_cfg_cmd {
|
|||
#define CMD_SNAP_BUF_RELEASE 11
|
||||
#define CMD_SNAP_BUF_CFG 12
|
||||
#define CMD_STATS_DISABLE 13
|
||||
#define CMD_STATS_ENABLE 14
|
||||
#define CMD_STATS_AEC_AWB_ENABLE 14
|
||||
#define CMD_STATS_AF_ENABLE 15
|
||||
#define CMD_STATS_BUF_RELEASE 16
|
||||
#define CMD_STATS_AF_BUF_RELEASE 17
|
||||
#define UPDATE_STATS_INVALID 18
|
||||
#define CMD_STATS_ENABLE 18
|
||||
#define UPDATE_STATS_INVALID 19
|
||||
|
||||
struct msm_vfe_cfg_cmd {
|
||||
int cmd_type;
|
||||
|
@ -150,7 +156,7 @@ struct camera_enable_cmd {
|
|||
#define MSM_PMEM_OUTPUT1 0
|
||||
#define MSM_PMEM_OUTPUT2 1
|
||||
#define MSM_PMEM_OUTPUT1_OUTPUT2 2
|
||||
#define MSM_PMEM_THUMBAIL 3
|
||||
#define MSM_PMEM_THUMBNAIL 3
|
||||
#define MSM_PMEM_MAINIMG 4
|
||||
#define MSM_PMEM_RAW_MAINIMG 5
|
||||
#define MSM_PMEM_AEC_AWB 6
|
||||
|
|
Loading…
Reference in a new issue