Searched refs:isSeekable (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h50 virtual bool isSeekable() { function in struct:android::NuPlayer::Source
H A DHTTPLiveSource.h44 virtual bool isSeekable();
H A DGenericSource.h50 virtual bool isSeekable();
H A DHTTPLiveSource.cpp184 bool NuPlayer::HTTPLiveSource::isSeekable() { function in class:android::NuPlayer::HTTPLiveSource
185 return mLiveSession->isSeekable();
H A DRTSPSource.h49 virtual bool isSeekable();
H A DGenericSource.cpp261 bool NuPlayer::GenericSource::isSeekable() { function in class:android::NuPlayer::GenericSource
H A DRTSPSource.cpp213 bool NuPlayer::RTSPSource::isSeekable() { function in class:android::NuPlayer::RTSPSource
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.cpp96 bool isSeekable() { function in struct:android::StreamSource
/frameworks/av/media/libstagefright/include/
H A DLiveSession.h52 bool isSeekable();
H A DFragmentedMP4Parser.h34 virtual bool isSeekable() = 0;
52 bool isSeekable() const;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp240 if (mLiveSession != NULL && mLiveSession->isSeekable()) {
/frameworks/av/media/libstagefright/
H A DFragmentedMP4Extractor.cpp140 (mParser->isSeekable() ? (CAN_SEEK_BACKWARD | CAN_SEEK_FORWARD | CAN_SEEK) : 0);
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp140 virtual bool isSeekable() { function in struct:android::FileSource
210 virtual bool isSeekable() { function in struct:android::DataSourceSource
297 bool FragmentedMP4Parser::isSeekable() const { function in class:android::FragmentedMP4Parser
301 bool seekable = mSource->isSeekable();
856 if (cmp < 0 && !mSource->isSeekable()) {
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp933 bool LiveSession::isSeekable() { function in class:android::LiveSession

Completed in 1090 milliseconds