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

  /frameworks/base/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 128 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.push(impl)
    [all...]
  /frameworks/base/media/libstagefright/include/
MPEG2TSExtractor.h 44 Vector<sp<AnotherPacketSource> > mSourceImpls;

Completed in 37 milliseconds