Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DCamcorderProfileTest.java43 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) { in checkProfile() argument
48 profile.duration, in checkProfile()
49 profile.quality, in checkProfile()
50 profile.fileFormat, in checkProfile()
51 profile.videoCodec, in checkProfile()
52 profile.videoBitRate, in checkProfile()
53 profile.videoFrameRate, in checkProfile()
54 profile.videoFrameWidth, in checkProfile()
55 profile.videoFrameHeight, in checkProfile()
56 profile.audioCodec, in checkProfile()
[all …]
DMediaCodecListTest.java122 int profile = CodecProfileLevel.H263ProfileBaseline; in testIsH263BaselineProfileSupported() local
123 assertTrue(checkProfileSupported("video/3gpp", false, profile)); in testIsH263BaselineProfileSupported()
124 assertTrue(checkProfileSupported("video/3gpp", true, profile)); in testIsH263BaselineProfileSupported()
129 int profile = CodecProfileLevel.AVCProfileBaseline; in testIsAVCBaselineProfileSupported() local
130 assertTrue(checkProfileSupported("video/avc", false, profile)); in testIsAVCBaselineProfileSupported()
131 assertTrue(checkProfileSupported("video/avc", true, profile)); in testIsAVCBaselineProfileSupported()
136 int profile = CodecProfileLevel.MPEG4ProfileSimple; in testIsM4VSimpleProfileSupported() local
137 assertTrue(checkProfileSupported("video/mp4v-es", false, profile)); in testIsM4VSimpleProfileSupported()
147 String codecName, boolean isEncoder, int profile) { in checkProfileSupported() argument
165 if (profileLevels[k].profile == profile) { in checkProfileSupported()
DMediaCodecCapabilitiesTest.java111 private boolean supports(String mimeType, int profile, int level) { in supports() argument
121 if (profileLevel.profile == profile in supports()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DVideoPlayerCapability.java32 CamcorderProfile profile = CamcorderProfile.get(quality); in formatSupported() local
33 Assert.assertNotNull(profile); in formatSupported()
34 if ((profile.videoCodec == videoCodec) && (profile.audioCodec == audioCodec)) { in formatSupported()
DNativeMediaTest.java94 CamcorderProfile profile = CamcorderProfile.get(quality); in isResolutionSupported() local
95 if ((profile != null) && (profile.videoCodec == VideoEncoder.H264) && in isResolutionSupported()
96 (profile.audioCodec == AudioEncoder.AAC)) { in isResolutionSupported()
DMediaRecorderStressTest.java61 private static CamcorderProfile profile = field in MediaRecorderStressTest
86 CamcorderProfile profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH); in setUp() local
87 mVideoEncoder = profile.videoCodec; in setUp()
88 mAudioEncoder = profile.audioCodec; in setUp()
89 mFrameRate = profile.videoFrameRate; in setUp()
90 mVideoWidth = profile.videoFrameWidth; in setUp()
91 mVideoHeight = profile.videoFrameHeight; in setUp()
92 mBitRate = profile.videoBitRate; in setUp()
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java935 CamcorderProfile profile = CamcorderProfile.get(cameraId, in testLockUnlockByCamera() local
939 setPreviewSizeByProfile(parameters, profile); in testLockUnlockByCamera()
946 recordVideo(profile, surfaceHolder); in testLockUnlockByCamera()
960 recordVideo(profile, surfaceHolder); // should not throw exception in testLockUnlockByCamera()
968 private void setPreviewSizeByProfile(Parameters parameters, CamcorderProfile profile) { in setPreviewSizeByProfile() argument
970 parameters.setPreviewSize(profile.videoFrameWidth, in setPreviewSizeByProfile()
971 profile.videoFrameHeight); in setPreviewSizeByProfile()
985 private void recordVideo(CamcorderProfile profile, in recordVideo() argument
993 recorder.setProfile(profile); in recordVideo()
2361 CamcorderProfile profile = CamcorderProfile.get(cameraId,
[all …]
/cts/tools/dex-tools/dex/
Dclasses.out.dex88634 public void profile()