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

/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp18 #define LOG_TAG "MediaMuxer"
24 #include <media/stagefright/MediaMuxer.h>
41 MediaMuxer::MediaMuxer(const char *path, OutputFormat format) function in class:android::MediaMuxer
56 MediaMuxer::MediaMuxer(int fd, OutputFormat format) function in class:android::MediaMuxer
71 MediaMuxer::~MediaMuxer() {
80 ssize_t MediaMuxer::addTrack(const sp<AMessage> &format) {
104 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
52 MediaMuxer(const char *path, OutputFormat format);
54 // Construct the muxer with the file descriptor. Note that the MediaMuxer
56 MediaMuxer(int fd, OutputFormat format);
58 virtual ~MediaMuxer();
134 DISALLOW_EVIL_CONSTRUCTORS(MediaMuxer);
/frameworks/base/media/java/android/media/
H A DMediaMuxer.java29 * MediaMuxer facilitates muxing elementary streams. Currently only supports an
36 * MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
64 final public class MediaMuxer { class
75 * in include/media/stagefright/MediaMuxer.h!
115 * @see android.media.MediaMuxer.OutputFormat
118 public MediaMuxer(String path, int format) throws IOException { method in class:MediaMuxer
302 * MediaMuxer uses the flags provided in {@link MediaCodec.BufferInfo},

Completed in 82 milliseconds