Home
last modified time | relevance | path

Searched defs:CamcorderProfile (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h255 struct CamcorderProfile { struct
256 CamcorderProfile() in CamcorderProfile() argument
264 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() argument
273 ~CamcorderProfile() { in ~CamcorderProfile() argument
278 int mCameraId;
279 output_format mFileFormat;
280 camcorder_quality mQuality;
281 int mDuration;
282 VideoCodec *mVideoCodec;
283 AudioCodec *mAudioCodec;
/frameworks/av/include/media/
DMediaProfiles.h255 struct CamcorderProfile { struct
256 CamcorderProfile() in CamcorderProfile() function
264 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() argument
273 ~CamcorderProfile() { in ~CamcorderProfile() argument
278 int mCameraId;
279 output_format mFileFormat;
280 camcorder_quality mQuality;
281 int mDuration;
282 VideoCodec *mVideoCodec;
283 AudioCodec *mAudioCodec;
/frameworks/base/media/java/android/media/
DCamcorderProfile.java43 public class CamcorderProfile class
470 private CamcorderProfile(int duration, in CamcorderProfile() method in CamcorderProfile