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

  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerSource.h 50 virtual bool isSeekable() {
HTTPLiveSource.h 45 virtual bool isSeekable();
RTSPSource.h 48 virtual bool isSeekable();
HTTPLiveSource.cpp 184 bool NuPlayer::HTTPLiveSource::isSeekable() {
185 return mLiveSession->isSeekable();
RTSPSource.cpp 167 bool NuPlayer::RTSPSource::isSeekable() {
  /frameworks/base/media/libstagefright/include/
LiveSession.h 52 bool isSeekable();
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 74 stream << " | Is seekable: " << mediaObject.isSeekable();
274 if (!m_mediaObject->isSeekable())
MediaPlayerPrivateQt.cpp 302 if (!m_mediaPlayer->isSeekable())
  /frameworks/base/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 240 if (mLiveSession != NULL && mLiveSession->isSeekable()) {
  /frameworks/base/media/libstagefright/httplive/
LiveSession.cpp 906 bool LiveSession::isSeekable() {
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 362 milliseconds