commit | f89bf3c84fba0c7c951e3d66fde60a381181bd3f | [log] [tgz] |
---|---|---|
author | Vignesh Venkatasubramanian <vigneshv@google.com> | Mon Oct 05 17:28:45 2020 -0700 |
committer | Vignesh Venkatasubramanian <vigneshv@google.com> | Mon Oct 26 21:33:46 2020 -0700 |
tree | ec4f793f48e386a0be2938bfaf1bbdd5cd00400f | |
parent | b79b20f897835ed7b8d1556c7b444f810ef9b812 [diff] |
media, mainline: Add basic AVIF decoding support This CL contains files that are part of mainline. Parse the AVIF boxes and pass the data along to a compatible AV1 decoder (similar to how HEIC frames are passed to the HEVC decoder). Test: BitmapFactory.decodeByteArray() is now able to decode valid AVIF images. Test: HEIF related CTS tests still pass. CTS tests to come in a different CL. Bug: 141654151 Change-Id: I84a01db859281a1b14746fbb97c247f427d440f8