Loading drivers/media/platform/msm/camera_v2/msm.h +5 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,11 @@ #include <media/videobuf2-dma-contig.h> #include <media/msmb_camera.h> #define MSM_POST_EVT_TIMEOUT 5000 /* Setting MAX timeout to 6.5seconds considering * backend will operate @ .6fps in certain usecases * like Long exposure usecase and isp needs max of 2 frames * to stop the hardware which will be around 3 seconds*/ #define MSM_POST_EVT_TIMEOUT 6500 #define MSM_POST_EVT_NOTIMEOUT 0xFFFFFFFF #define MSM_CAMERA_STREAM_CNT_BITS 32 Loading Loading
drivers/media/platform/msm/camera_v2/msm.h +5 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,11 @@ #include <media/videobuf2-dma-contig.h> #include <media/msmb_camera.h> #define MSM_POST_EVT_TIMEOUT 5000 /* Setting MAX timeout to 6.5seconds considering * backend will operate @ .6fps in certain usecases * like Long exposure usecase and isp needs max of 2 frames * to stop the hardware which will be around 3 seconds*/ #define MSM_POST_EVT_TIMEOUT 6500 #define MSM_POST_EVT_NOTIMEOUT 0xFFFFFFFF #define MSM_CAMERA_STREAM_CNT_BITS 32 Loading