Home
last modified time | relevance | path

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

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTest.java225 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()
DDecodeAccuracyTestBase.java909 class GLSurfaceViewFactory extends VideoViewFactory { class
911 private static final String TAG = GLSurfaceViewFactory.class.getSimpleName();
919 public GLSurfaceViewFactory() {} in GLSurfaceViewFactory() method in GLSurfaceViewFactory
1498 private final GLSurfaceViewFactory glSurfaceViewFactory;
1505 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot()