HomeSort by relevance Sort by last modified time
    Searched full:seekable (Results 51 - 75 of 199) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaControllerInterface.h 42 virtual PassRefPtr<TimeRanges> seekable() const = 0;
HTMLMediaElement.idl 66 readonly attribute TimeRanges seekable;
MediaController.h 59 virtual PassRefPtr<TimeRanges> seekable() const;
  /external/libvorbis/doc/vorbisfile/
ov_open.html 32 or pipe (it need not be seekable--though this obviously restricts what
75 or pipe (it need not be seekable--though this obviously restricts what
83 read from the file and the stream is not seekable. It is used in conjunction with <tt>ibytes</tt>. In this case, <tt>initial</tt>
87 read from the file and the stream is not seekable. In this case, <tt>ibytes</tt>
return.html 59 <dd>The given stream is not seekable</dd>
seeking_example_c.html 59 printf("Standard input was not seekable.\n");
seeking_test_c.html 59 printf("Standard input was not seekable.\n");
callbacks.html 62 data abstraction is not seekable. It may choose to always return -1
103 not seekable, or the application wishes to force streaming
ov_read.html 61 boundaries even for non-seekable streams. For seekable streams, it
seekexample.html 88 First we check to make sure the stream is seekable using <a href="ov_seekable.html">ov_seekable</a>.
111 printf("Standard input was not seekable.\n");
chaining_example_c.html 52 printf(<font color="#666666">"Standard input was not seekable.\n"</font>
  /external/libvorbis/examples/
chaining_example.c 53 printf("Standard input was not seekable.\n"
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaPlayerStressTest.java 84 output.write(" Not Seekable: " + CodecTest.mMediaInfoNotSeekableCount);
96 output.write("Total Not Seekable: " + mTotalNotSeekable + "\n");
  /external/chromium_org/content/child/npapi/
plugin_stream_url.cc 133 if (!seekable()) {
157 return seekable();
plugin_instance.cc 266 NPBool seekable,
271 return npp_functions_->newstream(npp_, type, stream, seekable, stype);
546 // which owns it. When a plugin invokes NPN_RequestRead on a seekable stream,
556 // A stream becomes seekable the first time NPN_RequestRead
  /external/chromium_org/content/test/plugin/
plugin_client.cc 155 NPStream* stream, NPBool seekable, uint16* stype) {
162 return plugin->NewStream(type, stream, seekable, stype);
plugin_test.h 36 NPBool seekable, uint16* stype);
  /external/chromium_org/media/filters/
ffmpeg_glue.cc 139 // Ensure FFmpeg only tries to seek on resources we know to be seekable.
140 avio_context_->seekable =
  /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
  /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
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStressTest.java 79 output.write(" Not Seekable: " + CodecTest.mMediaInfoNotSeekableCount);
91 output.write("Total Not Seekable: " + mTotalNotSeekable + "\n");
  /external/flac/include/FLAC/
all.h 205 * on both seekable and non-seekable streams.
214 * allows the client to use the same object for seekable and
215 * non-seekable streams. For decoding a FLAC file directly, the client
232 * As an example, in FLAC 1.1.2 a seekable stream decoder would have
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 234 NPBool seekable,
244 logger->logCall(action_npp_new_stream, (DWORD)instance, (DWORD)type, (DWORD)stream, (DWORD)seekable, (DWORD)stype);
246 NPError rv = epManager->callNPP_NewStream(instance, type, stream, seekable, stype);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURL.cpp 53 NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 93 NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);

Completed in 924 milliseconds

1 23 4 5 6 7 8