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

Commit f45bc5dd authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "BufferPoolClient: Increase kReceiveTimeoutUs to 2000000" am: 22541847 am: b67d6c4f

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

Change-Id: I145ba8a1e61999268e9115b2a388acd9ea202cb3
parents a4196f5e b67d6c4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@ namespace bufferpool {
namespace V2_0 {
namespace V2_0 {
namespace implementation {
namespace implementation {


static constexpr int64_t kReceiveTimeoutUs = 1000000; // 100ms
static constexpr int64_t kReceiveTimeoutUs = 2000000; // 2s
static constexpr int kPostMaxRetry = 3;
static constexpr int kPostMaxRetry = 3;
static constexpr int kCacheTtlUs = 1000000; // TODO: tune
static constexpr int kCacheTtlUs = 1000000; // TODO: tune
static constexpr size_t kMaxCachedBufferCount = 64;
static constexpr size_t kMaxCachedBufferCount = 64;