Searched refs:AACWriter (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DAACWriter.h28 struct AACWriter : public MediaWriter { struct in namespace:android
29 AACWriter(const char *filename);
30 AACWriter(int fd);
41 virtual ~AACWriter();
72 DISALLOW_EVIL_CONSTRUCTORS(AACWriter);
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp24 #define LOG_TAG "AACWriter"
28 #include <media/stagefright/AACWriter.h>
39 AACWriter::AACWriter(const char *filename) function in class:android::AACWriter
49 ALOGV("AACWriter Constructor");
57 AACWriter::AACWriter(int fd) function in class:android::AACWriter
68 AACWriter::~AACWriter() {
79 status_t AACWriter
[all...]
H A DAndroid.mk9 AACWriter.cpp \
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp36 #include <media/stagefright/AACWriter.h>
956 mWriter = new AACWriter(mOutputFd);

Completed in 283 milliseconds