Searched refs:SurfaceViewFactory (Results 1 – 3 of 3) sorted by relevance
29 private final SurfaceViewFactory mViewFactory;66 mViewFactory = new SurfaceViewFactory(callback); in SurfaceControlTestCase()127 private class SurfaceViewFactory implements ViewFactory { class in SurfaceControlTestCase130 SurfaceViewFactory(SurfaceHolder.Callback callback) { in SurfaceViewFactory() method in SurfaceControlTestCase.SurfaceViewFactory
206 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()
823 class SurfaceViewFactory extends VideoViewFactory implements SurfaceHolder.Callback { class825 private static final String TAG = SurfaceViewFactory.class.getSimpleName();832 public SurfaceViewFactory() {} in SurfaceViewFactory() method in SurfaceViewFactory