Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMediaMuxer.h45 enum OutputFormat { enum
52 MediaMuxer(const char *path, OutputFormat format);
56 MediaMuxer(int fd, OutputFormat format);
119 const OutputFormat mFormat;
/frameworks/av/include/ndk/
DNdkMediaMuxer.h47 } OutputFormat; typedef
52 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format);
/frameworks/base/media/java/android/media/
DMediaMuxer.java73 public static final class OutputFormat { class in MediaMuxer
77 private OutputFormat() {} in OutputFormat() method in MediaMuxer.OutputFormat
122 if (format != OutputFormat.MUXER_OUTPUT_MPEG_4 && in MediaMuxer()
123 format != OutputFormat.MUXER_OUTPUT_WEBM) { in MediaMuxer()
DMediaRecorder.java271 public final class OutputFormat { class in MediaRecorder
275 private OutputFormat() {} in OutputFormat() method in MediaRecorder.OutputFormat
/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.java139 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in validateGetSurface()
335 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoWithPara()
448 MediaRecorder.OutputFormat.THREE_GPP, in testPortraitH263()
464 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.INVALD_VIDEO_PATH, false); in testInvalidVideoPath()
528 MediaRecorder.OutputFormat.THREE_GPP, filename, in testSurfaceRecording()
561 MediaRecorder.OutputFormat.THREE_GPP, in testSurfaceRecordingTimeLapse()
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp41 MediaMuxer::MediaMuxer(const char *path, OutputFormat format) in MediaMuxer()
56 MediaMuxer::MediaMuxer(int fd, OutputFormat format) in MediaMuxer()
/frameworks/base/media/jni/
Dandroid_media_MediaMuxer.cpp141 MediaMuxer::OutputFormat fileFormat = in android_media_MediaMuxer_native_setup()
142 static_cast<MediaMuxer::OutputFormat>(format); in android_media_MediaMuxer_native_setup()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in stressAudioRecord()
446 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4, in testH263RecordVideoOnlyMemoryUsage()
467 MediaRecorder.VideoEncoder.MPEG_4_SP, MediaRecorder.OutputFormat.MPEG_4, in testMpeg4RecordVideoOnlyMemoryUsage()
489 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4, in testRecordVideoAudioMemoryUsage()
/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()
/frameworks/base/docs/html/guide/topics/media/
Daudio-capture.jd150 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
Dcamera.jd759 android.media.MediaRecorder.OutputFormat#MPEG_4 MediaRecorder.OutputFormat.MPEG_4}.</li>
868 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.3.jd160 android.media.MediaRecorder.OutputFormat} include new fields for specifying AMR
Dandroid-4.3.jd532 <p>Supported output formats are defined in {@link android.media.MediaMuxer.OutputFormat}. Currently,
/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.java491 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/frameworks/base/docs/html/sdk/api_diff/16/
DmissingSinces.txt451 NO DOC BLOCK: android.media.MediaRecorder.OutputFormat Field AAC_ADTS
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt699 NO DOC BLOCK: android.media.MediaRecorder.OutputFormat Field RAW_AMR
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1715 NO DOC BLOCK: android.media.MediaMuxer.OutputFormat Field MUXER_OUTPUT_WEBM
1995 NO DOC BLOCK: android.media.MediaRecorder.OutputFormat Field WEBM
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt1287 NO DOC BLOCK: android.media.MediaRecorder.OutputFormat Field WEBM
/frameworks/base/docs/html/
Dsitemap.txt2134 http://developer.android.com/reference/android/media/MediaRecorder.OutputFormat.html
4787 http://developer.android.com/sdk/api_diff/3/changes/android.media.MediaRecorder.OutputFormat.html
5328 http://developer.android.com/sdk/api_diff/16/changes/android.media.MediaRecorder.OutputFormat.html
6030 http://developer.android.com/sdk/api_diff/10/changes/android.media.MediaRecorder.OutputFormat.html
/frameworks/base/api/
Dcurrent.txt15083 public static final class MediaMuxer.OutputFormat {
15281 public final class MediaRecorder.OutputFormat {