Searched refs:SurfaceViewFactory (Results 1 – 3 of 3) sorted by relevance
27 private final SurfaceViewFactory mViewFactory;38 mViewFactory = new SurfaceViewFactory(callback); in SurfaceControlTestCase()71 private class SurfaceViewFactory implements ViewFactory { class in SurfaceControlTestCase74 SurfaceViewFactory(SurfaceHolder.Callback callback) { in SurfaceViewFactory() method in SurfaceControlTestCase.SurfaceViewFactory
245 runTest(new SurfaceViewFactory(), new VideoFormat(fileName), decoderName); in testSurfaceViewVideoDecodeAccuracy()251 runTest(new SurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName)), in testSurfaceViewLargerHeightDecodeAccuracy()258 runTest(new SurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName)), in testSurfaceViewLargerWidthDecodeAccuracy()
826 class SurfaceViewFactory extends VideoViewFactory implements SurfaceHolder.Callback { class828 private static final String TAG = SurfaceViewFactory.class.getSimpleName();835 public SurfaceViewFactory() {} in SurfaceViewFactory() method in SurfaceViewFactory