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

1 2 3 4 5 6 7 8 91011

  /prebuilts/gdb/darwin-x86/lib/python2.7/
multifile.py 24 If seekable is given as 0, the class code will not do the bookkeeping
27 seekable stream object.
41 seekable = 0 variable in class:MultiFile
43 def __init__(self, fp, seekable=1):
48 if seekable:
49 self.seekable = 1
105 if self.seekable:
129 if self.seekable:
137 if self.seekable:
150 if self.seekable
    [all...]
chunk.py 74 self.seekable = False
76 self.seekable = True
99 If the file is not seekable, this will result in an error.
104 if not self.seekable:
152 if self.seekable:
  /prebuilts/gdb/linux-x86/lib/python2.7/
multifile.py 24 If seekable is given as 0, the class code will not do the bookkeeping
27 seekable stream object.
41 seekable = 0 variable in class:MultiFile
43 def __init__(self, fp, seekable=1):
48 if seekable:
49 self.seekable = 1
105 if self.seekable:
129 if self.seekable:
137 if self.seekable:
150 if self.seekable
    [all...]
chunk.py 74 self.seekable = False
76 self.seekable = True
99 If the file is not seekable, this will result in an error.
104 if not self.seekable:
152 if self.seekable:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
multifile.py 24 If seekable is given as 0, the class code will not do the bookkeeping
27 seekable stream object.
41 seekable = 0 variable in class:MultiFile
43 def __init__(self, fp, seekable=1):
48 if seekable:
49 self.seekable = 1
105 if self.seekable:
129 if self.seekable:
137 if self.seekable:
150 if self.seekable
    [all...]
chunk.py 74 self.seekable = False
76 self.seekable = True
99 If the file is not seekable, this will result in an error.
104 if not self.seekable:
152 if self.seekable:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
multifile.py 24 If seekable is given as 0, the class code will not do the bookkeeping
27 seekable stream object.
41 seekable = 0 variable in class:MultiFile
43 def __init__(self, fp, seekable=1):
48 if seekable:
49 self.seekable = 1
105 if self.seekable:
129 if self.seekable:
137 if self.seekable:
150 if self.seekable
    [all...]
chunk.py 74 self.seekable = False
76 self.seekable = True
99 If the file is not seekable, this will result in an error.
104 if not self.seekable:
152 if self.seekable:
  /external/libvorbis/doc/vorbisfile/
ov_seekable.html 20 <p>This indicates whether or not the bitstream is seekable.
44 <li>0 indicates that the file is not seekable.</li>
45 <li>nonzero indicates that the file is seekable.</li>
OggVorbis_File.html 69 int seekable;
74 /* If the FILE handle isn't seekable (eg, a pipe), only the current
115 <dt><i>seekable</i></dt>
116 <dd>Read-only int indicating whether file is seekable. E.g., a physical file is seekable, a pipe isn't.</dd>
ov_pcm_seek.html 20 <p>Seeks to the offset specified (in pcm samples) within the physical bitstream. This function only works for seekable streams.
55 <li>OV_ENOSEEK - Bitstream is not seekable.
ov_raw_seek.html 20 <p>Seeks to the offset specified (in compressed raw bytes) within the physical bitstream. This function only works for seekable streams.
54 <li>OV_ENOSEEK - Bitstream is not seekable.
ov_time_seek.html 20 <p>For seekable
54 <li>OV_ENOSEEK - Bitstream is not seekable.
fileinfo.html 41 <td>Indicates whether the bitstream is seekable.</td>
49 <td>Returns the total (compressed) bytes in a physical or logical seekable bitstream.</td>
53 <td>Returns the total number of samples in a physical or logical seekable bitstream.</td>
57 <td>Returns the total time length in seconds of a physical or logical seekable bitstream.</td>
ov_bitrate.html 20 <p>This function returns the average bitrate for the specified logical bitstream. This may be different from the <a href=ov_info.html>ov_info->nominal_bitrate</a> value, as it is based on the actual average for this bitstream if the file is seekable.
50 physical bitstream. If the file is open for random (seekable) access, it will
ov_pcm_seek_lap.html 41 <p>This function only works for seekable streams.
72 <li>OV_ENOSEEK - Bitstream is not seekable.
ov_pcm_seek_page.html 20 <p>Seeks to the closest page preceding the specified location (in pcm samples) within the physical bitstream. This function only works for seekable streams.
56 <li>OV_ENOSEEK - Bitstream is not seekable.
ov_pcm_seek_page_lap.html 50 <p>This function only works for seekable streams.
81 <li>OV_ENOSEEK - Bitstream is not seekable.
ov_raw_seek_lap.html 45 <p>This function only works for seekable streams.
77 <li>OV_ENOSEEK - Bitstream is not seekable.
ov_time_seek_lap.html 20 <p>For seekable
73 <li>OV_ENOSEEK - Bitstream is not seekable.
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableFileInputStream.java 29 * Creates a new seekable input stream that reads from the specified file.
36 * Creates a new seekable input stream that reads from a file with
44 * Creates a new seekable input stream from an existing
  /external/opencv3/modules/videoio/src/
cap_xine.cpp 91 /// indicated if input is seekable
92 bool seekable; member in struct:CvCaptureAVI_XINE
195 * CHECKS IF THE STREAM IN * capture IS SEEKABLE.
216 capture->seekable = ( tmp.frame_number != 0 );
223 if ( capture->seekable )
224 fprintf( stderr, "(DEBUG) icvCheckSeekAVI_XINE: Input is seekable, using XINE seek implementation.\n" );
226 fprintf( stderr, "(DEBUG) icvCheckSeekAVI_XINE: Input is NOT seekable, using fallback function.\n" );
444 /// reset stream, should also work with non-seekable input
485 if ( capture->seekable )
543 if ( capture->seekable )
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvwriter.hpp 29 virtual bool Seekable() const;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvwriter.hpp 29 virtual bool Seekable() const;
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
hashing_helper.py 165 """Calculates a base64 digest of the contents of a seekable stream.
204 """Calculates a base64 CRC32c checksum of the contents of a seekable stream.
219 """Calculates a base64 MD5 digest of the contents of a seekable stream.
233 """Calculates a base64 MD5 digest of the contents of a seekable stream.
265 """Calculates a base64 digest of the contents of a seekable stream.
417 def seekable(self): # pylint: disable=invalid-name member in class:HashingFileUploadWrapper
418 """Returns true if the stream is seekable."""
419 return self._orig_fp.seekable()

Completed in 970 milliseconds

1 2 3 4 5 6 7 8 91011