Home
last modified time | relevance | path

Searched refs:H264 (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAdaptivePlaybackTest.java58 public Iterable<Codec> H264(CodecFactory factory) { in H264() method in AdaptivePlaybackTest
124 public Iterable<Codec> H264() { return H264(ALL); } in H264() method in AdaptivePlaybackTest
134 …return 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()
195 public void runH264() { ex(H264(), allTests); } in runH264()
204 public void onlyH264HW() { ex(H264(HW), allTests); } in onlyH264HW()
213 public void onlyH264SW() { ex(H264(SW), allTests); } in onlyH264SW()
222 public void bytebuffer() { ex(H264(SW), new EarlyEosTest().byteBuffer()); } in bytebuffer()
223 public void onlyTexture() { ex(H264(HW), new EarlyEosTest().texture()); } in onlyTexture()
[all …]
DMediaRecorderTest.java335 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in testRecorderMPEG2TS()
810 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in testSetMaxFileSize()
903 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in testLevel()
1123 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in testRecordExceedFileSizeLimit()
1190 int codec = MediaRecorder.VideoEncoder.H264; in setupRecorder()
1216 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in setupRecorder()
1455 sleepTimeMs = 1000 / getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in recordFromSurface()
1560 final float frameRate = getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in testRecordFromSurface()
DCamcorderProfileTest.java170 case MediaRecorder.VideoEncoder.H264: in checkAllProfiles()
DDecodeAccuracyTestBase.java1681 static final String H264 = "h264"; field in FilenameParser
1701 case H264: in getMimeType()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DNativeMediaTest.java34 private static final int VIDEO_CODEC = VideoEncoder.H264;
/cts/tests/mediapc/src/android/mediapc/cts/
DEncoderInitializationLatencyTest.java190 MediaRecorder.VideoEncoder.HEVC : MediaRecorder.VideoEncoder.H264); in createMediaRecorderLoad()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1870 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264); in prepareRecording()