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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp121 return mSourceImpls.size();
125 if (index >= mSourceImpls.size()) {
131 return new MPEG2TSSource(this, mSourceImpls.editItemAt(index),
137 return index < mSourceImpls.size()
138 ? mSourceImpls.editItemAt(index)->getFormat() : NULL;
166 mSourceImpls.push(impl);
179 mSourceImpls.push(impl);
285 for (size_t i = 0; i < mSourceImpls.size(); ++i) {
286 if (mSourceImpls[i].get() == event.getMediaSource().get()) {
368 for (size_t i = 0; i < mSourceImpls
[all...]
/frameworks/av/media/libstagefright/include/
H A DMPEG2TSExtractor.h61 // because init() needs to update |mSourceImpls| before adding SyncPoint.
64 Vector<sp<AnotherPacketSource> > mSourceImpls; member in struct:android::MPEG2TSExtractor
76 // save SyncEvent so that init() can add SyncPoint after it updates |mSourceImpls|.

Completed in 1795 milliseconds