Searched refs:MPEG4Writer (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp18 #define LOG_TAG "MPEG4Writer"
42 #include <media/stagefright/MPEG4Writer.h>
105 class MPEG4Writer::Track {
107 Track(MPEG4Writer *owner, const sp<MediaSource> &source, size_t trackId);
250 void write(MPEG4Writer *writer) const {
282 MPEG4Writer *mOwner;
456 MPEG4Writer::MPEG4Writer(int fd) { function in class:android::MPEG4Writer
460 MPEG4Writer::~MPEG4Writer() {
[all...]
H A DMediaMuxer.cpp37 #include <media/stagefright/MPEG4Writer.h>
52 mWriter = new MPEG4Writer(fd);
128 return static_cast<MPEG4Writer*>(mWriter.get())->setGeoData(latitude, longitude);
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h35 class MPEG4Writer : public MediaWriter { class in namespace:android
37 MPEG4Writer(int fd);
75 virtual ~MPEG4Writer();
79 friend struct AHandlerReflector<MPEG4Writer>;
120 sp<AHandlerReflector<MPEG4Writer> > mReflector;
308 MPEG4Writer(const MPEG4Writer &);
309 MPEG4Writer &operator=(const MPEG4Writer &);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMPEG4Writer.h35 class MPEG4Writer : public MediaWriter { class in namespace:android
37 MPEG4Writer(int fd);
75 virtual ~MPEG4Writer();
79 friend struct AHandlerReflector<MPEG4Writer>;
120 sp<AHandlerReflector<MPEG4Writer> > mReflector;
308 MPEG4Writer(const MPEG4Writer &);
309 MPEG4Writer &operator=(const MPEG4Writer &);
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp33 #include <media/stagefright/MPEG4Writer.h>
316 sp<MPEG4Writer> writer = new MPEG4Writer(fd);
H A Drecord.cpp32 #include <media/stagefright/MPEG4Writer.h>
227 sp<MPEG4Writer> writer = new MPEG4Writer("/sdcard/output.mp4");
H A Dstagefright.cpp61 #include <media/stagefright/MPEG4Writer.h>
520 sp<MPEG4Writer> writer =
521 new MPEG4Writer(gWriteMP4Filename.string());
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp45 #include <media/stagefright/MPEG4Writer.h>
1839 sp<MPEG4Writer> mp4writer;
1843 writer = mp4writer = new MPEG4Writer(mOutputFd);

Completed in 98 milliseconds