Searched defs:seekable (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp43 bool seekable);
57 // will be seekable, otherwise the single stream will be seekable.
66 bool seekable)
69 mSeekable(seekable) {
127 bool seekable = true; local
136 seekable = false;
140 return new MPEG2TSSource(this, mSourceImpls.editItemAt(index), seekable);
63 MPEG2TSSource( const sp<MPEG2TSExtractor> &extractor, const sp<AnotherPacketSource> &impl, bool seekable) argument
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp306 bool seekable = mSource->isSeekable(); local
307 for (size_t i = 0; seekable && i < mTracks.size(); i++) {
309 seekable &= !info->mSidx.empty();
311 return seekable;

Completed in 66 milliseconds