Searched refs:mSourceImpls (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp128 return mSourceImpls.size();
132 if (index >= mSourceImpls.size()) {
137 if (mSourceImpls.size() > 1) {
138 CHECK_EQ(mSourceImpls.size(), 2u);
140 sp<MetaData> meta = mSourceImpls.editItemAt(index)->getFormat();
149 return new MPEG2TSSource(this, mSourceImpls.editItemAt(index), seekable);
154 return index < mSourceImpls.size()
155 ? mSourceImpls.editItemAt(index)->getFormat() : NULL;
182 mSourceImpls.push(impl);
193 mSourceImpls
[all...]
/frameworks/base/media/libstagefright/include/
H A DMPEG2TSExtractor.h60 Vector<sp<AnotherPacketSource> > mSourceImpls; member in struct:android::MPEG2TSExtractor

Completed in 1055 milliseconds