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

/frameworks/av/media/ndk/include/media/
H A DNdkMediaMuxer.h46 } OutputFormat; typedef in typeref:enum:__anon725
53 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format);
/frameworks/av/include/media/stagefright/
H A DMediaMuxer.h46 // OutputFormat is updated.
47 enum OutputFormat { enum in struct:android::MediaMuxer
57 MediaMuxer(int fd, OutputFormat format);
120 const OutputFormat mFormat;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaMuxer.h46 // OutputFormat is updated.
47 enum OutputFormat { enum in struct:android::MediaMuxer
57 MediaMuxer(int fd, OutputFormat format);
120 const OutputFormat mFormat;
/frameworks/base/media/java/android/media/
H A DMediaMuxer.java41 * MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
84 MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
256 public static final class OutputFormat { class in class:MediaMuxer
260 private OutputFormat() {} method in class:MediaMuxer.OutputFormat
277 OutputFormat.MUXER_OUTPUT_MPEG_4,
278 OutputFormat.MUXER_OUTPUT_WEBM,
279 OutputFormat.MUXER_OUTPUT_3GPP,
280 OutputFormat.MUXER_OUTPUT_HEIF,
318 * @see android.media.MediaMuxer.OutputFormat
349 * @see android.media.MediaMuxer.OutputFormat
[all...]
H A DMediaRecorder.java56 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
407 public final class OutputFormat { class in class:MediaRecorder
411 private OutputFormat() {} method in class:MediaRecorder.OutputFormat
422 * @deprecated Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB
577 * video if the output format is OutputFormat.THREE_GPP or
578 * OutputFormat.MPEG_4 so that a video player can choose the proper
600 * stored in udta box if the output format is OutputFormat.THREE_GPP
601 * or OutputFormat.MPEG_4, and is ignored for other output formats.
642 * @see android.media.MediaRecorder.OutputFormat
/frameworks/av/media/ndk/
H A DNdkMediaMuxer.cpp55 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format) {
58 mData->mImpl = new MediaMuxer(fd, (android::MediaMuxer::OutputFormat)format);
/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/av/cmds/stagefright/
H A Dmuxer.cpp64 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4) {
240 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4;
/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp42 static bool isMp4Format(MediaMuxer::OutputFormat format) {
48 MediaMuxer::MediaMuxer(int fd, OutputFormat format)
/frameworks/base/media/jni/
H A Dandroid_media_MediaMuxer.cpp166 MediaMuxer::OutputFormat fileFormat =
167 static_cast<MediaMuxer::OutputFormat>(format);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
461 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4,
482 MediaRecorder.VideoEncoder.MPEG_4_SP, MediaRecorder.OutputFormat.MPEG_4,
504 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4,
/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp76 enum class OutputFormat { class in namespace:aapt
89 OutputFormat output_format = OutputFormat::kApk;
275 OutputFormat format, IArchiveWriter* writer) {
283 case OutputFormat::kApk: {
298 case OutputFormat::kProto: {
326 OutputFormat output_format = OutputFormat::kApk;
524 ResourceFile::Type XmlFileTypeForOutputFormat(OutputFormat format) {
526 case OutputFormat
[all...]
/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/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java119 * android.media.MediaRecorder.OutputFormat */
121 private int mOutputFormat = MediaRecorder.OutputFormat.MPEG_4;
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DHeifWriter.java19 import static android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_HEIF;
/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/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.java793 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
2112 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);

Completed in 371 milliseconds