Home
last modified time | relevance | path

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

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTest.java150 private VideoViewFactory videoViewFactory; field in DecodeAccuracyTest
172 if (videoViewFactory != null) { in tearDown()
173 videoViewFactory.release(); in tearDown()
262 private void runTest(VideoViewFactory videoViewFactory, VideoFormat vf, String decoderName) { in runTest() argument
268 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 …]