Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DCamcorderProfileTest.java79 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) { in checkProfile()
125 private void checkSpecificProfileDimensions(CamcorderProfile profile, int quality) { in checkSpecificProfileDimensions()
217 CamcorderProfile profile = getWithOptionalId(quality, cameraId); in checkSpecificProfiles() local
263 CamcorderProfile profile = getWithOptionalId(quality, cameraId); in checkGet() local
DMediaCodecCapabilitiesTest.java311 private boolean checkDecoder(String mime, int profile, int level) { in checkDecoder()
320 private boolean hasDecoder(String mime, int profile, int level) { in hasDecoder()
324 private boolean hasEncoder(String mime, int profile, int level) { in hasEncoder()
329 String mime, boolean isEncoder, int profile, int level) { in supports()
DMediaRecorderTest.java189 CamcorderProfile profile = CamcorderProfile.get( in testRecorderCamera() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java327 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in testRecordingFramerateLowToHigh() local
512 CamcorderProfile profile = CamcorderProfile.get(quality); in getFpsFromHighSpeedProfileForSize() local
635 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in basicRecordingTestByCamera() local
837 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in videoSnapshotTestByCamera() local
1112 private void prepareRecordingWithProfile(CamcorderProfile profile) in prepareRecordingWithProfile()
DExtendedCameraCharacteristicsTest.java1205 CamcorderProfile profile = CamcorderProfile.get(quality); in testConstrainedHighSpeedCapability() local
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java64 private static CamcorderProfile profile = field in MediaRecorderStressTest
89 CamcorderProfile profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH); in setUp() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java419 CamcorderProfile profile = null; in setupCamera() local
598 VideoRecorder(Camera camera, CamcorderProfile profile){ in VideoRecorder()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1148 CamcorderProfile profile = CamcorderProfile.get(cameraId, in testLockUnlockByCamera() local
1181 private void setPreviewSizeByProfile(Parameters parameters, CamcorderProfile profile) { in setPreviewSizeByProfile()
1198 private void recordVideo(CamcorderProfile profile, in recordVideo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java517 CamcorderProfile profile = CamcorderProfile.get(cameraId, possibleQuality[i]); in findRecordSize() local
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java143 UserHandle profile = profiles.get(i); in testGetAppInstalledProvidersForCurrentUserNewAllProfiles() local
/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java522 Integer profile, Integer level, Integer bitrate) { in canDecodeVideo()