media/libraries/effect/src
dancho f9fd8badec Prevent repeated release of the same EGLContext
All instances of PlaybackVideoGraphWrapper use the same
VIDEO_FRAME_PROCESSOR_FACTORY_SUPPLIER which uses the same
DefaultGlObjectsProvider.

Each call to DefaultGlObjectsProvider.release() releases
all previously created EGLContexts.

Lazily create a new DefaultGlObjectsProvider for each
DefaultVideoFrameProcessor (not one per factory).

PiperOrigin-RevId: 693658458
2024-11-06 03:18:42 -08:00
..
androidTest Use Format object in VideoFrameProcessor 2024-10-22 03:46:03 -07:00
main Prevent repeated release of the same EGLContext 2024-11-06 03:18:42 -08:00
test Migrate Gaussian Blur Effect to media3. 2023-12-22 14:13:19 -08:00