summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-09-22 10:12:14 -0700
committerAndreas Huber <andih@google.com>2010-09-22 15:27:20 -0700
commit9fb467e5c50795afda3675efd5ba0e5cd552fd75 (patch)
tree456501ca77b4d396431ac88b20fafed76900dc36 /media
parent5a808f8de7b81081ac682e96b625d45fcf43fe46 (diff)
downloadframeworks_av-9fb467e5c50795afda3675efd5ba0e5cd552fd75.zip
frameworks_av-9fb467e5c50795afda3675efd5ba0e5cd552fd75.tar.gz
frameworks_av-9fb467e5c50795afda3675efd5ba0e5cd552fd75.tar.bz2
Raise the amount of memory set aside for omx buffer allocations in the test harness to accomodate the new requirements of some codecs.
Change-Id: I73974a336852974e2fb95a9626c1a96f296449eb
Diffstat (limited to 'media')
-rw-r--r--media/libstagefright/omx/tests/OMXHarness.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/omx/tests/OMXHarness.cpp b/media/libstagefright/omx/tests/OMXHarness.cpp
index fcf506d..4f28855 100644
--- a/media/libstagefright/omx/tests/OMXHarness.cpp
+++ b/media/libstagefright/omx/tests/OMXHarness.cpp
@@ -286,7 +286,7 @@ status_t Harness::testStateTransitions(
return OK;
}
- sp<MemoryDealer> dealer = new MemoryDealer(8 * 1024 * 1024, "OMXHarness");
+ sp<MemoryDealer> dealer = new MemoryDealer(16 * 1024 * 1024, "OMXHarness");
IOMX::node_id node;
status_t err =