Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h256 struct CamcorderProfile { struct
257 CamcorderProfile() in CamcorderProfile() function
265 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() argument
274 ~CamcorderProfile() { in ~CamcorderProfile() argument
379 static CamcorderProfile* createCamcorderProfile(
395 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
396 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
398 MediaProfiles::CamcorderProfile **lowProfile,
399 MediaProfiles::CamcorderProfile **lowSpecificProfile);
401 MediaProfiles::CamcorderProfile **highProfile,
[all …]
/frameworks/av/include/media/
DMediaProfiles.h256 struct CamcorderProfile { struct
257 CamcorderProfile() in CamcorderProfile() function
265 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() argument
274 ~CamcorderProfile() { in ~CamcorderProfile() argument
379 static CamcorderProfile* createCamcorderProfile(
395 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
396 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
398 MediaProfiles::CamcorderProfile **lowProfile,
399 MediaProfiles::CamcorderProfile **lowSpecificProfile);
401 MediaProfiles::CamcorderProfile **highProfile,
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2SwitchPreviewTest.java40 import android.media.CamcorderProfile;
118 CamcorderProfile.QUALITY_HIGH,
119 CamcorderProfile.QUALITY_2160P,
120 CamcorderProfile.QUALITY_1080P,
121 CamcorderProfile.QUALITY_720P,
122 CamcorderProfile.QUALITY_480P,
123 CamcorderProfile.QUALITY_CIF,
124 CamcorderProfile.QUALITY_QCIF,
125 CamcorderProfile.QUALITY_QVGA,
126 CamcorderProfile.QUALITY_LOW,
[all …]
DCamera2RecordingTest.java33 import android.media.CamcorderProfile;
89 CamcorderProfile.QUALITY_HIGH,
90 CamcorderProfile.QUALITY_2160P,
91 CamcorderProfile.QUALITY_1080P,
92 CamcorderProfile.QUALITY_720P,
93 CamcorderProfile.QUALITY_480P,
94 CamcorderProfile.QUALITY_CIF,
95 CamcorderProfile.QUALITY_QCIF,
96 CamcorderProfile.QUALITY_QVGA,
97 CamcorderProfile.QUALITY_LOW,
[all …]
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/av/media/libmedia/
DMediaProfiles.cpp319 /*static*/ MediaProfiles::CamcorderProfile*
335 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createCamcorderProfile()
549 CamcorderProfile *profile = in checkAndAddRequiredProfilesIfNecessary()
550 new CamcorderProfile( in checkAndAddRequiredProfilesIfNecessary()
645 /*static*/ MediaProfiles::CamcorderProfile*
652 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapseQcifProfile()
662 /*static*/ MediaProfiles::CamcorderProfile*
669 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapse480pProfile()
681 MediaProfiles::CamcorderProfile **lowTimeLapseProfile, in createDefaultCamcorderTimeLapseLowProfiles()
682 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.java532 public void setProfile(CamcorderProfile profile) { in setProfile()
538 if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW && in setProfile()
539 profile.quality <= CamcorderProfile.QUALITY_TIME_LAPSE_QVGA) { in setProfile()
/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/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/config/
Dhiddenapi-public-dex.txt21755 Landroid/media/CamcorderProfile;
21756 Landroid/media/CamcorderProfile;->audioBitRate:I
21757 Landroid/media/CamcorderProfile;->audioChannels:I
21758 Landroid/media/CamcorderProfile;->audioCodec:I
21759 Landroid/media/CamcorderProfile;->audioSampleRate:I
21760 Landroid/media/CamcorderProfile;->duration:I
21761 Landroid/media/CamcorderProfile;->fileFormat:I
21762 Landroid/media/CamcorderProfile;->get(I)Landroid/media/CamcorderProfile;
21763 Landroid/media/CamcorderProfile;->get(II)Landroid/media/CamcorderProfile;
21764 Landroid/media/CamcorderProfile;->hasProfile(I)Z
[all …]
Dhiddenapi-light-greylist.txt2949 Landroid/media/CamcorderProfile;->native_get_camcorder_profile(II)Landroid/media/CamcorderProfile;
2950 Landroid/media/CamcorderProfile;->native_init()V
Dpreloaded-classes1983 android.media.CamcorderProfile
Dboot-image-profile.txt56342 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/api/
Dcurrent.txt22561 public class CamcorderProfile {
22562 method public static android.media.CamcorderProfile get(int);
22563 method public static android.media.CamcorderProfile get(int, int);
24208 method public void setProfile(android.media.CamcorderProfile);