am a72bb404: Merge "Raise the amount of memory set aside for omx buffer allocations in the test harness to accomodate the new requirements of some codecs." into gingerbread
Merge commit 'a72bb404ceb11ac551825226eb75d2a280deb1b2' into gingerbread-plus-aosp * commit 'a72bb404ceb11ac551825226eb75d2a280deb1b2': Raise the amount of memory set aside for omx buffer allocations in the test harness to accomodate the new requirements of some codecs.
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user