Searched refs:GLSurfaceViewFactory (Results 1 – 2 of 2) sorted by relevance
225 runTest(new GLSurfaceViewFactory(), new VideoFormat(fileName), decoderName); in testGLViewDecodeAccuracy()231 runTest(new GLSurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName)), in testGLViewLargerHeightDecodeAccuracy()238 runTest(new GLSurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName)), in testGLViewLargerWidthDecodeAccuracy()
909 class GLSurfaceViewFactory extends VideoViewFactory { class911 private static final String TAG = GLSurfaceViewFactory.class.getSimpleName();919 public GLSurfaceViewFactory() {} in GLSurfaceViewFactory() method in GLSurfaceViewFactory1498 private final GLSurfaceViewFactory glSurfaceViewFactory;1505 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot()