Searched refs:CamcorderProfile (Results 1 - 7 of 7) 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.java321 * Uses the settings from a CamcorderProfile object for recording. This method should
323 * If a time lapse CamcorderProfile is used, audio related source or recording
326 * @param profile the CamcorderProfile to use
327 * @see android.media.CamcorderProfile
329 public void setProfile(CamcorderProfile profile) {
335 if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW &&
336 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 =
37 CamcorderProfile.get(mCameraId, mProfileQuality);
/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/stress/
H A DMediaRecorderStressTest.java31 import android.media.CamcorderProfile;
437 CamcorderProfile profile =
438 CamcorderProfile.get(j, CamcorderProfile.QUALITY_TIME_LAPSE_HIGH);
/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;

Completed in 339 milliseconds