Searched refs:CamcorderProfile (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/media/
H A DMediaProfiles.h263 struct CamcorderProfile { struct in class:android::MediaProfiles
264 CamcorderProfile() function in struct:android::MediaProfiles::CamcorderProfile
272 CamcorderProfile(const CamcorderProfile& copy) { function in struct:android::MediaProfiles::CamcorderProfile
281 ~CamcorderProfile() {
411 static CamcorderProfile* createCamcorderProfile(
427 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
428 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
430 MediaProfiles::CamcorderProfile **lowProfile,
431 MediaProfiles::CamcorderProfile **lowSpecificProfil
[all...]
/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java28 * CamcorderProfile contains two tracks: one for audio and one for video.
43 public class CamcorderProfile class
212 public static CamcorderProfile get(int quality) {
263 public static CamcorderProfile get(int cameraId, int quality) {
307 private CamcorderProfile(int duration, method in class:CamcorderProfile
336 private static native final CamcorderProfile native_get_camcorder_profile(
H A DMediaRecorder.java348 * Uses the settings from a CamcorderProfile object for recording. This method should
350 * If a time lapse CamcorderProfile is used, audio related source or recording
353 * @param profile the CamcorderProfile to use
354 * @see android.media.CamcorderProfile
356 public void setProfile(CamcorderProfile profile) {
362 if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW &&
363 profile.quality <= CamcorderProfile.QUALITY_TIME_LAPSE_QVGA) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A 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/stress/
H A DMediaRecorderStressTest.java31 import android.media.CamcorderProfile;
183 CamcorderProfile.hasProfile(CAMERA_ID, profile));
184 CamcorderProfile camcorderProfile = CamcorderProfile.get(CAMERA_ID, profile);
276 recordVideoAndPlayback(CamcorderProfile.QUALITY_1080P);
282 recordVideoAndPlayback(CamcorderProfile.QUALITY_720P);
288 recordVideoAndPlayback(CamcorderProfile.QUALITY_480P);
330 CamcorderProfile profile =
331 CamcorderProfile.get(j, CamcorderProfile
[all...]
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp311 /*static*/ MediaProfiles::CamcorderProfile*
326 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile;
573 CamcorderProfile *profile =
574 new CamcorderProfile(
664 /*static*/ MediaProfiles::CamcorderProfile*
671 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile;
681 /*static*/ MediaProfiles::CamcorderProfile*
688 CamcorderProfile *profil
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java27 import android.media.CamcorderProfile;
90 private CamcorderProfile mCamcorderProfile;
108 mCamcorderProfile = CamcorderProfile.get(CAMERA_ID);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java39 import android.media.CamcorderProfile;
105 * android.media.CamcorderProfile. If this field is set, it overrides
109 private CamcorderProfile mProfile = null;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java24 import android.media.CamcorderProfile;
1445 * @param profile the recording {@link CamcorderProfile} which has parameters indicating
1448 public void createRecorder(String outputPath, CamcorderProfile profile) {
1849 * @param profile the recording {@link CamcorderProfile} which has parameters indicating
1852 public void createRecorder(String path, CamcorderProfile profile) {

Completed in 183 milliseconds