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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp18 #define LOG_TAG "MPEG4Writer"
39 #include <media/stagefright/MPEG4Writer.h>
101 class MPEG4Writer::Track {
103 Track(MPEG4Writer *owner, const sp<IMediaSource> &source, size_t trackId);
239 void write(MPEG4Writer *writer) const {
271 MPEG4Writer *mOwner;
425 MPEG4Writer::MPEG4Writer(int fd) { function in class:android::MPEG4Writer
429 MPEG4Writer::~MPEG4Writer() {
[all...]
H A DMediaMuxer.cpp36 #include <media/stagefright/MPEG4Writer.h>
45 mWriter = new MPEG4Writer(fd);
117 return static_cast<MPEG4Writer*>(mWriter.get())->setGeoData(latitude, longitude);
H A DAndroid.mk31 MPEG4Writer.cpp \
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h36 class MPEG4Writer : public MediaWriter { class in namespace:android
38 MPEG4Writer(int fd);
76 virtual ~MPEG4Writer();
80 friend struct AHandlerReflector<MPEG4Writer>;
117 sp<AHandlerReflector<MPEG4Writer> > mReflector;
240 MPEG4Writer(const MPEG4Writer &);
241 MPEG4Writer &operator=(const MPEG4Writer &);
/frameworks/av/media/libstagefright/foundation/include/
H A DMPEG4Writer.h36 class MPEG4Writer : public MediaWriter { class in namespace:android
38 MPEG4Writer(int fd);
76 virtual ~MPEG4Writer();
80 friend struct AHandlerReflector<MPEG4Writer>;
117 sp<AHandlerReflector<MPEG4Writer> > mReflector;
240 MPEG4Writer(const MPEG4Writer &);
241 MPEG4Writer &operator=(const MPEG4Writer &);
/frameworks/av/media/libstagefright/include/
H A DMPEG4Writer.h36 class MPEG4Writer : public MediaWriter { class in namespace:android
38 MPEG4Writer(int fd);
76 virtual ~MPEG4Writer();
80 friend struct AHandlerReflector<MPEG4Writer>;
117 sp<AHandlerReflector<MPEG4Writer> > mReflector;
240 MPEG4Writer(const MPEG4Writer &);
241 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.cpp31 #include <media/stagefright/MPEG4Writer.h>
226 sp<MPEG4Writer> writer = new MPEG4Writer("/sdcard/output.mp4");
H A Dstagefright.cpp59 #include <media/stagefright/MPEG4Writer.h>
515 sp<MPEG4Writer> writer =
516 new MPEG4Writer(gWriteMP4Filename.string());
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp45 #include <media/stagefright/MPEG4Writer.h>
1805 sp<MPEG4Writer> mp4writer;
1809 writer = mp4writer = new MPEG4Writer(mOutputFd);

Completed in 294 milliseconds