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<IStreamSource> &source);
39 virtual ~MP4Source();
47 DISALLOW_EVIL_CONSTRUCTORS(MP4Source);
H A DMP4Source.cpp17 #include "MP4Source.h"
107 MP4Source::MP4Source(const sp<IStreamSource> &source) function in class:android::MP4Source
115 MP4Source::~MP4Source() {
118 void MP4Source::start() {
123 status_t MP4Source::feedMoreTSData() {
127 sp<AMessage> MP4Source::getFormat(bool audio) {
131 status_t MP4Source::dequeueAccessUnit(
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DAndroid.mk14 mp4/MP4Source.cpp \
H A DNuPlayer.cpp31 #include "mp4/MP4Source.h"
93 msg->setObject("source", new MP4Source(source));

Completed in 32 milliseconds