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
commit583df4ff73c7cf1200bd19f7adb63c433a88e630 (patch)
tree42915508a2598208f15e7f0902bdfcac5fbc02ef /media/libstagefright/omx
parentdd8f13faf1cb8ad7a5f2573f09fe8436ec8a4ac2 (diff)
downloadframeworks_base-583df4ff73c7cf1200bd19f7adb63c433a88e630.zip
frameworks_base-583df4ff73c7cf1200bd19f7adb63c433a88e630.tar.gz
frameworks_base-583df4ff73c7cf1200bd19f7adb63c433a88e630.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 =