From 9c37da77216715c8dc7446a9cd05f5bf4c80c930 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Wed, 22 Sep 2010 10:12:14 -0700 Subject: [PATCH] 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 --- media/libstagefright/omx/tests/OMXHarness.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/libstagefright/omx/tests/OMXHarness.cpp b/media/libstagefright/omx/tests/OMXHarness.cpp index fcf506dcde2fd..4f2885514873e 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 dealer = new MemoryDealer(8 * 1024 * 1024, "OMXHarness"); + sp dealer = new MemoryDealer(16 * 1024 * 1024, "OMXHarness"); IOMX::node_id node; status_t err =