Searched refs:CamcorderProfile (Results 1 – 21 of 21) sorted by relevance
273 struct CamcorderProfile { struct298 CamcorderProfile(const CamcorderProfile& copy) = default; argument300 ~CamcorderProfile() = default;306 CamcorderProfile() in CamcorderProfile() function325 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 …]
31 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 …]
39 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 …]
21 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()
633 /*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 …]
19 import android.media.CamcorderProfile;35 public static int mProfileQuality = CamcorderProfile.QUALITY_HIGH;36 public static CamcorderProfile profile = CamcorderProfile.get(mCameraId, mProfileQuality);
56 public class CamcorderProfile class450 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 CamcorderProfile732 private static native final CamcorderProfile native_get_camcorder_profile( in native_get_camcorder_profile()
814 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()
33 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 …]
21 import android.media.CamcorderProfile;87 private CamcorderProfile mCamcorderProfile;105 mCamcorderProfile = CamcorderProfile.get(CAMERA_ID); in setUp()
32 import android.media.CamcorderProfile;100 private CamcorderProfile mProfile = null;
24 import android.media.CamcorderProfile;1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder()1852 public void createRecorder(String path, CamcorderProfile profile) { in createRecorder()
237 const MediaProfiles::CamcorderProfile *cp = sProfiles->getCamcorderProfile(id, q); in android_media_MediaProfiles_native_get_camcorder_profiles()
5067 android.media.CamcorderProfile
27455 Landroid/media/CamcorderProfile;
25088 Landroid/media/CamcorderProfile;-><init>(IIIIIIIIIIII)V25089 Landroid/media/CamcorderProfile;->native_has_camcorder_profile(II)Z25090 Landroid/media/CamcorderProfile;->QUALITY_HIGH_SPEED_LIST_END:I25091 Landroid/media/CamcorderProfile;->QUALITY_HIGH_SPEED_LIST_START:I25092 Landroid/media/CamcorderProfile;->QUALITY_LIST_END:I25093 Landroid/media/CamcorderProfile;->QUALITY_LIST_START:I25094 Landroid/media/CamcorderProfile;->QUALITY_TIME_LAPSE_LIST_END:I25095 Landroid/media/CamcorderProfile;->QUALITY_TIME_LAPSE_LIST_START:I
5071 android.media.CamcorderProfile
37589 Landroid/media/CamcorderProfile;
14288 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);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
22015 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);