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

* Allow more than one input bitmap at a time. * Allow Compositor to take in and set up an Executor. Otherwise, Compositor resources may be created on one thread and accessed on another. * Add a Compositor TestRunner to reuse test code more. * Update VideoFrameProcessingTaskExecutor to use a new onError listener, so that it's more reusable in non-DVFP contexts, like for Compositor. PiperOrigin-RevId: 547206053