HomeSort by relevance Sort by last modified time
    Searched refs:AnotherPacketSource (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 17 #include "AnotherPacketSource.h"
31 AnotherPacketSource::AnotherPacketSource(const sp<MetaData> &meta)
36 void AnotherPacketSource::setFormat(const sp<MetaData> &meta) {
41 AnotherPacketSource::~AnotherPacketSource() {
44 status_t AnotherPacketSource::start(MetaData *params) {
48 status_t AnotherPacketSource::stop() {
52 sp<MetaData> AnotherPacketSource::getFormat() {
56 status_t AnotherPacketSource::dequeueAccessUnit(sp<ABuffer> *buffer)
    [all...]
AnotherPacketSource.h 32 struct AnotherPacketSource : public MediaSource {
33 AnotherPacketSource(const sp<MetaData> &meta);
58 virtual ~AnotherPacketSource();
68 DISALLOW_EVIL_CONSTRUCTORS(AnotherPacketSource);
Android.mk 6 AnotherPacketSource.cpp \
MPEG2TSExtractor.cpp 33 #include "AnotherPacketSource.h"
43 const sp<AnotherPacketSource> &impl,
55 sp<AnotherPacketSource> mImpl;
66 const sp<AnotherPacketSource> &impl,
176 sp<AnotherPacketSource> impl =
177 (AnotherPacketSource *)mParser->getSource(
187 sp<AnotherPacketSource> impl =
188 (AnotherPacketSource *)mParser->getSource(
ATSParser.cpp 23 #include "AnotherPacketSource.h"
112 sp<AnotherPacketSource> mSource;
747 mSource = new AnotherPacketSource(meta);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp 24 #include "AnotherPacketSource.h"
109 sp<AnotherPacketSource> source =
110 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
124 sp<AnotherPacketSource> source =
125 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
HTTPLiveSource.cpp 24 #include "AnotherPacketSource.h"
88 sp<AnotherPacketSource> source =
89 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
153 sp<AnotherPacketSource> source =
154 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
  /frameworks/base/media/libstagefright/include/
MPEG2TSExtractor.h 29 struct AnotherPacketSource;
60 Vector<sp<AnotherPacketSource> > mSourceImpls;

Completed in 387 milliseconds