Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaProfiles.h263 struct CamcorderProfile { struct
264 CamcorderProfile() in CamcorderProfile() function
272 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() function
281 ~CamcorderProfile() { in ~CamcorderProfile() argument
286 int mCameraId;
287 output_format mFileFormat;
288 camcorder_quality mQuality;
289 int mDuration;
290 VideoCodec *mVideoCodec;
291 AudioCodec *mAudioCodec;
/frameworks/base/media/java/android/media/
DCamcorderProfile.java43 public class CamcorderProfile class
307 private CamcorderProfile(int duration, in CamcorderProfile() method in CamcorderProfile