Make a method static

This methods doesn't need to be non-static, and can have less state assumed if static

PiperOrigin-RevId: 623466017
This commit is contained in:
huangdarwin 2024-04-10 05:44:41 -07:00 committed by Copybara-Service
parent 556ddf4b30
commit 47964ff696

View file

@ -643,7 +643,7 @@ public final class DefaultVideoFrameProcessorTextureOutputPixelTest {
textureProducer.releaseOutputTexture(presentationTimeUs); textureProducer.releaseOutputTexture(presentationTimeUs);
} }
private VideoFrameProcessorTestRunner.Builder getDefaultFrameProcessorTestRunnerBuilder( private static VideoFrameProcessorTestRunner.Builder getDefaultFrameProcessorTestRunnerBuilder(
String testId) { String testId) {
TextureBitmapReader textureBitmapReader = new TextureBitmapReader(); TextureBitmapReader textureBitmapReader = new TextureBitmapReader();
DefaultVideoFrameProcessor.Factory defaultVideoFrameProcessorFactory = DefaultVideoFrameProcessor.Factory defaultVideoFrameProcessorFactory =