media/google3/third_party/java_src
Googler 06ce5ec738 Avoid spinning while queueing input to ExternalTextureProcessor.
This change adds ExternalTextureManager which implements
InputListener to only queue input frames to the
ExternalTextureProcessor when it is ready to accept an input
frame. This replaces the old retry-logic in GlEffectsFrameProcessor.

Before this change, the retrying in GlEffectFrameProcessor wasted
CPU time if input becomes available faster than the
ExternalTextureProcessor can process it.

PiperOrigin-RevId: 467177659
2022-10-19 18:00:59 +00:00
..
android_libs/media/libraries/effect Avoid spinning while queueing input to ExternalTextureProcessor. 2022-10-19 18:00:59 +00:00