Searched refs:hasProfile (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | CamcorderProfile.java | 424 public static boolean hasProfile(int quality) { in hasProfile() method in CamcorderProfile 430 return hasProfile(i, quality); in hasProfile() 460 public static boolean hasProfile(int cameraId, int quality) { in hasProfile() method in CamcorderProfile
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | Camera2RecordingTest.java | 282 if (CamcorderProfile.hasProfile(quality)) { in getFpsFromHighSpeedProfileForSize() 384 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in basicRecordingTestByCamera() 457 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { in initSupportedVideoSize() 516 return !CamcorderProfile.hasProfile(cameraId, profileId) || in allowedUnsupported() 543 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in videoSnapshotTestByCamera()
|
D | Camera2SwitchPreviewTest.java | 325 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { in initSupportedVideoSize() 345 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in basicRecordingPreviewTestByCamera() 444 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/api/ |
D | current.txt | 21445 method public static boolean hasProfile(int); 21446 method public static boolean hasProfile(int, int);
|
D | system-current.txt | 23287 method public static boolean hasProfile(int); 23288 method public static boolean hasProfile(int, int);
|