Home
last modified time | relevance | path

Searched refs:SurfaceViewFactory (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DSurfaceControlTestCase.java29 private final SurfaceViewFactory mViewFactory;
66 mViewFactory = new SurfaceViewFactory(callback); in SurfaceControlTestCase()
127 private class SurfaceViewFactory implements ViewFactory { class in SurfaceControlTestCase
130 SurfaceViewFactory(SurfaceHolder.Callback callback) { in SurfaceViewFactory() method in SurfaceControlTestCase.SurfaceViewFactory
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java206 runTest(new SurfaceViewFactory(), new VideoFormat(fileName)); in testSurfaceViewVideoDecodeAccuracy()
212 runTest(new SurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName))); in testSurfaceViewLargerHeightDecodeAccuracy()
218 runTest(new SurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName))); in testSurfaceViewLargerWidthDecodeAccuracy()
DDecodeAccuracyTestBase.java823 class SurfaceViewFactory extends VideoViewFactory implements SurfaceHolder.Callback { class
825 private static final String TAG = SurfaceViewFactory.class.getSimpleName();
832 public SurfaceViewFactory() {} in SurfaceViewFactory() method in SurfaceViewFactory