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

Commit 402eebc4 authored by Glenn Kasten's avatar Glenn Kasten Committed by android-build-merger
Browse files

Merge "Increase heap size for fast capture in stereo" into oc-mr1-dev am: 9ea2cb39

am: 8e9dad0c

Change-Id: Id82e063af84476a5b93dda6ce179a2737cdfb4ba
parents df36af10 8e9dad0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ static int sFastTrackMultiplier = kFastTrackMultiplier;
// Initially this heap is used to allocate client buffers for "fast" AudioRecord.
// Eventually it will be the single buffer that FastCapture writes into via HAL read(),
// and that all "fast" AudioRecord clients read from.  In either case, the size can be small.
static const size_t kRecordThreadReadOnlyHeapSize = 0x2000;
static const size_t kRecordThreadReadOnlyHeapSize = 0x4000;

// ----------------------------------------------------------------------------