media/library/transformer/src
hschlueter bf9fa12411 Wrap processor chain executor service for better exception handling.
The wrapper
* catches exceptions for each task and notifies the
  listener (this will be used more in follow-ups when processFrame
  is split into lots of listeners and callbacks),
* removes finished tasks from the queue and signals any exceptions
  that occurred to the listener each time a new task is executed.

PiperOrigin-RevId: 455345184
2022-06-16 11:27:18 +00:00
..
androidTest Replace FrameProcessorChain#isEnded with listener method. 2022-06-15 15:15:02 +00:00
main Wrap processor chain executor service for better exception handling. 2022-06-16 11:27:18 +00:00
test Use FrameProcessorChain#SurfaceProvider for encoder compat transform. 2022-06-15 15:11:31 +00:00