commit | 81fe2ca55a64490aab7dc0b5d961fd6b8557d4d0 | [log] [tgz] |
---|---|---|
author | Vignesh Venkatasubramanian <vigneshv@google.com> | Thu Mar 17 12:20:21 2022 -0700 |
committer | Vignesh Venkatasubramanian <vigneshv@google.com> | Thu Mar 17 12:20:21 2022 -0700 |
tree | 762c1e81ffbf1b1d95fc5faa3df581aa8898779d | |
parent | 3228b2d299e42908ace62e490c5a7dc90fb5c8d5 [diff] |
vpx: Allow odd width/height decoding Allow the vpx (vp8 and vp9) decoder components to decode videos with odd dimensions. This supported by the underlying software decoders. We create a graphic buffer that is width aligned to 16 and height aligned to 2 and then set the "crop" value to the appropriate video dimensions. This CL contains changes to files not in mainline. Bug: 224983103 Test: CtsMediaTestCases still passes. Change-Id: Ia3a3287cf469654297573f0fe1a866ddd8cd27fc