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.java188 runTest(new GLSurfaceViewFactory(), new VideoFormat(fileName)); in testGLViewDecodeAccuracy()
194 runTest(new GLSurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName))); in testGLViewLargerHeightDecodeAccuracy()
200 runTest(new GLSurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName))); in testGLViewLargerWidthDecodeAccuracy()
DDecodeAccuracyTestBase.java906 class GLSurfaceViewFactory extends VideoViewFactory { class
908 private static final String TAG = GLSurfaceViewFactory.class.getSimpleName();
916 public GLSurfaceViewFactory() {} in GLSurfaceViewFactory() method in GLSurfaceViewFactory
1483 private final GLSurfaceViewFactory glSurfaceViewFactory;
1490 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot()