summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx
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 10:13:21 -0700
commit3cc8eb61f0931b53e4a6ea5346ac5720d01161d8 (patch)
tree058418b7f98638a2b224c5957af1421c430f6aea /media/libstagefright/omx
parent5ee6bb5a8665cf09aa6266012d6ba7d405886724 (diff)
downloadframeworks_av-3cc8eb61f0931b53e4a6ea5346ac5720d01161d8.zip
frameworks_av-3cc8eb61f0931b53e4a6ea5346ac5720d01161d8.tar.gz
frameworks_av-3cc8eb61f0931b53e4a6ea5346ac5720d01161d8.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: I0650af10acb3097e9f03c6079992305540b6bc86
Diffstat (limited to 'media/libstagefright/omx')
-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 =