/external/tremolo/Tremolo/ |
D | vorbisfile.c | 591 int link=(vf->seekable?vf->current_link:0); in _fetch_and_process_packet() 607 if(vf->seekable && link>0) in _fetch_and_process_packet() 675 if(vf->seekable){ in _fetch_and_process_packet() 748 if(offsettest!=-1)vf->seekable=1; in _ov_open1() 767 if(vf->seekable){ in _ov_open2() 862 return vf->seekable; in ov_seekable() 877 if(!vf->seekable && i!=0)return ov_bitrate(vf,0); in ov_bitrate() 889 if(vf->seekable){ in ov_bitrate() 927 if(!vf->seekable && i>=0)return ov_serialnumber(vf,-1); in ov_serialnumber() 942 if(!vf->seekable || i>=vf->links)return OV_EINVAL; in ov_raw_total() [all …]
|
D | ivorbisfile.h | 68 int seekable; member
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 599 if(vf->seekable){ in _make_decode_ready() 723 int link=(vf->seekable?vf->current_link:0); in _fetch_and_process_packet() 739 if(vf->seekable && link>0) in _fetch_and_process_packet() 794 if(!vf->seekable){ in _fetch_and_process_packet() 825 if(vf->seekable){ in _fetch_and_process_packet() 897 if(offsettest!=-1)vf->seekable=1; in _ov_open1() 935 if(vf->seekable){ in _ov_open2() 1023 if(!vf->seekable)return OV_EINVAL; in ov_halfrate() 1079 return vf->seekable; in ov_seekable() 1094 if(!vf->seekable && i!=0)return(ov_bitrate(vf,0)); in ov_bitrate() [all …]
|
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
D | OGGLoader.java | 241 private InputStream readToStream(boolean seekable,float streamDuration){ in readToStream() argument 242 if(seekable){ in readToStream()
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | WebKitWebSourceGStreamer.cpp | 71 gboolean seekable; member 393 priv->seekable = FALSE; in webKitWebSrcStop() 677 if (!priv->seekable) in webKitWebSrcSeekDataCb() 742 …priv->seekable = length > 0 && g_ascii_strcasecmp("none", response.httpHeaderField("Accept-Ranges"… in didReceiveResponse()
|
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… 183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… in NPP_NewStream() argument
|
/external/libvorbis/doc/ |
D | vorbis-errors.txt | 42 OV_ENOSEEK Bitstream is not seekable.
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 113 int seekable; member
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
D | main.m | 59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.idl | 66 readonly attribute TimeRanges seekable;
|
D | HTMLMediaElement.h | 119 PassRefPtr<TimeRanges> seekable() const;
|
D | HTMLMediaElement.cpp | 1162 RefPtr<TimeRanges> seekableRanges = seekable(); in seek() 2105 PassRefPtr<TimeRanges> HTMLMediaElement::seekable() const in seekable() function in WebCore::HTMLMediaElement 2157 RefPtr<TimeRanges> seekableRanges = seekable(); in stoppedDueToErrors()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePlugin.cpp | 306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint1… in NPP_NewStream() argument 308 return m_pluginModule->pluginFuncs().newstream(&m_npp, mimeType, stream, seekable, streamType); in NPP_NewStream()
|
D | NetscapePlugin.h | 107 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
D | main.m | 78 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 193 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
|
/external/webkit/Examples/NetscapeCocoaPlugin/ |
D | main.m | 62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… 167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s…
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
D | main.m | 65 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 180 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
|
/external/webkit/Source/WebCore/plugins/ |
D | npfunctions.h | 105 …wStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 824 NPStream* stream, NPBool seekable,
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | main.cpp | 388 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *s… in NPP_NewStream() argument
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginStream.mm | 242 // FIXME: Need a way to check if stream is seekable
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 606 not be used on pipes or other non-seekable data sources.
|
/external/webkit/WebKitLibraries/ |
D | ChangeLog | 2255 <rdar://problem/6781295> video.buffered and video.seekable are not 2257 not what is seekable
|
/external/srtp/doc/ |
D | rfc3711.txt | 2175 SRTP's pre-defined ciphers are "seekable" stream ciphers, i.e., 2178 not depend on preceding packets). By using seekable stream ciphers,
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 6903 <rdar://problem/6781295> video.buffered and video.seekable are not 6905 not what is seekable
|