Searched defs:CamcorderProfile (Results 1 - 2 of 2) sorted by path

/frameworks/av/include/media/
H A DMediaProfiles.h230 struct CamcorderProfile { struct in class:android::MediaProfiles
231 CamcorderProfile() function in struct:android::MediaProfiles::CamcorderProfile
239 CamcorderProfile(const CamcorderProfile& copy) { function in struct:android::MediaProfiles::CamcorderProfile
248 ~CamcorderProfile() {
349 static CamcorderProfile* createCamcorderProfile(
365 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
366 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
368 MediaProfiles::CamcorderProfile **lowProfile,
369 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
164 * similarly according to this CamcorderProfile.
244 * {@link #videoBitRate} in the high speed CamcorderProfile, and the application intends to
251 * similarly according to this CamcorderProfile.
272 * advertises 240fps {@link #videoFrameRate} in the CamcorderProfile, and the application
277 * of {@link MediaFormat} similarly according to this CamcorderProfile.
325 public static CamcorderProfile get(int quality) {
388 public static CamcorderProfile get(int cameraId, int quality) {
470 private CamcorderProfile(in method in class:CamcorderProfile
[all...]

Completed in 4134 milliseconds