msm: camera: sync: Increase V4l2 queue size to 250
For MFHDR plus EIS case, both long and short exposure input ports will be connected. Thus overall connected ports for EIS will be 8, resulting in V4L2 queue depth to 240. CRs-Fixed: 2794286 Change-Id: I12a1ae4129ccb7e3b7211a22891016ecd769b949 Signed-off-by: Shravya Samala <shravyas@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
a3af5ac2a3
commit
41cdb719fd
@@ -30,7 +30,7 @@
|
||||
|
||||
#define CAM_SYNC_OBJ_NAME_LEN 64
|
||||
#define CAM_SYNC_MAX_OBJS 2048
|
||||
#define CAM_SYNC_MAX_V4L2_EVENTS 100
|
||||
#define CAM_SYNC_MAX_V4L2_EVENTS 250
|
||||
#define CAM_SYNC_DEBUG_FILENAME "cam_debug"
|
||||
#define CAM_SYNC_DEBUG_BASEDIR "cam"
|
||||
#define CAM_SYNC_DEBUG_BUF_SIZE 32
|
||||
|
Reference in New Issue
Block a user