Searched defs:MediaMuxer (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp18 #define LOG_TAG "MediaMuxer"
21 #include <media/stagefright/MediaMuxer.h>
38 MediaMuxer::MediaMuxer(const char *path, OutputFormat format) function in class:android::MediaMuxer
48 MediaMuxer::MediaMuxer(int fd, OutputFormat format) function in class:android::MediaMuxer
57 MediaMuxer::~MediaMuxer() {
66 ssize_t MediaMuxer::addTrack(const sp<AMessage> &format) {
90 status_t MediaMuxer
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaMuxer.h35 // MediaMuxer is used to mux multiple tracks into a video. Currently, we only
41 struct MediaMuxer : public RefBase { struct in namespace:android
43 // Please update media/java/android/media/MediaMuxer.java if the
51 MediaMuxer(const char *path, OutputFormat format);
53 // Construct the muxer with the file descriptor. Note that the MediaMuxer
55 MediaMuxer(int fd, OutputFormat format);
57 virtual ~MediaMuxer();
132 DISALLOW_EVIL_CONSTRUCTORS(MediaMuxer);
/frameworks/base/media/java/android/media/
H A DMediaMuxer.java31 * MediaMuxer facilitates muxing elementary streams. Currently only supports an
38 * MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
66 final public class MediaMuxer { class
79 * in include/media/stagefright/MediaMuxer.h!
118 * @see android.media.MediaMuxer.OutputFormat
121 public MediaMuxer(String path, int format) throws IOException { method in class:MediaMuxer
303 * MediaMuxer uses the flags provided in {@link MediaCodec.BufferInfo},

Completed in 91 milliseconds