Home
last modified time | relevance | path

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

12

/frameworks/base/media/java/android/media/
DMediaMuxer.java254 public static final class OutputFormat { class in MediaMuxer
258 private OutputFormat() {} in OutputFormat() method in MediaMuxer.OutputFormat
277 OutputFormat.MUXER_OUTPUT_MPEG_4,
278 OutputFormat.MUXER_OUTPUT_WEBM,
279 OutputFormat.MUXER_OUTPUT_3GPP,
280 OutputFormat.MUXER_OUTPUT_HEIF,
281 OutputFormat.MUXER_OUTPUT_OGG,
385 if (format < OutputFormat.MUXER_OUTPUT_FIRST || format > OutputFormat.MUXER_OUTPUT_LAST) { in setUpMediaMuxer()
DMediaRecorder.java586 public final class OutputFormat { class in MediaRecorder
590 private OutputFormat() {} in OutputFormat() method in MediaRecorder.OutputFormat
637 OutputFormat.DEFAULT,
638 OutputFormat.THREE_GPP,
639 OutputFormat.MPEG_4,
640 OutputFormat.AMR_NB,
641 OutputFormat.AMR_WB,
642 OutputFormat.AAC_ADIF,
643 OutputFormat.AAC_ADTS,
644 OutputFormat.MPEG_2_TS,
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaMuxer.h57 static MediaMuxer* create(int fd, OutputFormat format);
137 MediaMuxer(int fd, OutputFormat format);
139 const OutputFormat mFormat;
DMediaMuxerBase.h38 enum OutputFormat { enum
DMediaAppender.h62 MediaMuxer::OutputFormat mFormat;
/frameworks/av/media/libmediaplayerservice/fuzzer/
Dmediarecorder_fuzzer.cpp325 output_format OutputFormat = mFdp.PickValueInArray(kOutputFormat); in setConfig() local
330 if (OutputFormat == OUTPUT_FORMAT_AMR_NB) { in setConfig()
333 } else if (OutputFormat == OUTPUT_FORMAT_AMR_WB) { in setConfig()
335 } else if (OutputFormat == OUTPUT_FORMAT_AAC_ADIF || in setConfig()
336 OutputFormat == OUTPUT_FORMAT_AAC_ADTS || in setConfig()
337 OutputFormat == OUTPUT_FORMAT_MPEG2TS) { in setConfig()
340 if (OutputFormat == OUTPUT_FORMAT_MPEG2TS) { in setConfig()
344 mStfRecorder->setOutputFormat(OutputFormat); in setConfig()
/frameworks/av/media/ndk/include/media/
DNdkMediaMuxer.h67 } OutputFormat; typedef
85 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format) __INTRODUCED_IN(21);
/frameworks/av/media/libstagefright/tests/fuzzers/
DMediaMuxerFuzzer.cpp150 auto outputFormat = (MediaMuxer::OutputFormat)fdp.ConsumeIntegralInRange<int32_t>( in LLVMFuzzerTestOneInput()
151 MediaMuxer::OutputFormat::OUTPUT_FORMAT_MPEG_4, in LLVMFuzzerTestOneInput()
152 MediaMuxer::OutputFormat::OUTPUT_FORMAT_LIST_END); in LLVMFuzzerTestOneInput()
169 if (outputFormat == MediaMuxer::OutputFormat::OUTPUT_FORMAT_OGG) { in LLVMFuzzerTestOneInput()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
DMuxerTest.java64 "mp4", MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4,
65 "webm", MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM,
66 "3gpp", MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP,
67 "ogg", MediaMuxer.OutputFormat.MUXER_OUTPUT_OGG);
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp43 static bool isMp4Format(MediaMuxer::OutputFormat format) { in isMp4Format()
49 MediaMuxer* MediaMuxer::create(int fd, OutputFormat format) { in create()
66 MediaMuxer *muxer = new (std::nothrow) MediaMuxer(fd, (MediaMuxer::OutputFormat)format); in create()
73 MediaMuxer::MediaMuxer(int fd, OutputFormat format) in MediaMuxer()
/frameworks/av/media/ndk/
DNdkMediaMuxer.cpp43 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format) { in AMediaMuxer_new()
49 mData->mImpl = MediaMuxer::create(fd, (MediaMuxer::OutputFormat)format); in AMediaMuxer_new()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java136 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in validateGetSurface()
345 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoWithPara()
481 MediaRecorder.OutputFormat.THREE_GPP, in testPortraitH263()
497 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.INVALD_VIDEO_PATH, false); in testInvalidVideoPath()
561 MediaRecorder.OutputFormat.THREE_GPP, filename, in testSurfaceRecording()
589 MediaRecorder.OutputFormat.THREE_GPP, filename, in testPersistentSurfaceRecording()
628 MediaRecorder.OutputFormat.THREE_GPP, in testSurfaceRecordingTimeLapse()
/frameworks/base/tools/aapt2/cmd/
DLink.h39 enum class OutputFormat { enum
53 OutputFormat output_format = OutputFormat::kApk;
DLink.cpp247 bool keep_raw_values, bool utf16, OutputFormat format, in FlattenXml()
257 case OutputFormat::kApk: { in FlattenXml()
272 case OutputFormat::kProto: { in FlattenXml()
305 OutputFormat output_format = OutputFormat::kApk;
510 ResourceFile::Type XmlFileTypeForOutputFormat(OutputFormat format) { in XmlFileTypeForOutputFormat()
512 case OutputFormat::kApk: in XmlFileTypeForOutputFormat()
514 case OutputFormat::kProto: in XmlFileTypeForOutputFormat()
1189 bool FlattenTable(ResourceTable* table, OutputFormat format, IArchiveWriter* writer) { in FlattenTable()
1192 case OutputFormat::kApk: { in FlattenTable()
1206 case OutputFormat::kProto: { in FlattenTable()
[all …]
/frameworks/av/media/ndk/fuzzer/
Dndk_mediamuxer_fuzzer.cpp32 constexpr OutputFormat kOutputFormat[] = {AMEDIAMUXER_OUTPUT_FORMAT_MPEG_4,
87 : (OutputFormat)fdp.ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
DREADME.md129 1. OutputFormat (parameter name: "outputFormat")
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java266 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in stressAudioRecord()
458 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4, in testH263RecordVideoOnlyMemoryUsage()
479 MediaRecorder.VideoEncoder.MPEG_4_SP, MediaRecorder.OutputFormat.MPEG_4, in testMpeg4RecordVideoOnlyMemoryUsage()
501 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()
244 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4; in main()
/frameworks/av/media/tests/benchmark/src/native/muxer/
DMuxer.cpp30 mMuxer = AMediaMuxer_new(fd, (OutputFormat)outputFormat); in initMuxer()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaRecorderStateUnitTestTemplate.java40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP;
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java140 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in prepare()
350 mMuxer = new ScreenRecordingMuxer(MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4, in save()
DScreenInternalAudioRecorder.java59 mMuxer = new MediaMuxer(outFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4); in ScreenInternalAudioRecorder()
/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.java233 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoAndPlayback()

12