media/libraries/exoplayer/src/test
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
..
java/androidx/media3/exoplayer Schedule doSomeWork when MediaCodec signals available buffers 2024-05-31 02:22:16 -07:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00