Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DCamcorderProfile.java631 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/
DArtStatsLogUtils.java234 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/
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/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java1679 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/
DMediaTranscodingManager.java1018 if (!CamcorderProfile.hasProfile(cameraId, quality)) { in getAVCBitrate()
/frameworks/base/core/api/
Dcurrent.txt21013 method public static boolean hasProfile(int);
21014 method public static boolean hasProfile(int, int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14291 method public static boolean hasProfile(int);
14292 method public static boolean hasProfile(int, int);