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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 28 struct AnotherPacketSource;
75 sp<AnotherPacketSource> mSource;
98 sp<AnotherPacketSource> mAudioTrack;
99 sp<AnotherPacketSource> mVideoTrack;
103 sp<AnotherPacketSource> getSource(bool audio);
GenericSource.h 28 struct AnotherPacketSource;
59 sp<AnotherPacketSource> mPackets;
StreamingSource.cpp 24 #include "AnotherPacketSource.h"
114 sp<AnotherPacketSource> source =
115 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
129 sp<AnotherPacketSource> source =
130 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());
RTSPSource.cpp 23 #include "AnotherPacketSource.h"
99 sp<AnotherPacketSource> source = getSource(audio);
147 sp<AnotherPacketSource> source = getSource(audio);
161 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) {
272 sp<AnotherPacketSource> source = info->mSource;
308 sp<AnotherPacketSource> source = info->mSource;
323 sp<AnotherPacketSource> source = info->mSource;
378 sp<AnotherPacketSource> source = new AnotherPacketSource(format);
GenericSource.cpp 19 #include "AnotherPacketSource.h"
112 new AnotherPacketSource(mAudioTrack.mSource->getFormat());
121 new AnotherPacketSource(mVideoTrack.mSource->getFormat());
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 17 #include "AnotherPacketSource.h"
31 AnotherPacketSource::AnotherPacketSource(const sp<MetaData> &meta)
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::dequeueAccessUnit(sp<ABuffer> *buffer)
    [all...]
AnotherPacketSource.h 32 struct AnotherPacketSource : public MediaSource {
33 AnotherPacketSource(const sp<MetaData> &meta);
62 virtual ~AnotherPacketSource();
75 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(
MPEG2PSExtractor.cpp 23 #include "AnotherPacketSource.h"
63 sp<AnotherPacketSource> mSource;
655 mSource = new AnotherPacketSource(meta);
ATSParser.cpp 23 #include "AnotherPacketSource.h"
120 sp<AnotherPacketSource> mSource;
806 mSource = new AnotherPacketSource(meta);
  /frameworks/av/media/libstagefright/include/
MPEG2TSExtractor.h 29 struct AnotherPacketSource;
60 Vector<sp<AnotherPacketSource> > mSourceImpls;

Completed in 460 milliseconds