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

Commit 0ea37f94 authored by Shuzhen Wang's avatar Shuzhen Wang Committed by Automerger Merge Worker
Browse files

Merge "Camera: Increase precapture end timeout" am: 8e472ebb am: 55b0f07b...

Merge "Camera: Increase precapture end timeout" am: 8e472ebb am: 55b0f07b am: a1b1c670 am: f9727b9e

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2603153



Change-Id: I0cd8a556cf6923b11f61b7ed613a27fed20f8c21
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 40a2c475 f9727b9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ class CaptureSequencer:
    static const nsecs_t kWaitDuration = 100000000; // 100 ms
    static const nsecs_t kIdleWaitDuration = 10000000; // 10 ms
    static const int kMaxTimeoutsForPrecaptureStart = 10; // 1 sec
    static const int kMaxTimeoutsForPrecaptureEnd = 20;  // 2 sec
    static const int kMaxTimeoutsForPrecaptureEnd = 40;  // 4 sec
    static const int kMaxTimeoutsForCaptureEnd    = 40;  // 4 sec
    static const int kMaxRetryCount = 3; // 3 retries in case of buffer drop