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
This commit is contained in:
Andreas Huber
2010-09-22 10:12:14 -07:00
parent dd8f13faf1
commit 583df4ff73

View File

@@ -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 =