Loading services/inputflinger/reader/include/TouchVideoDevice.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading Loading
services/inputflinger/reader/include/TouchVideoDevice.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading