commit | 8ad767b1361f00368e8cb2154d542756366258fc | [log] [tgz] |
---|---|---|
author | Kalesh Singh <kaleshsingh@google.com> | Tue Aug 08 10:44:16 2023 -0700 |
committer | Kalesh Singh <kaleshsingh@google.com> | Tue Aug 08 11:18:21 2023 -0700 |
tree | af9249de8c2a504289d96ae95569870c907413f8 | |
parent | 141d6b83f93ea30db107f6c8268fe341a9bc2f76 [diff] |
media codec2: Remove use of hardcoded PAGE_SIZE 4096 bionic hard codes the PAGE_SIZE macro as 4096. This is going away as Android begins to support larger page sizes. Remove the usage of this assumption from media codec2 source; use instead getpagesize() which provides the real pagesize. Test: mma Bug: 295016003 Change-Id: If70250d4ef1e838756082974abd4d2e41e28f343 Signed-off-by: Kalesh Singh <kaleshsingh@google.com>