Searched refs:H263 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | AdaptivePlaybackTest.java | 70 public Iterable<Codec> H263(CodecFactory factory) { in H263() method in AdaptivePlaybackTest 116 public Iterable<Codec> H263() { return H263(ALL); } in H263() method in AdaptivePlaybackTest 119 return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), Mpeg4(ALL), H263(ALL)); in AllCodecs() 123 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), Mpeg4(SW), H263(SW)); in SWCodecs() 127 return chain(H264(HW), HEVC(HW), VP8(HW), VP9(HW), Mpeg4(HW), H263(HW)); in HWCodecs() 185 public void runH263() { ex(H263(), allTests); } in runH263() 192 public void onlyH263HW() { ex(H263(HW), allTests); } in onlyH263HW() 199 public void onlyH263SW() { ex(H263(SW), allTests); } in onlyH263SW() 210 public void testH263_adaptiveEarlyEos() { ex(H263(), adaptiveEarlyEos); } in testH263_adaptiveEarlyEos() 217 public void testH263_adaptiveEosFlushSeek() { ex(H263(), adaptiveEosFlushSeek); } in testH263_adaptiveEosFlushSeek() [all …]
|
/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()
|