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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.h28 struct AnotherPacketSource;
65 sp<AnotherPacketSource> getSource(bool audio);
H A DRTSPSource.h29 struct AnotherPacketSource;
88 sp<AnotherPacketSource> mSource;
115 sp<AnotherPacketSource> mAudioTrack;
116 sp<AnotherPacketSource> mVideoTrack;
127 sp<AnotherPacketSource> getSource(bool audio);
H A DStreamingSource.cpp24 #include "AnotherPacketSource.h"
179 sp<AnotherPacketSource> audioTrack = getSource(true /*audio*/);
180 sp<AnotherPacketSource> videoTrack = getSource(false /*audio*/);
210 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) {
218 return static_cast<AnotherPacketSource *>(source.get());
222 sp<AnotherPacketSource> source = getSource(audio);
240 sp<AnotherPacketSource> source = getSource(audio);
H A DRTSPSource.cpp23 #include "AnotherPacketSource.h"
143 sp<AnotherPacketSource> source = getSource(audio);
194 sp<AnotherPacketSource> source = getSource(audio);
205 sp<AnotherPacketSource> otherSource = getSource(!audio);
246 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) {
251 return static_cast<AnotherPacketSource *>(source.get());
324 sp<AnotherPacketSource> src = info->mSource;
449 sp<AnotherPacketSource> source = getSource(true /* audio */);
514 sp<AnotherPacketSource> source = getSource(false /* audio */);
529 sp<AnotherPacketSource> sourc
[all...]
H A DGenericSource.h32 struct AnotherPacketSource;
113 sp<AnotherPacketSource> mPackets;
267 int32_t curGen, sp<AnotherPacketSource> packets, sp<AMessage> msg);
275 int32_t curGen, sp<AnotherPacketSource> packets, sp<AMessage> msg);
H A DGenericSource.cpp22 #include "AnotherPacketSource.h"
241 new AnotherPacketSource(mAudioTrack.mSource->getFormat());
254 new AnotherPacketSource(mVideoTrack.mSource->getFormat());
583 mSubtitleTrack.mPackets = new AnotherPacketSource(NULL);
584 mTimedTextTrack.mPackets = new AnotherPacketSource(NULL);
744 sp<AnotherPacketSource> packets,
778 sp<AnotherPacketSource> packets,
1138 track->mPackets = new AnotherPacketSource(track->mSource->getFormat());
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h32 struct AnotherPacketSource : public MediaSource { struct in namespace:android
33 AnotherPacketSource(const sp<MetaData> &meta);
86 virtual ~AnotherPacketSource();
105 // AnotherPacketSource.cpp for non-empty()-ness.
123 DISALLOW_EVIL_CONSTRUCTORS(AnotherPacketSource);
H A DAnotherPacketSource.cpp18 #define LOG_TAG "AnotherPacketSource"
20 #include "AnotherPacketSource.h"
41 AnotherPacketSource::AnotherPacketSource(const sp<MetaData> &meta) function in class:android::AnotherPacketSource
55 void AnotherPacketSource::setFormat(const sp<MetaData> &meta) {
81 AnotherPacketSource::~AnotherPacketSource() {
84 status_t AnotherPacketSource::start(MetaData * /* params */) {
88 status_t AnotherPacketSource::stop() {
92 sp<MetaData> AnotherPacketSource
[all...]
H A DMPEG2TSExtractor.cpp37 #include "AnotherPacketSource.h"
47 const sp<AnotherPacketSource> &impl,
59 sp<AnotherPacketSource> mImpl;
70 const sp<AnotherPacketSource> &impl,
160 sp<AnotherPacketSource> impl =
161 (AnotherPacketSource *)mParser->getSource(
173 sp<AnotherPacketSource> impl =
174 (AnotherPacketSource *)mParser->getSource(
198 sp<AnotherPacketSource> impl = haveVideo
199 ? (AnotherPacketSource *)mParse
[all...]
H A DAndroid.mk6 AnotherPacketSource.cpp \
H A DMPEG2PSExtractor.cpp23 #include "AnotherPacketSource.h"
65 sp<AnotherPacketSource> mSource;
712 mSource = new AnotherPacketSource(meta);
H A DATSParser.cpp23 #include "AnotherPacketSource.h"
155 sp<AnotherPacketSource> mSource;
1093 mSource = new AnotherPacketSource(meta);
/frameworks/av/media/libstagefright/include/
H A DMPEG2TSExtractor.h33 struct AnotherPacketSource;
64 Vector<sp<AnotherPacketSource> > mSourceImpls;
87 status_t feedUntilBufferAvailable(const sp<AnotherPacketSource> &impl);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h29 struct AnotherPacketSource;
66 const sp<AnotherPacketSource> &audioSource,
67 const sp<AnotherPacketSource> &videoSource,
68 const sp<AnotherPacketSource> &subtitleSource,
69 const sp<AnotherPacketSource> &metadataSource,
137 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
173 sp<AnotherPacketSource> mVideoBuffer;
232 const sp<AnotherPacketSource> &source,
H A DLiveSession.h32 struct AnotherPacketSource;
223 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
225 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
261 sp<AnotherPacketSource> getPacketSourceForStreamIndex(size_t trackIndex, bool newUri);
262 sp<AnotherPacketSource> getMetadataSource(
263 sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri);
H A DPlaylistFetcher.cpp28 #include "mpeg2ts/AnotherPacketSource.h"
169 mVideoBuffer(new AnotherPacketSource(NULL)),
482 const sp<AnotherPacketSource> &audioSource,
483 const sp<AnotherPacketSource> &videoSource,
484 const sp<AnotherPacketSource> &subtitleSource,
485 const sp<AnotherPacketSource> &metadataSource,
661 static_cast<AnotherPacketSource *>(ptr));
670 static_cast<AnotherPacketSource *>(ptr));
679 static_cast<AnotherPacketSource *>(ptr));
688 static_cast<AnotherPacketSource *>(pt
[all...]
H A DLiveSession.cpp26 #include "mpeg2ts/AnotherPacketSource.h"
314 mPacketSources.add(indexToType(i), new AnotherPacketSource(NULL /* meta */));
315 mPacketSources2.add(indexToType(i), new AnotherPacketSource(NULL /* meta */));
342 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream);
475 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream);
547 sp<AnotherPacketSource> &source = mPacketSources.editValueAt(i);
1186 sp<AnotherPacketSource> LiveSession::getPacketSourceForStreamIndex(
1189 sp<AnotherPacketSource> source = NULL;
1199 sp<AnotherPacketSource> LiveSession::getMetadataSource(
1200 sp<AnotherPacketSource> source
[all...]

Completed in 2833 milliseconds