msm: camera: ope: Increase max bl limit and max stripe to process
Increase “OPE_MAX_CDM_BLS” to 32 from 24 and MAX_STRIPES to 64 from 48 to process 108M frame. CRs-Fixed: 3082993 Change-Id: I9e3631cc86c5e10e4e2020d4a9b2264ea282e437 Signed-off-by: Vikram Sharma <vikramsa@codeaurora.org>
This commit is contained in:
Родитель
f49b4dd0b9
Коммит
4fbb1700ef
|
@ -50,7 +50,7 @@
|
|||
#define OPE_CMDS OPE_MAX_CMD_BUFS
|
||||
#define CAM_MAX_IN_RES 8
|
||||
|
||||
#define OPE_MAX_CDM_BLS 24
|
||||
#define OPE_MAX_CDM_BLS 32
|
||||
|
||||
#define CAM_OPE_MAX_PER_PATH_VOTES 6
|
||||
#define CAM_OPE_BW_CONFIG_UNKNOWN 0
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
#define OPE_MAX_IO_BUFS (OPE_OUT_RES_MAX + OPE_IN_RES_MAX)
|
||||
#define OPE_MAX_PASS 1
|
||||
#define OPE_MAX_PLANES 2
|
||||
#define OPE_MAX_STRIPES 48
|
||||
#define OPE_MAX_STRIPES 64
|
||||
#define OPE_MAX_BATCH_SIZE 16
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче