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.java141 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
350 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
486 MediaRecorder.OutputFormat.THREE_GPP,
502 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.INVALD_VIDEO_PATH, false);
566 MediaRecorder.OutputFormat.THREE_GPP, filename,
594 MediaRecorder.OutputFormat.THREE_GPP, filename,
633 MediaRecorder.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/
H A DMediaRecorder.java56 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
414 public static final int THREE_GPP = 1; field in class:MediaRecorder.OutputFormat
577 * video if the output format is OutputFormat.THREE_GPP or
600 * stored in udta box if the output format is OutputFormat.THREE_GPP
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java232 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
H A DCamera2RecordingTest.java838 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.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/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java467 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java499 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/support/media/src/androidTest/java/androidx/media/
H A DMediaPlayer2Test.java2112 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);

Completed in 81 milliseconds