Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h273 struct CamcorderProfile { struct
298 CamcorderProfile(const CamcorderProfile& copy) = default; argument
300 ~CamcorderProfile() = default;
306 CamcorderProfile() in CamcorderProfile() argument
325 const CamcorderProfile *getCamcorderProfile(
523 static CamcorderProfile* createCamcorderProfile(
539 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
540 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
542 MediaProfiles::CamcorderProfile **lowProfile,
543 MediaProfiles::CamcorderProfile **lowSpecificProfile);
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2SwitchPreviewTest.java31 import android.media.CamcorderProfile;
80 CamcorderProfile.QUALITY_HIGH,
81 CamcorderProfile.QUALITY_2160P,
82 CamcorderProfile.QUALITY_1080P,
83 CamcorderProfile.QUALITY_720P,
84 CamcorderProfile.QUALITY_480P,
85 CamcorderProfile.QUALITY_CIF,
86 CamcorderProfile.QUALITY_QCIF,
87 CamcorderProfile.QUALITY_QVGA,
88 CamcorderProfile.QUALITY_LOW,
[all …]
DCamera2RecordingTest.java39 import android.media.CamcorderProfile;
93 CamcorderProfile.QUALITY_HIGH,
94 CamcorderProfile.QUALITY_2160P,
95 CamcorderProfile.QUALITY_1080P,
96 CamcorderProfile.QUALITY_720P,
97 CamcorderProfile.QUALITY_480P,
98 CamcorderProfile.QUALITY_CIF,
99 CamcorderProfile.QUALITY_QCIF,
100 CamcorderProfile.QUALITY_QVGA,
101 CamcorderProfile.QUALITY_LOW,
[all …]
DMediaRecorderStressTest.java21 import android.media.CamcorderProfile;
184 CamcorderProfile.hasProfile(CAMERA_ID, profile)); in recordVideoAndPlayback()
185 CamcorderProfile camcorderProfile = CamcorderProfile.get(CAMERA_ID, profile); in recordVideoAndPlayback()
277 recordVideoAndPlayback(CamcorderProfile.QUALITY_1080P); in testStressRecordVideoAndPlayback1080P()
283 recordVideoAndPlayback(CamcorderProfile.QUALITY_720P); in testStressRecordVideoAndPlayback720P()
289 recordVideoAndPlayback(CamcorderProfile.QUALITY_480P); in testStressRecordVideoAndPlayback480P()
331 CamcorderProfile profile = in testStressTimeLapse()
332 CamcorderProfile.get(j, CamcorderProfile.QUALITY_TIME_LAPSE_HIGH); in testStressTimeLapse()
/frameworks/av/media/libmedia/
DMediaProfiles.cpp633 /*static*/ MediaProfiles::CamcorderProfile*
657 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createCamcorderProfile()
767 MediaProfiles::CamcorderProfile* profile = createCamcorderProfile( in startElementHandler()
909 std::unique_ptr<CamcorderProfile> profile = in checkAndAddRequiredProfilesIfNecessary()
910 std::make_unique<CamcorderProfile>( in checkAndAddRequiredProfilesIfNecessary()
1005 /*static*/ MediaProfiles::CamcorderProfile*
1008 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapseQcifProfile()
1023 /*static*/ MediaProfiles::CamcorderProfile*
1026 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapse480pProfile()
1042 MediaProfiles::CamcorderProfile **lowTimeLapseProfile, in createDefaultCamcorderTimeLapseLowProfiles()
[all …]
/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/java/android/media/
DCamcorderProfile.java56 public class CamcorderProfile class
450 public static CamcorderProfile get(int quality) { in get()
518 public static CamcorderProfile get(int cameraId, int quality) { in get()
701 private CamcorderProfile(int duration, in CamcorderProfile() method in CamcorderProfile
732 private static native final CamcorderProfile native_get_camcorder_profile( in native_get_camcorder_profile()
DMediaRecorder.java814 public void setProfile(CamcorderProfile profile) { in setProfile()
820 if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW && in setProfile()
821 profile.quality <= CamcorderProfile.QUALITY_TIME_LAPSE_QVGA) { in setProfile()
/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java33 import android.media.CamcorderProfile;
2362 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_2160P) ? in getMaxRecordingSize()
2363 CamcorderProfile.QUALITY_2160P : in getMaxRecordingSize()
2364 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P) ? in getMaxRecordingSize()
2365 CamcorderProfile.QUALITY_1080P : in getMaxRecordingSize()
2366 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P) ? in getMaxRecordingSize()
2367 CamcorderProfile.QUALITY_720P : in getMaxRecordingSize()
2368 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P) ? in getMaxRecordingSize()
2369 CamcorderProfile.QUALITY_480P : in getMaxRecordingSize()
2370 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_QVGA) ? in getMaxRecordingSize()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java21 import android.media.CamcorderProfile;
87 private CamcorderProfile mCamcorderProfile;
105 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/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/media/jni/
Dandroid_media_MediaProfiles.cpp237 const MediaProfiles::CamcorderProfile *cp = sProfiles->getCamcorderProfile(id, q); in android_media_MediaProfiles_native_get_camcorder_profiles()
/frameworks/base/boot/
Dpreloaded-classes5067 android.media.CamcorderProfile
Dboot-image-profile.txt27455 Landroid/media/CamcorderProfile;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt25088 Landroid/media/CamcorderProfile;-><init>(IIIIIIIIIIII)V
25089 Landroid/media/CamcorderProfile;->native_has_camcorder_profile(II)Z
25090 Landroid/media/CamcorderProfile;->QUALITY_HIGH_SPEED_LIST_END:I
25091 Landroid/media/CamcorderProfile;->QUALITY_HIGH_SPEED_LIST_START:I
25092 Landroid/media/CamcorderProfile;->QUALITY_LIST_END:I
25093 Landroid/media/CamcorderProfile;->QUALITY_LIST_START:I
25094 Landroid/media/CamcorderProfile;->QUALITY_TIME_LAPSE_LIST_END:I
25095 Landroid/media/CamcorderProfile;->QUALITY_TIME_LAPSE_LIST_START:I
/frameworks/base/config/
Dpreloaded-classes5071 android.media.CamcorderProfile
Dboot-image-profile.txt37589 Landroid/media/CamcorderProfile;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14288 public class CamcorderProfile {
14289 method public static android.media.CamcorderProfile get(int);
14290 method public static android.media.CamcorderProfile get(int, int);
15286 method public void setProfile(android.media.CamcorderProfile);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt22015 public class CamcorderProfile {
22016 method @Deprecated public static android.media.CamcorderProfile get(int);
22017 method @Deprecated public static android.media.CamcorderProfile get(int, int);
24248 method public void setProfile(android.media.CamcorderProfile);