Searched refs:GLSurfaceViewFactory (Results 1 – 2 of 2) sorted by relevance
181 runTest(new GLSurfaceViewFactory(), new VideoFormat(fileName)); in testGLViewDecodeAccuracy()186 runTest(new GLSurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName))); in testGLViewLargerHeightDecodeAccuracy()191 runTest(new GLSurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName))); in testGLViewLargerWidthDecodeAccuracy()
904 class GLSurfaceViewFactory extends VideoViewFactory { class906 private static final String TAG = GLSurfaceViewFactory.class.getSimpleName();914 public GLSurfaceViewFactory() {} in GLSurfaceViewFactory() method in GLSurfaceViewFactory1481 private final GLSurfaceViewFactory glSurfaceViewFactory;1488 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot()