Home
last modified time | relevance | path

Searched refs:OutputFormat (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaMuxer.java256 public static final class OutputFormat { class in MediaMuxer
260 private OutputFormat() {} in OutputFormat() method in MediaMuxer.OutputFormat
271 OutputFormat.MUXER_OUTPUT_MPEG_4,
272 OutputFormat.MUXER_OUTPUT_WEBM,
273 OutputFormat.MUXER_OUTPUT_3GPP,
350 if (format != OutputFormat.MUXER_OUTPUT_MPEG_4 && format != OutputFormat.MUXER_OUTPUT_WEBM in setUpMediaMuxer()
351 && format != OutputFormat.MUXER_OUTPUT_3GPP) { in setUpMediaMuxer()
DMediaRecorder.java360 public final class OutputFormat { class in MediaRecorder
364 private OutputFormat() {} in OutputFormat() method in MediaRecorder.OutputFormat
/frameworks/av/media/libstagefright/include/
DMediaMuxer.h47 enum OutputFormat { enum
56 MediaMuxer(int fd, OutputFormat format);
119 const OutputFormat mFormat;
/frameworks/av/include/ndk/
DNdkMediaMuxer.h50 } OutputFormat; typedef
55 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format);
/frameworks/av/media/ndk/
DNdkMediaMuxer.cpp56 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format) { in AMediaMuxer_new()
59 mData->mImpl = new MediaMuxer(fd, (android::MediaMuxer::OutputFormat)format); in AMediaMuxer_new()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java141 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in validateGetSurface()
350 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoWithPara()
486 MediaRecorder.OutputFormat.THREE_GPP, in testPortraitH263()
502 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.INVALD_VIDEO_PATH, false); in testInvalidVideoPath()
566 MediaRecorder.OutputFormat.THREE_GPP, filename, in testSurfaceRecording()
594 MediaRecorder.OutputFormat.THREE_GPP, filename, in testPersistentSurfaceRecording()
633 MediaRecorder.OutputFormat.THREE_GPP, in testSurfaceRecordingTimeLapse()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in stressAudioRecord()
461 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4, in testH263RecordVideoOnlyMemoryUsage()
482 MediaRecorder.VideoEncoder.MPEG_4_SP, MediaRecorder.OutputFormat.MPEG_4, in testMpeg4RecordVideoOnlyMemoryUsage()
504 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4, in testRecordVideoAudioMemoryUsage()
/frameworks/base/media/jni/
Dandroid_media_MediaMuxer.cpp166 MediaMuxer::OutputFormat fileFormat = in android_media_MediaMuxer_native_setup()
167 static_cast<MediaMuxer::OutputFormat>(format); in android_media_MediaMuxer_native_setup()
/frameworks/av/cmds/stagefright/
Dmuxer.cpp64 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4) { in muxing()
240 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4; in main()
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp41 MediaMuxer::MediaMuxer(int fd, OutputFormat format) in MediaMuxer()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaRecorderStateUnitTestTemplate.java40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java121 private int mOutputFormat = MediaRecorder.OutputFormat.MPEG_4;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java232 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoAndPlayback()
DCamera2RecordingTest.java834 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in prepareRecording()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java467 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in setup()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java499 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td124 def OutputFormat: Joined<["--"], "oformat=">,
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15133 public static final class MediaMuxer.OutputFormat {
15331 public final class MediaRecorder.OutputFormat {
/frameworks/base/api/
Dcurrent.txt22689 public static final class MediaMuxer.OutputFormat {
23002 public final class MediaRecorder.OutputFormat {
Dsystem-current.txt24531 public static final class MediaMuxer.OutputFormat {
24846 public final class MediaRecorder.OutputFormat {