Searched refs:seekable (Results 1 - 21 of 21) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgseekable.c82 * @seekable: a #GSeekable.
89 g_seekable_tell (GSeekable *seekable) argument
93 g_return_val_if_fail (G_IS_SEEKABLE (seekable), 0);
95 iface = G_SEEKABLE_GET_IFACE (seekable);
97 return (* iface->tell) (seekable);
102 * @seekable: a #GSeekable.
106 * Returns: %TRUE if @seekable can be seeked. %FALSE otherwise.
109 g_seekable_can_seek (GSeekable *seekable) argument
113 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE);
115 iface = G_SEEKABLE_GET_IFACE (seekable);
140 g_seekable_seek(GSeekable *seekable, goffset offset, GSeekType type, GCancellable *cancellable, GError **error) argument
164 g_seekable_can_truncate(GSeekable *seekable) argument
196 g_seekable_truncate(GSeekable *seekable, goffset offset, GCancellable *cancellable, GError **error) argument
[all...]
H A Dgseekable.h55 * Provides an interface for implementing seekable functionality on I/O Streams.
63 goffset (* tell) (GSeekable *seekable);
65 gboolean (* can_seek) (GSeekable *seekable);
66 gboolean (* seek) (GSeekable *seekable,
72 gboolean (* can_truncate) (GSeekable *seekable);
73 gboolean (* truncate_fn) (GSeekable *seekable,
83 goffset g_seekable_tell (GSeekable *seekable);
84 gboolean g_seekable_can_seek (GSeekable *seekable);
85 gboolean g_seekable_seek (GSeekable *seekable,
90 gboolean g_seekable_can_truncate (GSeekable *seekable);
[all...]
H A Dgfileinputstream.c56 static goffset g_file_input_stream_seekable_tell (GSeekable *seekable);
57 static gboolean g_file_input_stream_seekable_can_seek (GSeekable *seekable);
58 static gboolean g_file_input_stream_seekable_seek (GSeekable *seekable,
63 static gboolean g_file_input_stream_seekable_can_truncate (GSeekable *seekable);
64 static gboolean g_file_input_stream_seekable_truncate (GSeekable *seekable,
288 g_file_input_stream_seekable_tell (GSeekable *seekable) argument
290 return g_file_input_stream_tell (G_FILE_INPUT_STREAM (seekable));
315 g_file_input_stream_seekable_can_seek (GSeekable *seekable) argument
317 return g_file_input_stream_can_seek (G_FILE_INPUT_STREAM (seekable));
360 g_file_input_stream_seekable_seek (GSeekable *seekable, argument
371 g_file_input_stream_seekable_can_truncate(GSeekable *seekable) argument
377 g_file_input_stream_seekable_truncate(GSeekable *seekable, goffset offset, GCancellable *cancellable, GError **error) argument
[all...]
H A Dgfileoutputstream.c60 static goffset g_file_output_stream_seekable_tell (GSeekable *seekable);
61 static gboolean g_file_output_stream_seekable_can_seek (GSeekable *seekable);
62 static gboolean g_file_output_stream_seekable_seek (GSeekable *seekable,
67 static gboolean g_file_output_stream_seekable_can_truncate (GSeekable *seekable);
68 static gboolean g_file_output_stream_seekable_truncate (GSeekable *seekable,
333 g_file_output_stream_seekable_tell (GSeekable *seekable) argument
335 return g_file_output_stream_tell (G_FILE_OUTPUT_STREAM (seekable));
360 g_file_output_stream_seekable_can_seek (GSeekable *seekable) argument
362 return g_file_output_stream_can_seek (G_FILE_OUTPUT_STREAM (seekable));
405 g_file_output_stream_seekable_seek (GSeekable *seekable, argument
437 g_file_output_stream_seekable_can_truncate(GSeekable *seekable) argument
481 g_file_output_stream_seekable_truncate(GSeekable *seekable, goffset size, GCancellable *cancellable, GError **error) argument
[all...]
H A Dgmemoryoutputstream.c91 static goffset g_memory_output_stream_tell (GSeekable *seekable);
92 static gboolean g_memory_output_stream_can_seek (GSeekable *seekable);
93 static gboolean g_memory_output_stream_seek (GSeekable *seekable,
98 static gboolean g_memory_output_stream_can_truncate (GSeekable *seekable);
99 static gboolean g_memory_output_stream_truncate (GSeekable *seekable,
504 g_memory_output_stream_tell (GSeekable *seekable) argument
509 stream = G_MEMORY_OUTPUT_STREAM (seekable);
516 g_memory_output_stream_can_seek (GSeekable *seekable) argument
522 g_memory_output_stream_seek (GSeekable *seekable, argument
532 stream = G_MEMORY_OUTPUT_STREAM (seekable);
576 g_memory_output_stream_can_truncate(GSeekable *seekable) argument
588 g_memory_output_stream_truncate(GSeekable *seekable, goffset offset, GCancellable *cancellable, GError **error) argument
[all...]
H A Dgmemoryinputstream.c100 static goffset g_memory_input_stream_tell (GSeekable *seekable);
101 static gboolean g_memory_input_stream_can_seek (GSeekable *seekable);
102 static gboolean g_memory_input_stream_seek (GSeekable *seekable,
107 static gboolean g_memory_input_stream_can_truncate (GSeekable *seekable);
108 static gboolean g_memory_input_stream_truncate (GSeekable *seekable,
438 g_memory_input_stream_tell (GSeekable *seekable) argument
443 memory_stream = G_MEMORY_INPUT_STREAM (seekable);
450 gboolean g_memory_input_stream_can_seek (GSeekable *seekable) argument
456 g_memory_input_stream_seek (GSeekable *seekable, argument
466 memory_stream = G_MEMORY_INPUT_STREAM (seekable);
507 g_memory_input_stream_can_truncate(GSeekable *seekable) argument
513 g_memory_input_stream_truncate(GSeekable *seekable, goffset offset, GCancellable *cancellable, GError **error) argument
[all...]
/external/tremolo/Tremolo/
H A Dvorbisfile.c371 positions. Only called by the seekable initialization (local
591 int link=(vf->seekable?vf->current_link:0);
607 if(vf->seekable && link>0)
660 /* This is different in the seekable and non-seekable cases.
662 In the seekable case, we already have all the header
666 In the non-seekable (streaming) case, we'll only be at a
675 if(vf->seekable){
739 previously read data (as we may be reading from a non-seekable
748 if(offsettest!=-1)vf->seekable
[all...]
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/webkit/WebCore/html/
H A DHTMLMediaElement.idl67 readonly attribute TimeRanges seekable;
H A DHTMLMediaElement.h126 PassRefPtr<TimeRanges> seekable() const;
H A DHTMLMediaElement.cpp957 RefPtr<TimeRanges> seekableRanges = seekable();
1561 PassRefPtr<TimeRanges> HTMLMediaElement::seekable() const function in class:WebCore::HTMLMediaElement
1609 RefPtr<TimeRanges> seekableRanges = seekable();
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
H A Dmain.m59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
/external/webkit/WebCore/platform/graphics/gtk/
H A DWebKitWebSourceGStreamer.cpp67 gboolean seekable; member in struct:_WebKitWebSrcPrivate
343 priv->seekable = FALSE;
576 if (!priv->seekable)
631 priv->seekable = length > 0 && g_ascii_strcasecmp("none", response.httpHeaderField("Accept-Ranges").utf8().data());
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
H A Dmain.m62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
/external/webkit/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
H A Dmain.m78 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
193 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
H A Dmain.m65 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
180 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
H A Dmain.cpp158 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *stype) argument
/external/webkit/WebCore/plugins/
H A Dnpfunctions.h105 typedef NPError (*NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
/external/webkit/WebCore/bridge/
H A Dnpapi.h823 NPStream* stream, NPBool seekable,
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
H A Dmain.cpp205 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *stype) argument

Completed in 174 milliseconds