Loading services/camera/libcameraservice/device3/Camera3Device.h +1 −1 Original line number Diff line number Diff line Loading @@ -1037,7 +1037,7 @@ class Camera3Device : static const nsecs_t kRequestTimeout = 50e6; // 50 ms // TODO: does this need to be adjusted for long exposure requests? static const nsecs_t kRequestSubmitTimeout = 200e6; // 200 ms static const nsecs_t kRequestSubmitTimeout = 500e6; // 500 ms // Used to prepare a batch of requests. struct NextRequest { Loading Loading
services/camera/libcameraservice/device3/Camera3Device.h +1 −1 Original line number Diff line number Diff line Loading @@ -1037,7 +1037,7 @@ class Camera3Device : static const nsecs_t kRequestTimeout = 50e6; // 50 ms // TODO: does this need to be adjusted for long exposure requests? static const nsecs_t kRequestSubmitTimeout = 200e6; // 200 ms static const nsecs_t kRequestSubmitTimeout = 500e6; // 500 ms // Used to prepare a batch of requests. struct NextRequest { Loading