media/libraries/transformer/src
samrobinson 37f8a0bb6b Improve encoder resolution capability checking.
Whilst testing fallback functionality, I found that we were
aggressively reducing the resolution if it was not supported. A quick
test found that we could reduce by a much smaller increments.
Performance wise it appears these checks are incredibly quick.

The code for checking supported sizes was duplicated, with one case
having a bug because of this duplication (2/3 case). This CL abstracts
this into a loop.

PiperOrigin-RevId: 499497646
2023-01-04 21:55:15 +00:00
..
androidTest HDR: Add Transformer GL tone mapping test. 2022-12-21 15:32:50 +00:00
main Improve encoder resolution capability checking. 2023-01-04 21:55:15 +00:00
test Move video decoding to AssetLoader 2023-01-04 21:50:58 +00:00