Searched defs:seekable (Results 1 - 1 of 1) 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

Completed in 33 milliseconds