Home
last modified time | relevance | path

Searched refs:MediaMuxer (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaMuxer.cpp49 sp<MediaMuxer> muxer(reinterpret_cast<MediaMuxer *>(nativeObject)); in android_media_MediaMuxer_addTrack()
79 sp<MediaMuxer> muxer(reinterpret_cast<MediaMuxer *>(nativeObject)); in android_media_MediaMuxer_writeSampleData()
166 MediaMuxer::OutputFormat fileFormat = in android_media_MediaMuxer_native_setup()
167 static_cast<MediaMuxer::OutputFormat>(format); in android_media_MediaMuxer_native_setup()
168 sp<MediaMuxer> muxer = new MediaMuxer(fd, fileFormat); in android_media_MediaMuxer_native_setup()
175 sp<MediaMuxer> muxer(reinterpret_cast<MediaMuxer *>(nativeObject)); in android_media_MediaMuxer_setOrientationHint()
193 MediaMuxer* muxer = reinterpret_cast<MediaMuxer *>(nativeObject); in android_media_MediaMuxer_setLocation()
205 sp<MediaMuxer> muxer(reinterpret_cast<MediaMuxer *>(nativeObject)); in android_media_MediaMuxer_start()
223 sp<MediaMuxer> muxer(reinterpret_cast<MediaMuxer *>(nativeObject)); in android_media_MediaMuxer_stop()
241 sp<MediaMuxer> muxer(reinterpret_cast<MediaMuxer *>(nativeObject)); in android_media_MediaMuxer_native_release()
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp43 static bool isMp4Format(MediaMuxer::OutputFormat format) { in isMp4Format()
44 return format == MediaMuxer::OUTPUT_FORMAT_MPEG_4 || in isMp4Format()
45 format == MediaMuxer::OUTPUT_FORMAT_THREE_GPP || in isMp4Format()
46 format == MediaMuxer::OUTPUT_FORMAT_HEIF; in isMp4Format()
49 MediaMuxer::MediaMuxer(int fd, OutputFormat format) in MediaMuxer() function in android::MediaMuxer
72 MediaMuxer::~MediaMuxer() { in ~MediaMuxer()
81 ssize_t MediaMuxer::addTrack(const sp<AMessage> &format) { in addTrack()
113 status_t MediaMuxer::setOrientationHint(int degrees) { in setOrientationHint()
129 status_t MediaMuxer::setLocation(int latitude, int longitude) { in setLocation()
144 status_t MediaMuxer::start() { in start()
[all …]
DAndroid.bp218 "MediaMuxer.cpp",
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaMuxer.h43 struct MediaMuxer : public RefBase { struct
58 MediaMuxer(int fd, OutputFormat format);
60 virtual ~MediaMuxer();
136 DISALLOW_EVIL_CONSTRUCTORS(MediaMuxer); argument
/frameworks/av/cmds/stagefright/
Dmuxer.cpp64 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4) { in muxing()
84 sp<MediaMuxer> muxer = new MediaMuxer(fd, container); in muxing()
240 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4; in main()
259 container = MediaMuxer::OUTPUT_FORMAT_WEBM; in main()
/frameworks/av/media/ndk/
DNdkMediaMuxer.cpp40 sp<MediaMuxer> mImpl;
50 mData->mImpl = new MediaMuxer(fd, (android::MediaMuxer::OutputFormat)format); in AMediaMuxer_new()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DMuxer.java21 import android.media.MediaMuxer;
29 private MediaMuxer mMuxer;
43 mMuxer = new MediaMuxer(context.getFilesDir().getPath() + "/mux.out.", outputFormat); in setUpMuxer()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
DMuxerTest.java29 import android.media.MediaMuxer;
65 put("mp4", MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
66 put("webm", MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM);
67 put("3gpp", MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP);
68 put("ogg", MediaMuxer.OutputFormat.MUXER_OUTPUT_OGG);
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp73 using android::MediaMuxer;
362 const sp<MediaMuxer>& muxer, FILE* rawFp, const sp<IBinder>& mainDpy, in runEncoder()
700 sp<MediaMuxer> muxer = NULL; in recordScreen()
719 muxer = new MediaMuxer(fd, MediaMuxer::OUTPUT_FORMAT_MPEG_4); in recordScreen()
721 muxer = new MediaMuxer(fd, MediaMuxer::OUTPUT_FORMAT_WEBM); in recordScreen()
723 muxer = new MediaMuxer(fd, MediaMuxer::OUTPUT_FORMAT_THREE_GPP); in recordScreen()
/frameworks/base/media/java/android/media/
DMediaMuxer.java247 final public class MediaMuxer { class
333 public MediaMuxer(@NonNull String path, @Format int format) throws IOException { in MediaMuxer() method in MediaMuxer
364 public MediaMuxer(@NonNull FileDescriptor fd, @Format int format) throws IOException { in MediaMuxer() method in MediaMuxer
/frameworks/av/media/tests/benchmark/
DREADME.md3 Benchmark app analyses the time taken by MediaCodec, MediaExtractor and MediaMuxer for given set of…
236 * MediaMuxer: includes creating the object, adding track, and starting the muxer.
250 …* MediaMuxer: computed as the total time taken to mux all frames divided by the number of frames m…
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h162 sp<MediaMuxer> muxer;
DHeicCompositeStream.cpp841 inputFrame.muxer = new MediaMuxer(inputFrame.fileFd, MediaMuxer::OUTPUT_FORMAT_HEIF); in startMuxerForInputFrame()
/frameworks/base/config/
Dpreloaded-classes2316 android.media.MediaMuxer
Dhiddenapi-greylist-max-o.txt37624 Landroid/media/MediaMuxer$OutputFormat;-><init>()V
37625 Landroid/media/MediaMuxer$OutputFormat;->MUXER_OUTPUT_FIRST:I
37626 Landroid/media/MediaMuxer$OutputFormat;->MUXER_OUTPUT_LAST:I
37627 Landroid/media/MediaMuxer;->mLastTrackIndex:I
37628 Landroid/media/MediaMuxer;->MUXER_STATE_INITIALIZED:I
37629 Landroid/media/MediaMuxer;->nativeAddTrack(J[Ljava/lang/String;[Ljava/lang/Object;)I
37630 Landroid/media/MediaMuxer;->nativeSetLocation(JII)V
37631 Landroid/media/MediaMuxer;->nativeSetOrientationHint(JI)V
37632 Landroid/media/MediaMuxer;->nativeStart(J)V
37633 Landroid/media/MediaMuxer;->nativeStop(J)V
[all …]
Dboot-image-profile.txt34618 Landroid/media/MediaMuxer;
/frameworks/base/non-updatable-api/
Dcurrent.txt25546 public final class MediaMuxer {
25547 ctor public MediaMuxer(@NonNull String, int) throws java.io.IOException;
25548 ctor public MediaMuxer(@NonNull java.io.FileDescriptor, int) throws java.io.IOException;
25558 public static final class MediaMuxer.OutputFormat {
/frameworks/base/api/
Dcurrent.txt25570 public final class MediaMuxer {
25571 ctor public MediaMuxer(@NonNull String, int) throws java.io.IOException;
25572 ctor public MediaMuxer(@NonNull java.io.FileDescriptor, int) throws java.io.IOException;
25582 public static final class MediaMuxer.OutputFormat {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15122 public final class MediaMuxer {
15123 ctor public MediaMuxer(java.lang.String, int) throws java.io.IOException;
15133 public static final class MediaMuxer.OutputFormat {