Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java140 private VideoViewFactory videoViewFactory; field in DecodeAccuracyTest
153 if (videoViewFactory != null) { in tearDown()
154 videoViewFactory.release(); in tearDown()
209 private void runTest(VideoViewFactory videoViewFactory, VideoFormat vf) { in runTest() argument
215 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 …]