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

/frameworks/base/media/java/android/media/
H A DMediaRecorder.java42 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
215 public static final int THREE_GPP = 1; field in class:MediaRecorder.OutputFormat
377 * video if the output format is OutputFormat.THREE_GPP or
400 * stored in udta box if the output format is OutputFormat.THREE_GPP
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java319 public static final int THREE_GPP = 0; field in class:MediaArtistNativeHelper.FileType
2355 lclipSettings.fileType = FileType.THREE_GPP;
2613 editSettings.clipSettingsArray[index].fileType = FileType.THREE_GPP;
3226 case FileType.THREE_GPP:
3366 retValue = FileType.THREE_GPP;

Completed in 15 milliseconds