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

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

Merge "libstagefright: Increase retry count in Frame Decoder" am: 86108e35...

Merge "libstagefright: Increase retry count in Frame Decoder" am: 86108e35 am: 844d903d am: 1ad57016

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

Change-Id: Ib1600fb27486fa0fcf8f24482de59ba3152061b5
parents 390dfd47 1ad57016
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
namespace android {

static const int64_t kBufferTimeOutUs = 10000LL; // 10 msec
static const size_t kRetryCount = 50; // must be >0
static const size_t kRetryCount = 100; // must be >0
static const int64_t kDefaultSampleDurationUs = 33333LL; // 33ms

sp<IMemory> allocVideoFrame(const sp<MetaData>& trackMeta,