/frameworks/av/media/libmedia/include/media/ |
D | MediaProfiles.h | 256 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/ |
D | MediaProfiles.h | 256 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/ |
D | Camera2SwitchPreviewTest.java | 40 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 …]
|
D | Camera2RecordingTest.java | 33 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 …]
|
D | MediaRecorderStressTest.java | 31 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/ |
D | MediaProfiles.cpp | 319 /*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/ |
D | CamcorderProfile.java | 43 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()
|
D | MediaRecorder.java | 532 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/ |
D | MediaRecorderStressTestRunner.java | 19 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/ |
D | MediaPlayerPerformance.java | 27 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/ |
D | MediaEncoderFilter.java | 32 import android.media.CamcorderProfile; 100 private CamcorderProfile mProfile = null;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | CameraStreamer.java | 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()
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 21755 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 …]
|
D | hiddenapi-light-greylist.txt | 2949 Landroid/media/CamcorderProfile;->native_get_camcorder_profile(II)Landroid/media/CamcorderProfile; 2950 Landroid/media/CamcorderProfile;->native_init()V
|
D | preloaded-classes | 1983 android.media.CamcorderProfile
|
D | boot-image-profile.txt | 56342 Landroid/media/CamcorderProfile;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 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);
|
/frameworks/base/api/ |
D | current.txt | 22561 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);
|