/cts/tests/tests/media/src/android/media/cts/ |
D | CamcorderProfileTest.java | 79 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
|
D | MediaCodecCapabilitiesTest.java | 308 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()
|
D | MediaRecorderTest.java | 186 CamcorderProfile profile = CamcorderProfile.get( in testRecorderCamera() local
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | NativeMediaTest.java | 107 CamcorderProfile profile = CamcorderProfile.get(quality); in isResolutionSupported() local
|
D | MediaRecorderStressTest.java | 64 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/ |
D | RecordingTest.java | 298 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()
|
D | ExtendedCameraCharacteristicsTest.java | 1159 CamcorderProfile profile = CamcorderProfile.get(quality); in testConstrainedHighSpeedCapability() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVRecordActivity.java | 410 CamcorderProfile profile = null; in setupCamera() local 566 VideoRecorder(Camera camera, CamcorderProfile profile){ in VideoRecorder()
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | CameraTest.java | 1150 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/ |
D | CameraVideoActivity.java | 517 CamcorderProfile profile = CamcorderProfile.get(cameraId, possibleQuality[i]); in findRecordSize() local
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 143 UserHandle profile = profiles.get(i); in testGetAppInstalledProvidersForCurrentUserNewAllProfiles() local
|