Searched defs:seekable (Results 1 - 8 of 8) sorted by relevance

/external/tremolo/Tremolo/
H A Divorbisfile.h68 int seekable; member in struct:OggVorbis_File
73 /* If the FILE handle isn't seekable (eg, a pipe), only the current
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
H A DOGGLoader.java241 private InputStream readToStream(boolean seekable,float streamDuration){ argument
242 if(seekable){
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h113 int seekable; member in struct:OggVorbis_File
118 /* If the FILE handle isn't seekable (eg, a pipe), only the current
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A Dmain.cpp388 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype) argument
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp71 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/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint16_t* streamType) argument
308 return m_pluginModule->pluginFuncs().newstream(&m_npp, mimeType, stream, seekable, streamType);
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp1159 // seekable attribute, then let it be the position in one of the ranges given in the seekable attribute
1160 // that is the nearest to the new playback position. ... If there are no ranges given in the seekable
1162 RefPtr<TimeRanges> seekableRanges = seekable();
2105 PassRefPtr<TimeRanges> HTMLMediaElement::seekable() const function in class:WebCore::HTMLMediaElement
2157 RefPtr<TimeRanges> seekableRanges = seekable();

Completed in 1471 milliseconds