HomeSort by relevance Sort by last modified time
    Searched refs:CamcorderProfile (Results 26 - 44 of 44) sorted by null

12

  /frameworks/base/media/java/android/media/
MediaRecorder.java 348 * Uses the settings from a CamcorderProfile object for recording. This method should
350 * If a time lapse CamcorderProfile is used, audio related source or recording
353 * @param profile the CamcorderProfile to use
354 * @see android.media.CamcorderProfile
356 public void setProfile(CamcorderProfile profile) {
362 if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW &&
363 profile.quality <= CamcorderProfile.QUALITY_TIME_LAPSE_QVGA) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 46 import android.media.CamcorderProfile;
116 CamcorderProfile.QUALITY_TIME_LAPSE_1080P,
117 CamcorderProfile.QUALITY_TIME_LAPSE_720P,
118 CamcorderProfile.QUALITY_TIME_LAPSE_480P,
119 CamcorderProfile.QUALITY_TIME_LAPSE_CIF,
120 CamcorderProfile.QUALITY_TIME_LAPSE_QVGA,
121 CamcorderProfile.QUALITY_TIME_LAPSE_QCIF};
124 CamcorderProfile.QUALITY_1080P,
125 CamcorderProfile.QUALITY_720P,
126 CamcorderProfile.QUALITY_480P
    [all...]
EffectsRecorder.java 37 import android.media.CamcorderProfile;
82 private CamcorderProfile mProfile;
159 public void setProfile(CamcorderProfile profile) {
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 27 import android.media.CamcorderProfile;
90 private CamcorderProfile mCamcorderProfile;
108 mCamcorderProfile = CamcorderProfile.get(CAMERA_ID);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaPlayerStressTest.java 22 import android.media.CamcorderProfile;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 39 import android.media.CamcorderProfile;
105 * android.media.CamcorderProfile. If this field is set, it overrides
109 private CamcorderProfile mProfile = null;
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 32 import android.media.CamcorderProfile;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 38 import android.media.CamcorderProfile;
529 CamcorderProfile camcorder = CamcorderProfile.get(CamcorderProfile.QUALITY_LOW);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 36 import android.media.CamcorderProfile;
142 private CamcorderProfile mProfile;
569 quality = CamcorderProfile.QUALITY_HIGH;
571 quality = CamcorderProfile.QUALITY_LOW;
593 mProfile = CamcorderProfile.get(mCameraId, quality);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 37 import android.media.CamcorderProfile;
188 private CamcorderProfile mProfile;
544 return CamcorderProfile.QUALITY_480P;
546 return CamcorderProfile.QUALITY_LOW;
706 quality = CamcorderProfile.QUALITY_HIGH;
708 quality = CamcorderProfile.QUALITY_LOW;
727 CamcorderProfile profile = CamcorderProfile.get(mCameraId, quality);
744 mProfile = CamcorderProfile.get(mCameraId, quality);
    [all...]
EffectsRecorder.java 23 import android.media.CamcorderProfile;
140 private CamcorderProfile mProfile;
331 public void setProfile(CamcorderProfile profile) {
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 24 import android.media.CamcorderProfile;
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 515 milliseconds

12