Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DCamcorderProfile.java424 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/
DCamera2RecordingTest.java282 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()
DCamera2SwitchPreviewTest.java325 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { in initSupportedVideoSize()
345 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in basicRecordingPreviewTestByCamera()
444 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/api/
Dcurrent.txt21445 method public static boolean hasProfile(int);
21446 method public static boolean hasProfile(int, int);
Dsystem-current.txt23287 method public static boolean hasProfile(int);
23288 method public static boolean hasProfile(int, int);