commit | 7ba01f76fbd8c575fcbfd4e83563dec7b22f4cc3 | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Sun Jun 27 10:11:49 2021 -0700 |
committer | Lajos Molnar <lajos@google.com> | Sun Jun 27 18:00:18 2021 +0000 |
tree | 908b80fb2eb2829c66366d752fe1503f56ef51d3 | |
parent | b228994b945f246a917bbe7f9063819b9c16a68e [diff] |
stagefright/foundation: Increase AMessage max item count to 256 At the same time replace fixed array implementation with std::vector to avoid overallocation as typical AMessage size is 0-2 items. Still keeping the CHECK behavior of trying to increase the AMessage size beyond the max item count. This will be revisited in the future. Bug: 190795569 Test: atest sf_foundation_test Test: video recording and YT playback Change-Id: I1bd0378db4587fefdabac11c0ede7344f9c1714a