media/libraries/exoplayer/src
michaelkatz fab66d972e Changed decoder list sort to order by functional support of format
Added new method to check if codec just functionally supports a format. Changed getDecoderInfosSortedByFormatSupport to use new function to order by functional support. This allows decoders that only support functionally and are more preferred by the MediaCodecSelector to keep their preferred position in the sorted list.

UnitTests included
-Two MediaCodecVideoRenderer tests that verify hw vs sw does not have an effect on sort of the decoder list, it is only based on functional support

Issue: google/ExoPlayer#10604
PiperOrigin-RevId: 487779284
2022-11-14 17:48:28 +00:00
..
androidTest Fix instrumentation tests not working via Gradle 2022-09-30 18:03:11 +00:00
main Changed decoder list sort to order by functional support of format 2022-11-14 17:48:28 +00:00
test Changed decoder list sort to order by functional support of format 2022-11-14 17:48:28 +00:00