HomeSort by relevance Sort by last modified time
    Searched defs:seekable (Results 1 - 7 of 7) sorted by null

  /external/tremolo/Tremolo/
ivorbisfile.h 68 int seekable; member in struct:OggVorbis_File
73 /* If the FILE handle isn't seekable (eg, a pipe), only the current
  /external/libvorbis/include/vorbis/
vorbisfile.h 113 int seekable; member in struct:OggVorbis_File
118 /* If the FILE handle isn't seekable (eg, a pipe), only the current
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 44 bool seekable);
58 // will be seekable, otherwise the single stream will be seekable.
67 bool seekable)
70 mSeekable(seekable) {
136 bool seekable = true; local
145 seekable = false;
149 return new MPEG2TSSource(this, mSourceImpls.editItemAt(index), seekable);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 71 gboolean seekable; member in struct:_WebKitWebSrcPrivate
393 priv->seekable = FALSE;
677 if (!priv->seekable)
742 priv->seekable = length > 0 && g_ascii_strcasecmp("none", response.httpHeaderField("Accept-Ranges").utf8().data());
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 2105 PassRefPtr<TimeRanges> HTMLMediaElement::seekable() const function in class:WebCore::HTMLMediaElement
    [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 306 bool seekable = mSource->isSeekable(); local
307 for (size_t i = 0; seekable && i < mTracks.size(); i++) {
309 seekable &= !info->mSidx.empty();
311 return seekable;
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 177 milliseconds