Searched refs:videoViewFactory (Results 1 – 1 of 1) sorted by relevance
140 private VideoViewFactory videoViewFactory; field in DecodeAccuracyTest153 if (videoViewFactory != null) { in tearDown()154 videoViewFactory.release(); in tearDown()209 private void runTest(VideoViewFactory videoViewFactory, VideoFormat vf) { in runTest() argument215 this.videoViewFactory = checkNotNull(videoViewFactory); in runTest()216 this.videoView = videoViewFactory.createView(getHelper().getContext()); in runTest()224 videoViewFactory.waitForViewIsAvailable(); in runTest()238 decodeVideo(vf, videoViewFactory); in runTest()239 validateResult(vf, videoViewFactory.getVideoViewSnapshot(), golden); in runTest()242 private void decodeVideo(VideoFormat videoFormat, VideoViewFactory videoViewFactory) { in decodeVideo() argument[all …]