Searched refs:hasProfile (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | CamcorderProfile.java | 493 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/ |
D | MandatoryStreamCombination.java | 1107 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/ |
D | Camera2RecordingTest.java | 286 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()
|
D | Camera2SwitchPreviewTest.java | 326 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { in initSupportedVideoSize() 346 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in basicRecordingPreviewTestByCamera() 445 return !CamcorderProfile.hasProfile(cameraId, profileId) || in allowedUnsupported()
|
D | MediaRecorderStressTest.java | 183 CamcorderProfile.hasProfile(CAMERA_ID, profile)); in recordVideoAndPlayback()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14291 method public static boolean hasProfile(int); 14292 method public static boolean hasProfile(int, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 24025 method public static boolean hasProfile(int); 24026 method public static boolean hasProfile(int, int);
|
/frameworks/base/api/ |
D | current.txt | 24025 method public static boolean hasProfile(int); 24026 method public static boolean hasProfile(int, int);
|