Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMediaMuxer.h43 struct MediaMuxer : public RefBase { struct
53 // Construct the muxer with the file descriptor. Note that the MediaMuxer argument
133 DISALLOW_EVIL_CONSTRUCTORS(MediaMuxer); argument
/frameworks/base/media/java/android/media/
DMediaMuxer.java70 final public class MediaMuxer { class
132 public MediaMuxer(@NonNull String path, @Format int format) throws IOException { in MediaMuxer() method in MediaMuxer
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp41 MediaMuxer::MediaMuxer(int fd, OutputFormat format) in MediaMuxer() function in android::MediaMuxer