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

Commit 6cc90a56 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou Committed by Automerger Merge Worker
Browse files

Increase touch video buffer size am: a7c73602 am: 48e5bd80

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12130623

Change-Id: Ie88442532e0dbd912b38e99e493b34716363b1d2
parents 83111a9f 48e5bd80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ private:
     * How many buffers to keep for the internal queue. When the internal buffer
     * exceeds this capacity, oldest frames will be dropped.
     */
    static constexpr size_t MAX_QUEUE_SIZE = 10;
    static constexpr size_t MAX_QUEUE_SIZE = 20;
    std::vector<TouchVideoFrame> mFrames;

    /**