Searched defs:CamcorderProfile (Results 1 - 3 of 3) 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
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...]
/frameworks/av/include/media/
H A DMediaProfiles.h256 struct CamcorderProfile { struct in class:android::MediaProfiles
257 CamcorderProfile() function in struct:android::MediaProfiles::CamcorderProfile
265 CamcorderProfile(const CamcorderProfile& copy) { function in struct:android::MediaProfiles::CamcorderProfile
274 ~CamcorderProfile() {
379 static CamcorderProfile* createCamcorderProfile(
395 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
396 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
398 MediaProfiles::CamcorderProfile **lowProfile,
399 MediaProfiles::CamcorderProfile **lowSpecificProfil
[all...]
/frameworks/av/media/libmedia/include/media/
H A DMediaProfiles.h256 struct CamcorderProfile { struct in class:android::MediaProfiles
257 CamcorderProfile() function in struct:android::MediaProfiles::CamcorderProfile
265 CamcorderProfile(const CamcorderProfile& copy) { function in struct:android::MediaProfiles::CamcorderProfile
274 ~CamcorderProfile() {
379 static CamcorderProfile* createCamcorderProfile(
395 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
396 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
398 MediaProfiles::CamcorderProfile **lowProfile,
399 MediaProfiles::CamcorderProfile **lowSpecificProfil
[all...]

Completed in 43 milliseconds