Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fe61ef5 authored by bob.nill's avatar bob.nill Committed by hecaiqiang
Browse files

Increase CAM_SYNC_MAX_OBJS from 1024 to 2048

Change-Id: I694981e9e68704a3dfe84346c11f91c07bf8034c
(cherry picked from commit bab574b450ad96e96a017fed8cd78b36e9803f6a)
parent fddf5c98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#endif

#define CAM_SYNC_OBJ_NAME_LEN           64
#define CAM_SYNC_MAX_OBJS               1024
#define CAM_SYNC_MAX_OBJS               2048
#define CAM_SYNC_MAX_V4L2_EVENTS        50
#define CAM_SYNC_DEBUG_FILENAME         "cam_debug"
#define CAM_SYNC_DEBUG_BASEDIR          "cam"