Searched refs:AnotherPacketSource (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp17 #include "AnotherPacketSource.h"
31 AnotherPacketSource::AnotherPacketSource(const sp<MetaData> &meta) function in class:android::AnotherPacketSource
45 void AnotherPacketSource::setFormat(const sp<MetaData> &meta) {
50 AnotherPacketSource::~AnotherPacketSource() {
53 status_t AnotherPacketSource::start(MetaData *params) {
57 status_t AnotherPacketSource::stop() {
61 sp<MetaData> AnotherPacketSource::getFormat() {
65 status_t AnotherPacketSource
[all...]
H A DAnotherPacketSource.h32 struct AnotherPacketSource : public MediaSource { struct in namespace:android
33 AnotherPacketSource(const sp<MetaData> &meta);
62 virtual ~AnotherPacketSource();
75 DISALLOW_EVIL_CONSTRUCTORS(AnotherPacketSource);
H A DAndroid.mk6 AnotherPacketSource.cpp \
H A DMPEG2TSExtractor.cpp33 #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(
H A DMPEG2PSExtractor.cpp23 #include "AnotherPacketSource.h"
63 sp<AnotherPacketSource> mSource;
655 mSource = new AnotherPacketSource(meta);
H A DATSParser.cpp23 #include "AnotherPacketSource.h"
131 sp<AnotherPacketSource> mSource;
869 mSource = new AnotherPacketSource(meta);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.h30 struct AnotherPacketSource;
78 sp<AnotherPacketSource> mSource;
101 sp<AnotherPacketSource> mAudioTrack;
102 sp<AnotherPacketSource> mVideoTrack;
108 sp<AnotherPacketSource> getSource(bool audio);
H A DGenericSource.h28 struct AnotherPacketSource;
60 sp<AnotherPacketSource> mPackets;
H A DHTTPLiveSource.cpp24 #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());
H A DStreamingSource.cpp24 #include "AnotherPacketSource.h"
122 sp<AnotherPacketSource> source =
123 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
137 sp<AnotherPacketSource> source =
138 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
H A DRTSPSource.cpp23 #include "AnotherPacketSource.h"
100 sp<AnotherPacketSource> source = getSource(audio);
148 sp<AnotherPacketSource> source = getSource(audio);
162 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) {
167 return static_cast<AnotherPacketSource *>(source.get());
301 sp<AnotherPacketSource> source = getSource(false /* audio */);
316 sp<AnotherPacketSource> source = info->mSource;
348 sp<AnotherPacketSource> source = getSource(false /* audio */);
366 sp<AnotherPacketSource> source = info->mSource;
381 sp<AnotherPacketSource> sourc
[all...]
H A DGenericSource.cpp19 #include "AnotherPacketSource.h"
112 new AnotherPacketSource(mAudioTrack.mSource->getFormat());
121 new AnotherPacketSource(mVideoTrack.mSource->getFormat());
/frameworks/av/media/libstagefright/include/
H A DMPEG2TSExtractor.h29 struct AnotherPacketSource;
60 Vector<sp<AnotherPacketSource> > mSourceImpls;

Completed in 642 milliseconds