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

12 3 4 5 6 7 8

  /external/libvorbis/doc/vorbisfile/
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.
ov_time_seek_page.html 20 <p>For seekable
55 <li>OV_ENOSEEK - Bitstream is not seekable.
ov_time_seek_page_lap.html 20 <p>For seekable streams, ov_time_seek_page_lap seeks to the closest
80 <li>OV_ENOSEEK - Bitstream is not seekable.
ov_callbacks.html 53 <dd>Pointer to custom data seeking function. If the data source is not seekable (or the application wants the data source to be treated as unseekable at all times), the provided seek callback should always return -1 (failure) or the <tt>seek_func</tt> and <tt>tell_func</tt> fields should be set to NULL.</dd>
57 <dd>Pointer to custom data location function. If the data source is not seekable (or the application wants the data source to be treated as unseekable at all times), the provided tell callback should always return -1 (failure) or the <tt>seek_func</tt> and <tt>tell_func</tt> fields should be set to NULL.</dd>
85 whether or not the input is actually seekable.
ov_test.html 51 or pipe (it need not be seekable--though this obviously restricts what
59 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>
63 read from the file and the stream is not seekable. In this case, <tt>ibytes</tt>
ov_test_callbacks.html 46 or pipe (it need not be seekable--though this obviously restricts what
54 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>
58 read from the file and the stream is not seekable. In this case, <tt>ibytes</tt>
  /external/tremolo/Tremolo/
vorbisfile.c 371 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=1
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_geturl_test.h 34 NPBool seekable, uint16* stype) OVERRIDE;
plugin_get_javascript_url2_test.cc 41 NPBool seekable, uint16* stype) {
  /external/chromium_org/third_party/WebKit/ManualTests/
video-waiting-seeking.html 11 if (isInTimeRanges(video.seekable, seekTo)) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.idl 32 readonly attribute TimeRanges seekable;
  /external/libvorbis/doc/
vorbis-errors.txt 42 OV_ENOSEEK Bitstream is not seekable.
  /frameworks/av/media/libnbaio/
LibsndfileSource.cpp 30 mLooping(loop && sfinfo.seekable),
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 130 'seek', 'tell', 'truncate', 'write', 'seekable',
221 f.seekable()
271 self.assertEqual(f.seekable(), True)
277 self.assertEqual(f.seekable(), True)
283 self.assertEqual(f.seekable(), True)
301 # Somehow /dev/tty appears seekable on some BSDs
302 self.assertEqual(f.seekable(), False)
test_largefile.py 141 # Issue #5016; seekable() can return False when the current position
144 self.skipTest("builtin file doesn't have seekable()")
148 self.assertTrue(f.seekable())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 130 'seek', 'tell', 'truncate', 'write', 'seekable',
221 f.seekable()
271 self.assertEqual(f.seekable(), True)
277 self.assertEqual(f.seekable(), True)
283 self.assertEqual(f.seekable(), True)
301 # Somehow /dev/tty appears seekable on some BSDs
302 self.assertEqual(f.seekable(), False)
test_largefile.py 141 # Issue #5016; seekable() can return False when the current position
144 self.skipTest("builtin file doesn't have seekable()")
148 self.assertTrue(f.seekable())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 33 The optional `seekable' argument is provided as a workaround for certain stdio
36 seekable argument to zero to prevent that initial \code{tell} when passing in
39 file object is called once; if this raises an exception, seekable is reset to
40 0. For other nonzero values of seekable, this test is not made.
88 def __init__(self, fp, seekable = 1):
90 if seekable == 1:
96 seekable = 0
98 self.seekable = seekable
102 if self.seekable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 33 The optional `seekable' argument is provided as a workaround for certain stdio
36 seekable argument to zero to prevent that initial \code{tell} when passing in
39 file object is called once; if this raises an exception, seekable is reset to
40 0. For other nonzero values of seekable, this test is not made.
88 def __init__(self, fp, seekable = 1):
90 if seekable == 1:
96 seekable = 0
98 self.seekable = seekable
102 if self.seekable
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 420 seekable open. */
599 if(vf->seekable){
723 int link=(vf->seekable?vf->current_link:0);
739 if(vf->seekable && link>0)
794 if(!vf->seekable){
810 /* This is different in the seekable and non-seekable cases.
812 In the seekable case, we already have all the header
816 In the non-seekable (streaming) case, we'll only be at a
825 if(vf->seekable){
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_stream_url.h 73 // seekable streams.

Completed in 1650 milliseconds

12 3 4 5 6 7 8