/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 73 private static final String H263 = MediaFormat.MIMETYPE_VIDEO_H263; field in VideoEncoderDecoderTest 258 public void testH263Count0176x0144() throws Exception { count(H263, 176, 144, 2, 2); } in testH263Count0176x0144() 259 public void testH263Goog0Qual0176x0144() throws Exception { qual(H263, 176, 144, GOOG, 0); } in testH263Goog0Qual0176x0144() 260 public void testH263Goog0Perf0176x0144() throws Exception { perf(H263, 176, 144, GOOG, 0); } in testH263Goog0Perf0176x0144() 261 public void testH263Goog1Qual0176x0144() throws Exception { qual(H263, 176, 144, GOOG, 1); } in testH263Goog1Qual0176x0144() 262 public void testH263Goog1Perf0176x0144() throws Exception { perf(H263, 176, 144, GOOG, 1); } in testH263Goog1Perf0176x0144() 264 public void testH263Other0Qual0176x0144() throws Exception { qual(H263, 176, 144, OTHER, 0); } in testH263Other0Qual0176x0144() 265 public void testH263Other0Perf0176x0144() throws Exception { perf(H263, 176, 144, OTHER, 0); } in testH263Other0Perf0176x0144() 266 public void testH263Other1Qual0176x0144() throws Exception { qual(H263, 176, 144, OTHER, 1); } in testH263Other1Qual0176x0144() 267 public void testH263Other1Perf0176x0144() throws Exception { perf(H263, 176, 144, OTHER, 1); } in testH263Other1Perf0176x0144() [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AdaptivePlaybackTest.java | 81 public Iterable<Codec> H263(CodecFactory factory) { in H263() method in AdaptivePlaybackTest 131 public Iterable<Codec> H263() { return H263(ALL); } in H263() method in AdaptivePlaybackTest 134 …eturn chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), AV1(ALL), Mpeg2(ALL), Mpeg4(ALL), H263(ALL)); in AllCodecs() 138 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), AV1(SW), Mpeg2(SW), Mpeg4(SW), H263(SW)); in SWCodecs() 142 return chain(H264(HW), HEVC(HW), VP8(HW), VP9(HW), AV1(HW), Mpeg2(HW), Mpeg4(HW), H263(HW)); in HWCodecs() 202 public void runH263() { ex(H263(), allTests); } in runH263() 211 public void onlyH263HW() { ex(H263(HW), allTests); } in onlyH263HW() 220 public void onlyH263SW() { ex(H263(SW), allTests); } in onlyH263SW() 233 public void testH263_adaptiveEarlyEos() { ex(H263(), adaptiveEarlyEos); } in testH263_adaptiveEarlyEos() 242 public void testH263_adaptiveEosFlushSeek() { ex(H263(), adaptiveEosFlushSeek); } in testH263_adaptiveEosFlushSeek() [all …]
|
D | CamcorderProfileTest.java | 167 case MediaRecorder.VideoEncoder.H263: in checkAllProfiles()
|
D | VideoDecoderPerfTest.java | 58 private static final String H263 = MediaFormat.MIMETYPE_VIDEO_H263; field in VideoDecoderPerfTest
|
/cts/tests/tests/security/src/android/security/cts/ |
D | MediaRecorderInfoLeakTest.java | 49 mediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H263); in test_cve_2016_2499()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | MediaRecorderStressTest.java | 274 mRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H263); in testStressRecorder() 363 mRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H263); in testStressCameraSwitchRecorder()
|