/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 71 private static final String H263 = MediaFormat.MIMETYPE_VIDEO_H263; field in VideoEncoderDecoderTest 244 public void testH263Count0176x0144() throws Exception { count(H263, 176, 144, 1, 2); } in testH263Count0176x0144() 245 public void testH263Goog0Qual0176x0144() throws Exception { qual(H263, 176, 144, GOOG, 0); } in testH263Goog0Qual0176x0144() 246 public void testH263Goog0Perf0176x0144() throws Exception { perf(H263, 176, 144, GOOG, 0); } in testH263Goog0Perf0176x0144() 247 public void testH263Other0Qual0176x0144() throws Exception { qual(H263, 176, 144, OTHER, 0); } in testH263Other0Qual0176x0144() 248 public void testH263Other0Perf0176x0144() throws Exception { perf(H263, 176, 144, OTHER, 0); } in testH263Other0Perf0176x0144() 249 public void testH263Other1Qual0176x0144() throws Exception { qual(H263, 176, 144, OTHER, 1); } in testH263Other1Qual0176x0144() 250 public void testH263Other1Perf0176x0144() throws Exception { perf(H263, 176, 144, OTHER, 1); } in testH263Other1Perf0176x0144() 251 public void testH263Count0352x0288() throws Exception { count(H263, 352, 288, 1, 2); } in testH263Count0352x0288() 252 public void testH263Goog0Qual0352x0288() throws Exception { qual(H263, 352, 288, GOOG, 0); } in testH263Goog0Qual0352x0288() [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AdaptivePlaybackTest.java | 73 public Iterable<Codec> H263(CodecFactory factory) { in H263() method in AdaptivePlaybackTest 122 public Iterable<Codec> H263() { return H263(ALL); } in H263() method in AdaptivePlaybackTest 125 return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), Mpeg4(ALL), H263(ALL)); in AllCodecs() 129 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), Mpeg4(SW), H263(SW)); in SWCodecs() 133 return chain(H264(HW), HEVC(HW), VP8(HW), VP9(HW), Mpeg4(HW), H263(HW)); in HWCodecs() 191 public void runH263() { ex(H263(), allTests); } in runH263() 198 public void onlyH263HW() { ex(H263(HW), allTests); } in onlyH263HW() 205 public void onlyH263SW() { ex(H263(SW), allTests); } in onlyH263SW() 216 public void testH263_adaptiveEarlyEos() { ex(H263(), adaptiveEarlyEos); } in testH263_adaptiveEarlyEos() 223 public void testH263_adaptiveEosFlushSeek() { ex(H263(), adaptiveEosFlushSeek); } in testH263_adaptiveEosFlushSeek() [all …]
|
D | VideoDecoderPerfTest.java | 52 private static final String H263 = MediaFormat.MIMETYPE_VIDEO_H263; field in VideoDecoderPerfTest
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | MediaRecorderStressTest.java | 273 mRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H263); in testStressRecorder() 362 mRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H263); in testStressCameraSwitchRecorder()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 41792 public static final int H263
|