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

/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp18 #define LOG_TAG "MediaMuxer"
24 #include <media/stagefright/MediaMuxer.h>
41 MediaMuxer::MediaMuxer(int fd, OutputFormat format) function in class:android::MediaMuxer
56 MediaMuxer::~MediaMuxer() {
65 ssize_t MediaMuxer::addTrack(const sp<AMessage> &format) {
89 status_t MediaMuxer::setOrientationHint(int degrees) {
105 status_t MediaMuxer::setLocation(int latitude, int longitude) {
120 status_t MediaMuxer
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaMuxer.h37 // MediaMuxer is used to mux multiple tracks into a video. Currently, we only
43 struct MediaMuxer : public RefBase { struct in namespace:android
45 // Please update media/java/android/media/MediaMuxer.java if the
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/av/media/libstagefright/foundation/include/
H A DMediaMuxer.h37 // MediaMuxer is used to mux multiple tracks into a video. Currently, we only
43 struct MediaMuxer : public RefBase { struct in namespace:android
45 // Please update media/java/android/media/MediaMuxer.java if the
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/av/media/libstagefright/include/
H A DMediaMuxer.h37 // MediaMuxer is used to mux multiple tracks into a video. Currently, we only
43 struct MediaMuxer : public RefBase { struct in namespace:android
45 // Please update media/java/android/media/MediaMuxer.java if the
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/av/cmds/stagefright/
H A Dmuxer.cpp34 #include <media/stagefright/MediaMuxer.h>
64 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4) {
84 sp<MediaMuxer> muxer = new MediaMuxer(fd, container);
240 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4;
259 container = MediaMuxer::OUTPUT_FORMAT_WEBM;
55 muxing( const char *path, bool useAudio, bool useVideo, const char *outputFileName, bool enableTrim, int trimStartTimeMs, int trimEndTimeMs, int rotationDegrees, MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4) argument
/frameworks/base/media/java/android/media/
H A DMediaMuxer.java35 * MediaMuxer facilitates muxing elementary streams. Currently MediaMuxer supports MP4, Webm
41 * MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
84 MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
247 final public class MediaMuxer { class
258 * in include/media/stagefright/MediaMuxer.h!
311 * @see android.media.MediaMuxer.OutputFormat
315 public MediaMuxer( method in class:MediaMuxer
345 public MediaMuxer(@NonNull FileDescriptor fd, @Format int format) throws IOException { method in class:MediaMuxer
[all...]

Completed in 68 milliseconds