Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaProfiles.h274 struct CamcorderProfile { struct
275 CamcorderProfile() in CamcorderProfile() argument
283 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() argument
292 ~CamcorderProfile() { in ~CamcorderProfile() argument
297 int mCameraId;
298 output_format mFileFormat;
299 camcorder_quality mQuality;
300 int mDuration;
301 VideoCodec *mVideoCodec;
302 AudioCodec *mAudioCodec;
/frameworks/base/media/java/android/media/
DCamcorderProfile.java43 public class CamcorderProfile class
406 private CamcorderProfile(int duration, in CamcorderProfile() method in CamcorderProfile