/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 | 311 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()
|
D | MediaRecorderTest.java | 189 CamcorderProfile profile = CamcorderProfile.get( in testRecorderCamera() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RecordingTest.java | 327 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()
|
D | ExtendedCameraCharacteristicsTest.java | 1205 CamcorderProfile profile = CamcorderProfile.get(quality); in testConstrainedHighSpeedCapability() local
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | MediaRecorderStressTest.java | 64 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/ |
D | RVCVRecordActivity.java | 419 CamcorderProfile profile = null; in setupCamera() local 598 VideoRecorder(Camera camera, CamcorderProfile profile){ in VideoRecorder()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 1148 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/ |
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
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | MediaUtils.java | 522 Integer profile, Integer level, Integer bitrate) { in canDecodeVideo()
|