media/libraries/exoplayer/src
michaelkatz ac34798344 Schedule doSomeWork when MediaCodec signals available buffers
When running in asynchronous mode, MediaCodec will be running the CPU to signal input and output buffers being made available for use by the player. With ExoPlayer.experimentalSetDynamicSchedulingEnabled set to true, ExoPlayer will wakeup to make rendering progress when MediaCodec raises these signals. In this way, ExoPlayer work will align more closely with CPU wake-cycles.

PiperOrigin-RevId: 638962108
2024-05-31 02:22:16 -07:00
..
androidTest Default to parse subtitles while extracting, instead of while rendering 2024-05-16 01:42:56 -07:00
main Schedule doSomeWork when MediaCodec signals available buffers 2024-05-31 02:22:16 -07:00
test Schedule doSomeWork when MediaCodec signals available buffers 2024-05-31 02:22:16 -07:00