mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

Much simpler than ExternalTextureManager flushing, because ExternalTextureManager complexity is due to decoder race condition behavior, which we won't see for Bitmaps due to a more well-defined interface. This is needed to test texture output flushing. PiperOrigin-RevId: 570896363