Searched defs:CamcorderProfile (Results 1 – 3 of 3) sorted by relevance
255 struct CamcorderProfile { struct256 CamcorderProfile() in CamcorderProfile() argument264 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() argument273 ~CamcorderProfile() { in ~CamcorderProfile() argument278 int mCameraId;279 output_format mFileFormat;280 camcorder_quality mQuality;281 int mDuration;282 VideoCodec *mVideoCodec;283 AudioCodec *mAudioCodec;
255 struct CamcorderProfile { struct256 CamcorderProfile() in CamcorderProfile() function264 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() argument273 ~CamcorderProfile() { in ~CamcorderProfile() argument278 int mCameraId;279 output_format mFileFormat;280 camcorder_quality mQuality;281 int mDuration;282 VideoCodec *mVideoCodec;283 AudioCodec *mAudioCodec;
43 public class CamcorderProfile class470 private CamcorderProfile(int duration, in CamcorderProfile() method in CamcorderProfile