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

/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h33 class MPEG4Writer : public MediaWriter { class in namespace:android
35 MPEG4Writer(const char *filename);
36 MPEG4Writer(int fd);
64 virtual ~MPEG4Writer();
191 MPEG4Writer(const MPEG4Writer &);
192 MPEG4Writer &operator=(const MPEG4Writer &);
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp18 #define LOG_TAG "MPEG4Writer"
27 #include <media/stagefright/MPEG4Writer.h>
51 class MPEG4Writer::Track {
53 Track(MPEG4Writer *owner, const sp<MediaSource> &source, size_t trackId);
168 void write(MPEG4Writer *writer) const {
201 MPEG4Writer *mOwner;
335 MPEG4Writer::MPEG4Writer(const char *filename) function in class:android::MPEG4Writer
359 MPEG4Writer::MPEG4Writer(in function in class:android::MPEG4Writer
[all...]
H A DAndroid.mk28 MPEG4Writer.cpp \
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp25 #include <media/stagefright/MPEG4Writer.h>
292 sp<MPEG4Writer> writer = new MPEG4Writer(fileName);
H A Drecord.cpp28 #include <media/stagefright/MPEG4Writer.h>
231 sp<MPEG4Writer> writer = new MPEG4Writer("/sdcard/output.mp4");
H A Dstagefright.cpp50 #include <media/stagefright/MPEG4Writer.h>
507 sp<MPEG4Writer> writer =
508 new MPEG4Writer(gWriteMP4Filename.string());
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp35 #include <media/stagefright/MPEG4Writer.h>
1478 sp<MediaWriter> writer = new MPEG4Writer(outputFd);
1508 reinterpret_cast<MPEG4Writer *>(writer.get())->
1512 reinterpret_cast<MPEG4Writer *>(writer.get())->
1524 reinterpret_cast<MPEG4Writer *>(writer.get())->

Completed in 600 milliseconds