Searched refs:hasProfile (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | CamcorderProfile.java | 631 public static boolean hasProfile(int quality) { in hasProfile() method in CamcorderProfile 637 return hasProfile(i, quality); in hasProfile() 671 public static boolean hasProfile(int cameraId, int quality) { in hasProfile() method in CamcorderProfile
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | ArtStatsLogUtils.java | 234 boolean hasProfile = findFileName(jarFile, PROFILE_DEX_METADATA); in getDexMetadataType() 236 if (hasProfile && hasVdex) { in getDexMetadataType() 239 } else if (hasProfile) { in getDexMetadataType()
|
/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/base/core/java/android/hardware/camera2/params/ |
D | MandatoryStreamCombination.java | 1679 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_2160P) ? in getMaxRecordingSize() 1681 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P) ? in getMaxRecordingSize() 1683 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P) ? in getMaxRecordingSize() 1685 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P) ? in getMaxRecordingSize() 1687 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_QVGA) ? in getMaxRecordingSize() 1689 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_CIF) ? in getMaxRecordingSize() 1691 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_QCIF) ? in getMaxRecordingSize()
|
/frameworks/base/apex/media/framework/java/android/media/ |
D | MediaTranscodingManager.java | 1018 if (!CamcorderProfile.hasProfile(cameraId, quality)) { in getAVCBitrate()
|
/frameworks/base/core/api/ |
D | current.txt | 21013 method public static boolean hasProfile(int); 21014 method public static boolean hasProfile(int, int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14291 method public static boolean hasProfile(int); 14292 method public static boolean hasProfile(int, int);
|