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.java308 private boolean checkDecoder(String mime, int profile, int level) { in checkDecoder()
317 private boolean hasDecoder(String mime, int profile, int level) { in hasDecoder()
321 private boolean hasEncoder(String mime, int profile, int level) { in hasEncoder()
326 String mime, boolean isEncoder, int profile, int level) { in supports()
DMediaRecorderTest.java186 CamcorderProfile profile = CamcorderProfile.get( in testRecorderCamera() local
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DNativeMediaTest.java107 CamcorderProfile profile = CamcorderProfile.get(quality); in isResolutionSupported() local
DMediaRecorderStressTest.java64 private static CamcorderProfile profile = field in MediaRecorderStressTest
89 CamcorderProfile profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH); in setUp() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DRecordingTest.java298 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in testRecordingFramerateLowToHigh() local
482 CamcorderProfile profile = CamcorderProfile.get(quality); in getFpsFromHighSpeedProfileForSize() local
604 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in basicRecordingTestByCamera() local
793 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in videoSnapshotTestByCamera() local
1049 private void prepareRecordingWithProfile(CamcorderProfile profile) in prepareRecordingWithProfile()
DExtendedCameraCharacteristicsTest.java1159 CamcorderProfile profile = CamcorderProfile.get(quality); in testConstrainedHighSpeedCapability() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java410 CamcorderProfile profile = null; in setupCamera() local
566 VideoRecorder(Camera camera, CamcorderProfile profile){ in VideoRecorder()
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java1150 CamcorderProfile profile = CamcorderProfile.get(cameraId, in testLockUnlockByCamera() local
1183 private void setPreviewSizeByProfile(Parameters parameters, CamcorderProfile profile) { in setPreviewSizeByProfile()
1200 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