HomeSort by relevance Sort by last modified time
    Searched refs:hasProfile (Results 1 - 25 of 25) sorted by null

  /cts/tests/tests/mediastress/src/android/mediastress/cts/
VideoPlayerCapability.java 28 if (!CamcorderProfile.hasProfile(quality)) {
NativeMediaTest.java 125 if (!CamcorderProfile.hasProfile(quality)) {
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 279 * {@link #hasProfile(int, int)}.
346 * {@link #hasProfile} may return {@code true} for unsupported resolutions. To ensure a
360 public static boolean hasProfile(int quality) {
366 return hasProfile(i, quality);
381 * {@link #hasProfile} may return {@code true} for unsupported resolutions. To ensure a
396 public static boolean hasProfile(int cameraId, int quality) {
  /cts/tests/tests/media/src/android/media/cts/
ClearKeySystemTest.java 289 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_QCIF);
291 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_QVGA);
293 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_CIF);
295 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_480P);
297 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_720P);
299 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_1080P);
CamcorderProfileTest.java 190 assertFalse(CamcorderProfile.hasProfile(cameraId, quality));
200 if ((cameraId != -1 && CamcorderProfile.hasProfile(cameraId, quality)) ||
201 (cameraId == -1 && CamcorderProfile.hasProfile(quality))) {
254 if (CamcorderProfile.hasProfile(cameraId, CamcorderProfile.QUALITY_HIGH_SPEED_LOW)) {
258 if (CamcorderProfile.hasProfile(cameraId, CamcorderProfile.QUALITY_HIGH_SPEED_HIGH)) {
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RobustnessTest.java 452 CamcorderProfile.hasProfile(id, CamcorderProfile.QUALITY_2160P) ?
454 CamcorderProfile.hasProfile(id, CamcorderProfile.QUALITY_1080P) ?
456 CamcorderProfile.hasProfile(id, CamcorderProfile.QUALITY_720P) ?
458 CamcorderProfile.hasProfile(id, CamcorderProfile.QUALITY_480P) ?
460 CamcorderProfile.hasProfile(id, CamcorderProfile.QUALITY_QVGA) ?
462 CamcorderProfile.hasProfile(id, CamcorderProfile.QUALITY_CIF) ?
464 CamcorderProfile.hasProfile(id, CamcorderProfile.QUALITY_QCIF) ?
RecordingTest.java 389 if (!CamcorderProfile.hasProfile(cameraId, profileId) ||
480 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) {
531 return !CamcorderProfile.hasProfile(cameraId, profileId) ||
554 if (!CamcorderProfile.hasProfile(cameraId, profileId) ||
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 98 if (CamcorderProfile.hasProfile(
551 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P)) {
554 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P)) {
557 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P)) {
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 89 if (CamcorderProfile.hasProfile(cameraId, quality)) {
458 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P)) {
461 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P)) {
464 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P)) {
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 181 mUserProfileExists = getAdapter().hasProfile();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 477 if (CamcorderProfile.hasProfile(cameraId, qualityArray[i])) {
515 if (CamcorderProfile.hasProfile(cameraId, possibleQuality[i])) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 183 CamcorderProfile.hasProfile(CAMERA_ID, profile));
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUtil.java 356 if (CamcorderProfile.hasProfile(cameraId, sVideoQualities[i])) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 381 public boolean hasProfile() {
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 759 if (CamcorderProfile.hasProfile(mCameraId, quality) == false) {
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 4600 milliseconds