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

/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.h26 struct MP4Source : public NuPlayer::Source { struct in namespace:android
27 MP4Source(const sp<AMessage> &notify, const sp<IStreamSource> &source);
40 virtual ~MP4Source();
48 DISALLOW_EVIL_CONSTRUCTORS(MP4Source);
H A DMP4Source.cpp17 #include "MP4Source.h"
107 MP4Source::MP4Source( function in class:android::MP4Source
117 MP4Source::~MP4Source() {
120 void MP4Source::prepareAsync() {
126 void MP4Source::start() {
131 status_t MP4Source::feedMoreTSData() {
135 sp<AMessage> MP4Source::getFormat(bool audio) {
139 status_t MP4Source
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DAndroid.mk14 mp4/MP4Source.cpp \
H A DNuPlayer.cpp31 #include "mp4/MP4Source.h"
186 msg->setObject("source", new MP4Source(notify, source));

Completed in 171 milliseconds