Home
last modified time | relevance | path

Searched refs:CamcorderProfile (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/include/media/
DMediaProfiles.h230 struct CamcorderProfile { struct
231 CamcorderProfile() in CamcorderProfile() function
239 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() argument
248 ~CamcorderProfile() { in ~CamcorderProfile() argument
349 static CamcorderProfile* createCamcorderProfile(
365 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
366 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
368 MediaProfiles::CamcorderProfile **lowProfile,
369 MediaProfiles::CamcorderProfile **lowSpecificProfile);
371 MediaProfiles::CamcorderProfile **highProfile,
[all …]
/frameworks/av/media/libmedia/
DMediaProfiles.cpp316 /*static*/ MediaProfiles::CamcorderProfile*
332 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createCamcorderProfile()
546 CamcorderProfile *profile = in checkAndAddRequiredProfilesIfNecessary()
547 new CamcorderProfile( in checkAndAddRequiredProfilesIfNecessary()
637 /*static*/ MediaProfiles::CamcorderProfile*
644 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapseQcifProfile()
654 /*static*/ MediaProfiles::CamcorderProfile*
661 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapse480pProfile()
673 MediaProfiles::CamcorderProfile **lowTimeLapseProfile, in createDefaultCamcorderTimeLapseLowProfiles()
674 MediaProfiles::CamcorderProfile **lowSpecificTimeLapseProfile) { in createDefaultCamcorderTimeLapseLowProfiles()
[all …]
/frameworks/base/media/java/android/media/
DCamcorderProfile.java43 public class CamcorderProfile class
325 public static CamcorderProfile get(int quality) { in get()
388 public static CamcorderProfile get(int cameraId, int quality) { in get()
470 private CamcorderProfile(int duration, in CamcorderProfile() method in CamcorderProfile
499 private static native final CamcorderProfile native_get_camcorder_profile( in native_get_camcorder_profile()
DMediaRecorder.java433 public void setProfile(CamcorderProfile profile) { in setProfile()
439 if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW && in setProfile()
440 profile.quality <= CamcorderProfile.QUALITY_TIME_LAPSE_QVGA) { in setProfile()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java31 import android.media.CamcorderProfile;
183 CamcorderProfile.hasProfile(CAMERA_ID, profile)); in recordVideoAndPlayback()
184 CamcorderProfile camcorderProfile = CamcorderProfile.get(CAMERA_ID, profile); in recordVideoAndPlayback()
276 recordVideoAndPlayback(CamcorderProfile.QUALITY_1080P); in testStressRecordVideoAndPlayback1080P()
282 recordVideoAndPlayback(CamcorderProfile.QUALITY_720P); in testStressRecordVideoAndPlayback720P()
288 recordVideoAndPlayback(CamcorderProfile.QUALITY_480P); in testStressRecordVideoAndPlayback480P()
330 CamcorderProfile profile = in testStressTimeLapse()
331 CamcorderProfile.get(j, CamcorderProfile.QUALITY_TIME_LAPSE_HIGH); in testStressTimeLapse()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java19 import android.media.CamcorderProfile;
35 public static int mProfileQuality = CamcorderProfile.QUALITY_HIGH;
36 public static CamcorderProfile profile = CamcorderProfile.get(mCameraId, mProfileQuality);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java27 import android.media.CamcorderProfile;
90 private CamcorderProfile mCamcorderProfile;
108 mCamcorderProfile = CamcorderProfile.get(CAMERA_ID); in setUp()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java32 import android.media.CamcorderProfile;
100 private CamcorderProfile mProfile = null;
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.3.jd261 <li>{@link android.media.CamcorderProfile} adds the QVGA (320x240) resolution
263 {@link android.media.CamcorderProfile#QUALITY_QVGA}.and
264 {@link android.media.CamcorderProfile#QUALITY_TIME_LAPSE_QVGA} constants.</li>
Dandroid-2.2.jd172 <li>New {@link android.media.CamcorderProfile} and {@link android.media.CamcorderProfile} classes e…
Dandroid-3.0.jd616 <p>New {@link android.media.CamcorderProfile#hasProfile hasProfile()} method and several video
617 quality profiles (such as {@link android.media.CamcorderProfile#QUALITY_1080P}, {@link
618 android.media.CamcorderProfile#QUALITY_720P}, {@link
619 android.media.CamcorderProfile#QUALITY_CIF}, and others) allow you to determine camcorder
Dandroid-2.3.jd166 <li>New {@link android.media.CamcorderProfile#get get()} method lets
167 applications retrieve a {@link android.media.CamcorderProfile} for a specific camera. </li>
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DCameraStreamer.java24 import android.media.CamcorderProfile;
1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder()
1852 public void createRecorder(String path, CamcorderProfile profile) { in createRecorder()
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd752 higher, use the {@link android.media.MediaRecorder#setProfile(android.media.CamcorderProfile)
754 android.media.CamcorderProfile#get(int) CamcorderProfile.get()}. For versions of Android prior to
837 // Step 3: Set a CamcorderProfile (requires API Level 8 or higher)
838 mMediaRecorder.setProfile(CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH));
863 parameters directly, instead of using {@link android.media.CamcorderProfile}. This approach is
1497 // Step 3: Set a CamcorderProfile (requires API Level 8 or higher)
1498 mMediaRecorder.setProfile(CamcorderProfile.get(CamcorderProfile.QUALITY_TIME_LAPSE_HIGH));
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd317 capabilities. These profiles can be inspected using the {@link android.media.CamcorderProfile
318 CamcorderProfile} class, which is available since API level 8.</p>
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1756 NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_2160P
1757 NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_1080P
1758 NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_2160P
1759 NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_480P
1760 NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_720P
1761 NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_HIGH
1762 NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_LOW
1763 NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_TIME_LAPSE_2160P
/frameworks/base/
Dpreloaded-classes1223 android.media.CamcorderProfile
/frameworks/base/docs/html/
Dsitemap.txt1682 http://developer.android.com/reference/android/media/CamcorderProfile.html
4288 http://developer.android.com/sdk/api_diff/9/changes/android.media.CamcorderProfile.html
5035 http://developer.android.com/sdk/api_diff/11/changes/android.media.CamcorderProfile.html
5639 http://developer.android.com/sdk/api_diff/15/changes/android.media.CamcorderProfile.html
/frameworks/base/api/
Dcurrent.txt15135 public class CamcorderProfile {
15136 method public static android.media.CamcorderProfile get(int);
15137 method public static android.media.CamcorderProfile get(int, int);
16243 method public void setProfile(android.media.CamcorderProfile);
Dsystem-current.txt16400 public class CamcorderProfile {
16401 method public static android.media.CamcorderProfile get(int);
16402 method public static android.media.CamcorderProfile get(int, int);
17509 method public void setProfile(android.media.CamcorderProfile);