media/libraries/transformer/src
hschlueter 427a7a1ff9 Generalize frame processing error codes.
TransformationException error codes were previously tied to OpenGL
but other FrameProcessor implementations are possible. So this CL
renames the error codes.
Also, remove GL_INIT_FAILED error code, as FrameProcessor
implemenations may initialize resources on a background thread
after the factory method returns, so it's not obvious how to
distinguish between initialization failures and processing failures.

PiperOrigin-RevId: 463704902
(cherry picked from commit 0f96d8615d)
2022-07-27 23:21:31 +00:00
..
androidTest Add Effect marker interface. 2022-07-27 22:40:20 +00:00
main Generalize frame processing error codes. 2022-07-27 23:21:31 +00:00
test Replace Size with Pair in effects. 2022-07-25 23:39:59 +00:00