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

Commit 9c5b1ffc authored by Igor Murashkin's avatar Igor Murashkin Committed by Android Git Automerger
Browse files

am 437a7488: am c819ec1b: am e6339fe4: am ee0b9782: am 7ddc2313: Merge...

am 437a7488: am c819ec1b: am e6339fe4: am ee0b9782: am 7ddc2313: Merge "camera2: Increase preview frame timeout" into lmp-dev

* commit '437a7488196e7935bb4547f095e900db156b844e':
  camera2: Increase preview frame timeout
parents cc043e9c 41882cd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class RequestThreadManager {

    private static final int MAX_IN_FLIGHT_REQUESTS = 2;

    private static final int PREVIEW_FRAME_TIMEOUT = 300; // ms
    private static final int PREVIEW_FRAME_TIMEOUT = 1000; // ms
    private static final int JPEG_FRAME_TIMEOUT = 3000; // ms (same as CTS for API2)
    private static final int REQUEST_COMPLETE_TIMEOUT = 3000; // ms (same as JPEG timeout)