Searched refs:videoViewFactory (Results 1 – 1 of 1) sorted by relevance
150 private VideoViewFactory videoViewFactory; field in DecodeAccuracyTest172 if (videoViewFactory != null) { in tearDown()173 videoViewFactory.release(); in tearDown()262 private void runTest(VideoViewFactory videoViewFactory, VideoFormat vf, String decoderName) { in runTest() argument268 this.videoViewFactory = checkNotNull(videoViewFactory); in runTest()269 this.videoView = videoViewFactory.createView(getHelper().getContext()); in runTest()277 videoViewFactory.waitForViewIsAvailable(); in runTest()291 decodeVideo(vf, videoViewFactory, decoderName); in runTest()292 validateResult(vf, videoViewFactory.getVideoViewSnapshot(), golden, decoderName); in runTest()295 private void decodeVideo(VideoFormat videoFormat, VideoViewFactory videoViewFactory, in decodeVideo() argument[all …]