media/library/transformer/src
hschlueter 775681c4eb glClear in FrameProcessorChain so the GlFrameProcessors don't have to.
Since the output textures and surfaces are managed by the
FrameProcessorChain, clearing them there makes sense.
This is also less error-prone as it might not be obvious to
someone implementing a GlFrameProcessor that they need to
glClear. (Clearing twice won't cause any problems.)

PiperOrigin-RevId: 438532247
2022-04-07 15:47:15 +01:00
..
androidTest Move Json helper methods to AndroidTestUtil. 2022-04-07 15:33:39 +01:00
main glClear in FrameProcessorChain so the GlFrameProcessors don't have to. 2022-04-07 15:47:15 +01:00
test Configure the frame sizes in FrameProcessorChain instead of caller. 2022-03-25 14:14:28 +00:00