/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 77 private static final String VP8 = MediaFormat.MIMETYPE_VIDEO_VP8; field in VideoEncoderDecoderTest 523 public void testVp8Count0320x0180() throws Exception { count(VP8, 320, 180, 2, 2); } in testVp8Count0320x0180() 524 public void testVp8Goog0Qual0320x0180() throws Exception { qual(VP8, 320, 180, GOOG, 0); } in testVp8Goog0Qual0320x0180() 525 public void testVp8Goog0Perf0320x0180() throws Exception { perf(VP8, 320, 180, GOOG, 0); } in testVp8Goog0Perf0320x0180() 526 public void testVp8Goog1Qual0320x0180() throws Exception { qual(VP8, 320, 180, GOOG, 1); } in testVp8Goog1Qual0320x0180() 527 public void testVp8Goog1Perf0320x0180() throws Exception { perf(VP8, 320, 180, GOOG, 1); } in testVp8Goog1Perf0320x0180() 529 public void testVp8Other0Qual0320x0180() throws Exception { qual(VP8, 320, 180, OTHER, 0); } in testVp8Other0Qual0320x0180() 530 public void testVp8Other0Perf0320x0180() throws Exception { perf(VP8, 320, 180, OTHER, 0); } in testVp8Other0Perf0320x0180() 531 public void testVp8Other1Qual0320x0180() throws Exception { qual(VP8, 320, 180, OTHER, 1); } in testVp8Other1Qual0320x0180() 532 public void testVp8Other1Perf0320x0180() throws Exception { perf(VP8, 320, 180, OTHER, 1); } in testVp8Other1Perf0320x0180() [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AdaptivePlaybackTest.java | 100 public Iterable<Codec> VP8(CodecFactory factory) { in VP8() method in AdaptivePlaybackTest 133 public Iterable<Codec> VP8() { return VP8(ALL); } in VP8() 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() 204 public void runVP8() { ex(VP8(), allTests); } in runVP8() 213 public void onlyVP8HW() { ex(VP8(HW), allTests); } in onlyVP8HW() 222 public void onlyVP8SW() { ex(VP8(SW), allTests); } in onlyVP8SW() 235 public void testVP8_adaptiveEarlyEos() { ex(VP8(), adaptiveEarlyEos); } in testVP8_adaptiveEarlyEos() 244 public void testVP8_adaptiveEosFlushSeek() { ex(VP8(), adaptiveEosFlushSeek); } in testVP8_adaptiveEosFlushSeek() [all …]
|
D | VideoDecoderPerfTest.java | 63 private static final String VP8 = MediaFormat.MIMETYPE_VIDEO_VP8; field in VideoDecoderPerfTest
|