HomeSort by relevance Sort by last modified time
    Searched full:seekable (Results 101 - 125 of 256) sorted by null

1 2 3 45 6 7 8 91011

  /libcore/ojluni/src/main/java/java/nio/channels/
SeekableByteChannel.java 35 * <p> A seekable byte channel is connected to an entity, typically a file,
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 83 #define ISTAPE 0x04 /* tape (not seekable) */
position.c 62 * dependent. Seekable devices use lseek, and the rest position by reading.
  /external/chromium-trace/catapult/third_party/WebOb/docs/
news.txt 607 Getting ``req.body_file`` does not make input stream seekable, but there's a new property
615 * When accessing ``req.POST`` we now avoid making the body seekable as the input stream data
661 instead we assume it is not seekable unless ``env['webob.is_body_seekable']`` is set.
662 When making the body seekable we set that flag.
664 * A call to ``req.make_body_seekable()`` now guarantees that the body is seekable, is at 0 position
667 * ``req.body_file`` is always seekable. To access ``env['wsgi.input']`` without any processing,
680 * Fix: make sure req.copy() leaves the original with seekable body
855 is seekable.
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avio.h 115 * A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
117 int seekable; member in struct:AVIOContext
  /external/pdfium/third_party/libopenjpeg20/
cio.h 363 * @return true if the stream is seekable.
368 * Tells if the given stream is seekable.
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 84 &bull; MPEG-TS (.ts, not seekable, Android 3.0+)</td>
265 &bull; MPEG-TS (.ts, AAC audio only, not seekable, Android 3.0+)</td>
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 166 * Load a surface from a seekable SDL data stream (memory or file).
185 * Save a surface to a seekable SDL data stream (memory or file).
SDL_gamecontroller.h 113 * Load a set of mappings from a seekable SDL data stream (memory or file), filtered by the current SDL_GetPlatform()
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 166 * Load a surface from a seekable SDL data stream (memory or file).
185 * Save a surface to a seekable SDL data stream (memory or file).
SDL_gamecontroller.h 113 * Load a set of mappings from a seekable SDL data stream (memory or file), filtered by the current SDL_GetPlatform()
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 166 * Load a surface from a seekable SDL data stream (memory or file).
185 * Save a surface to a seekable SDL data stream (memory or file).
SDL_gamecontroller.h 113 * Load a set of mappings from a seekable SDL data stream (memory or file), filtered by the current SDL_GetPlatform()
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 166 * Load a surface from a seekable SDL data stream (memory or file).
185 * Save a surface to a seekable SDL data stream (memory or file).
SDL_gamecontroller.h 113 * Load a set of mappings from a seekable SDL data stream (memory or file), filtered by the current SDL_GetPlatform()
  /external/bison/src/
location.c 170 /* If the line we want to quote is seekable (the same line as the previous
  /external/clang/include/clang/Frontend/
Utils.h 168 /// Cache tokens for use with PCH. Note that this requires a seekable stream.
  /external/flac/include/FLAC/
callback.h 168 * a data sorce is not seekable by setting the \a seek field to \c NULL.
  /external/libvorbis/examples/
seeking_example.c 241 fprintf(stderr,"Standard input was not seekable.\n");
  /frameworks/av/include/media/
mediaplayer.h 130 // The media is not seekable (e.g live stream).
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 85 * to be a socket or other non-seekable, write-only data sink. When this method is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fuse.h 134 * FOPEN_NONSEEKABLE: the file is not seekable
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
cloud_api.py 305 upload_stream: Seekable stream of object data.
335 upload_stream: Stream of object data. May not be seekable.
366 upload_stream: Seekable stream of object data.
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
http.py 193 seekable() returns True.
196 True if the call to stream() will return an instance of a seekable io.Base
206 seekable() returns True.
291 The given stream must be seekable, that is, it must be able to call
363 seekable() returns True.
366 True if the call to stream() will return an instance of a seekable io.Base
376 seekable() returns True.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp     [all...]

Completed in 3339 milliseconds

1 2 3 45 6 7 8 91011