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

/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.cpp96 bool isSeekable() { function in struct:android::StreamSource
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h34 virtual bool isSeekable() = 0;
52 bool isSeekable() const;
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h74 bool isSeekable() const;
H A DLiveSession.cpp929 bool LiveSession::isSeekable() const { function in class:android::LiveSession
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp216 if (mLiveSession->isSeekable()) {
H A DRTSPSource.cpp360 if (mHandler->isSeekable()) {
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp145 virtual bool isSeekable() { function in struct:android::FileSource
215 virtual bool isSeekable() { function in struct:android::DataSourceSource
302 bool FragmentedMP4Parser::isSeekable() const { function in class:android::FragmentedMP4Parser
306 bool seekable = mSource->isSeekable();
861 if (cmp < 0 && !mSource->isSeekable()) {
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h213 bool isSeekable() const { function in struct:android::MyHandler

Completed in 158 milliseconds