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

/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
212 public static CamcorderProfile get(int quality) {
263 public static CamcorderProfile get(int cameraId, int quality) {
307 private CamcorderProfile(int duration, method in class:CamcorderProfile
336 private static native final CamcorderProfile native_get_camcorder_profile(
/frameworks/av/include/media/
H A DMediaProfiles.h263 struct CamcorderProfile { struct in class:android::MediaProfiles
264 CamcorderProfile() function in struct:android::MediaProfiles::CamcorderProfile
272 CamcorderProfile(const CamcorderProfile& copy) { function in struct:android::MediaProfiles::CamcorderProfile
281 ~CamcorderProfile() {
411 static CamcorderProfile* createCamcorderProfile(
427 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
428 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
430 MediaProfiles::CamcorderProfile **lowProfile,
431 MediaProfiles::CamcorderProfile **lowSpecificProfil
[all...]

Completed in 53 milliseconds