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.java38 new GLSurfaceViewFactory(), in testH264GLViewVideoDecode()
44 new GLSurfaceViewFactory(), in testH264GLViewLargerHeightVideoDecode()
50 new GLSurfaceViewFactory(), in testH264GLViewLargerWidthVideoDecode()
75 new GLSurfaceViewFactory(), in testVP9GLViewVideoDecode()
81 new GLSurfaceViewFactory(), in testVP9GLViewLargerHeightVideoDecode()
87 new GLSurfaceViewFactory(), in testVP9GLViewLargerWidthVideoDecode()
112 new GLSurfaceViewFactory(), in testH264GLViewCroppedVideoDecode()
DDecodeAccuracyTestBase.java700 class GLSurfaceViewFactory extends VideoViewFactory { class
702 private static final String TAG = GLSurfaceViewFactory.class.getSimpleName();
710 public GLSurfaceViewFactory() {} in GLSurfaceViewFactory() method in GLSurfaceViewFactory
1229 private final GLSurfaceViewFactory glSurfaceViewFactory;
1236 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot()