/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginTest.cpp | 103 NPError PluginTest::NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
|
PluginTest.h | 64 virtual NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
|
/external/clang/include/clang/Frontend/ |
Utils.h | 99 /// a seekable stream.
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
AudioStream.java | 199 logger.log(Level.WARNING,"Cannot use setTime on a stream that is not seekable. You must load the file with the streamCache option set to true");
|
/external/libvorbis/doc/vorbisfile/ |
seeking.html | 38 <p>Naturally, seeking is available only within a seekable file or
|
/frameworks/base/core/java/android/app/ |
IBackupAgent.aidl | 84 * to be a socket or other non-seekable, write-only data sink. When this method is
|
/external/chromium_org/media/audio/ |
audio_low_latency_input_output_unittest.cc | 207 // Store the captured audio packet in a seekable media buffer. 244 // Read the data from the seekable media buffer which contains
|
/frameworks/base/docs/html/guide/appendix/ |
media-formats.jd | 84 • MPEG-TS (.ts, not seekable, Android 3.0+)</td> 256 • MPEG-TS (.ts, AAC audio only, not seekable, Android 3.0+)</td>
|
/external/bison/src/ |
location.c | 170 /* If the line we want to quote is seekable (the same line as the previous
|
/external/chromium_org/content/child/npapi/ |
plugin_stream.cc | 7 // TODO : Support SEEKABLE=true in NewStream
|
plugin_url_fetcher.cc | 216 if (plugin_stream_->seekable()) {
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.cc | 104 // The files we usually open are not seekable, so try different buffer sizes.
|
/external/flac/include/FLAC/ |
callback.h | 167 * a data sorce is not seekable by setting the \a seek field to \c NULL.
|
stream_decoder.h | [all...] |
/external/libvorbis/examples/ |
seeking_example.c | 241 fprintf(stderr,"Standard input was not seekable.\n");
|
/frameworks/av/include/media/ |
mediaplayer.h | 126 // The media is not seekable (e.g live stream).
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 105 * persistent media, so it may not be seekable.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
media_controls.js | 233 if (!this.media_.seekable || !this.media_.duration) { 410 if (this.media_.seekable) 424 if (this.media_.seekable) [all...] |
/external/chromium_org/media/base/android/ |
media_source_player.h | 128 bool Seekable();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 206 # not being seekable. See http://stackoverflow.com/questions/1510188/can-seek-and-tell-work-with-utf-8-encoded-documents-in-python .
|
/external/chromium_org/third_party/npapi/bindings/ |
npfunctions.h | 54 typedef NPError (* NP_LOADDS NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
|
/external/stlport/src/ |
strstream.cpp | 206 // !gptr() is here because, according to D.7.1 paragraph 4, the seekable
|
/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...] |
/ndk/sources/cxx-stl/stlport/src/ |
strstream.cpp | 206 // !gptr() is here because, according to D.7.1 paragraph 4, the seekable
|
/system/core/libcutils/ |
open_memstream.c | 65 * Definition of a seekable, write-only memory stream.
|