Update GL thread name, per package name

PiperOrigin-RevId: 609686878
This commit is contained in:
huangdarwin 2024-02-23 04:26:33 -08:00 committed by Copybara-Service
parent 88c6877418
commit 601d6ed587

View File

@ -59,7 +59,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
@UnstableApi @UnstableApi
public abstract class MultipleInputVideoGraph implements VideoGraph { public abstract class MultipleInputVideoGraph implements VideoGraph {
private static final String SHARED_EXECUTOR_NAME = "Transformer:MultipleInputVideoGraph:Thread"; private static final String SHARED_EXECUTOR_NAME = "Effect:MultipleInputVideoGraph:Thread";
private static final long RELEASE_WAIT_TIME_MS = 1_000; private static final long RELEASE_WAIT_TIME_MS = 1_000;
private static final int PRE_COMPOSITOR_TEXTURE_OUTPUT_CAPACITY = 2; private static final int PRE_COMPOSITOR_TEXTURE_OUTPUT_CAPACITY = 2;