Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DCamcorderProfile.java493 public static boolean hasProfile(int quality) { in hasProfile() method in CamcorderProfile
499 return hasProfile(i, quality); in hasProfile()
529 public static boolean hasProfile(int cameraId, int quality) { in hasProfile() method in CamcorderProfile
/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java1107 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_2160P) ? in getMaxRecordingSize()
1109 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P) ? in getMaxRecordingSize()
1111 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P) ? in getMaxRecordingSize()
1113 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P) ? in getMaxRecordingSize()
1115 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_QVGA) ? in getMaxRecordingSize()
1117 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_CIF) ? in getMaxRecordingSize()
1119 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_QCIF) ? in getMaxRecordingSize()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java286 if (CamcorderProfile.hasProfile(quality)) { in getFpsFromHighSpeedProfileForSize()
388 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in basicRecordingTestByCamera()
461 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { in initSupportedVideoSize()
520 return !CamcorderProfile.hasProfile(cameraId, profileId) || in allowedUnsupported()
547 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in videoSnapshotTestByCamera()
DCamera2SwitchPreviewTest.java326 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { in initSupportedVideoSize()
346 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in basicRecordingPreviewTestByCamera()
445 return !CamcorderProfile.hasProfile(cameraId, profileId) || in allowedUnsupported()
DMediaRecorderStressTest.java183 CamcorderProfile.hasProfile(CAMERA_ID, profile)); in recordVideoAndPlayback()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14291 method public static boolean hasProfile(int);
14292 method public static boolean hasProfile(int, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt24025 method public static boolean hasProfile(int);
24026 method public static boolean hasProfile(int, int);
/frameworks/base/api/
Dcurrent.txt24025 method public static boolean hasProfile(int);
24026 method public static boolean hasProfile(int, int);