Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java78 private static final String VP9 = MediaFormat.MIMETYPE_VIDEO_VP9; field in VideoEncoderDecoderTest
565 public void testVp9Count0320x0180() throws Exception { count(VP9, 320, 180, 2, 4); } in testVp9Count0320x0180()
566 public void testVp9Goog0Qual0320x0180() throws Exception { qual(VP9, 320, 180, GOOG, 0); } in testVp9Goog0Qual0320x0180()
567 public void testVp9Goog0Perf0320x0180() throws Exception { perf(VP9, 320, 180, GOOG, 0); } in testVp9Goog0Perf0320x0180()
568 public void testVp9Goog1Qual0320x0180() throws Exception { qual(VP9, 320, 180, GOOG, 1); } in testVp9Goog1Qual0320x0180()
569 public void testVp9Goog1Perf0320x0180() throws Exception { perf(VP9, 320, 180, GOOG, 1); } in testVp9Goog1Perf0320x0180()
571 public void testVp9Other0Qual0320x0180() throws Exception { qual(VP9, 320, 180, OTHER, 0); } in testVp9Other0Qual0320x0180()
572 public void testVp9Other0Perf0320x0180() throws Exception { perf(VP9, 320, 180, OTHER, 0); } in testVp9Other0Perf0320x0180()
573 public void testVp9Other1Qual0320x0180() throws Exception { qual(VP9, 320, 180, OTHER, 1); } in testVp9Other1Qual0320x0180()
574 public void testVp9Other1Perf0320x0180() throws Exception { perf(VP9, 320, 180, OTHER, 1); } in testVp9Other1Perf0320x0180()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DAdaptivePlaybackTest.java109 public Iterable<Codec> VP9(CodecFactory factory) { in VP9() method in AdaptivePlaybackTest
134 public Iterable<Codec> VP9() { return VP9(ALL); } in VP9() method in AdaptivePlaybackTest
141 …return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), AV1(ALL), Mpeg2(ALL), Mpeg4(ALL), H263(ALL)… in AllCodecs()
145 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), AV1(SW), Mpeg2(SW), Mpeg4(SW), H263(SW)); in SWCodecs()
149 return chain(H264(HW), HEVC(HW), VP8(HW), VP9(HW), AV1(HW), Mpeg2(HW), Mpeg4(HW), H263(HW)); in HWCodecs()
205 public void runVP9() { ex(VP9(), allTests); } in runVP9()
214 public void onlyVP9HW() { ex(VP9(HW), allTests); } in onlyVP9HW()
223 public void onlyVP9SW() { ex(VP9(SW), allTests); } in onlyVP9SW()
236 public void testVP9_adaptiveEarlyEos() { ex(VP9(), adaptiveEarlyEos); } in testVP9_adaptiveEarlyEos()
245 public void testVP9_adaptiveEosFlushSeek() { ex(VP9(), adaptiveEosFlushSeek); } in testVP9_adaptiveEosFlushSeek()
[all …]
DDecodeAccuracyTestBase.java1680 static final String VP9 = "vp9"; field in FilenameParser
1703 case VP9: in getMimeType()
DVideoDecoderPerfTest.java67 private static final String VP9 = MediaFormat.MIMETYPE_VIDEO_VP9; field in VideoDecoderPerfTest
/cts/tests/tests/media/
DAndroid.bp54 // do not compress VP9 video files