Home
last modified time | relevance | path

Searched refs:GLSurfaceViewFactory (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java181 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()
DDecodeAccuracyTestBase.java904 class GLSurfaceViewFactory extends VideoViewFactory { class
906 private static final String TAG = GLSurfaceViewFactory.class.getSimpleName();
914 public GLSurfaceViewFactory() {} in GLSurfaceViewFactory() method in GLSurfaceViewFactory
1481 private final GLSurfaceViewFactory glSurfaceViewFactory;
1488 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot()