Searched refs:THREE_GPP (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java150 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
263 MediaRecorder.OutputFormat.THREE_GPP,
279 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.INVALD_VIDEO_PATH, false);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java43 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
245 public static final int THREE_GPP = 1; field in class:MediaRecorder.OutputFormat
404 * video if the output format is OutputFormat.THREE_GPP or
427 * stored in udta box if the output format is OutputFormat.THREE_GPP
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStateUnitTestTemplate.java40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP;
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java859 clipSettings.fileType = FileType.THREE_GPP;
874 clipSettings.fileType = FileType.THREE_GPP;
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;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java232 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java458 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java491 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);

Completed in 178 milliseconds