/external/opencv3/modules/videoio/src/ |
D | cap_xine.cpp | 92 bool seekable; member 216 capture->seekable = ( tmp.frame_number != 0 ); in icvCheckSeekAVI_XINE() 223 if ( capture->seekable ) in icvCheckSeekAVI_XINE() 485 if ( capture->seekable ) in icvSeekFrameAVI_XINE() 543 if ( capture->seekable ) in icvSeekTimeAVI_XINE() 593 if ( capture->seekable ) in icvSeekRatioAVI_XINE() 660 if ( !capture->seekable ) in icvGetPropertyAVI_XINE() 675 if ( !capture->seekable ) in icvGetPropertyAVI_XINE() 694 if ( !capture->seekable ) in icvGetPropertyAVI_XINE()
|
/external/tremolo/Tremolo/ |
D | vorbisfile.c | 591 int link=(vf->seekable?vf->current_link:0); in _fetch_and_process_packet() 607 if(vf->seekable && link>0) in _fetch_and_process_packet() 675 if(vf->seekable){ in _fetch_and_process_packet() 748 if(offsettest!=-1)vf->seekable=1; in _ov_open1() 767 if(vf->seekable){ in _ov_open2() 862 return vf->seekable; in ov_seekable() 877 if(!vf->seekable && i!=0)return ov_bitrate(vf,0); in ov_bitrate() 889 if(vf->seekable){ in ov_bitrate() 927 if(!vf->seekable && i>=0)return ov_serialnumber(vf,-1); in ov_serialnumber() 942 if(!vf->seekable || i>=vf->links)return OV_EINVAL; in ov_raw_total() [all …]
|
D | ivorbisfile.h | 68 int seekable; member
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 599 if(vf->seekable){ in _make_decode_ready() 723 int link=(vf->seekable?vf->current_link:0); in _fetch_and_process_packet() 739 if(vf->seekable && link>0) in _fetch_and_process_packet() 794 if(!vf->seekable){ in _fetch_and_process_packet() 825 if(vf->seekable){ in _fetch_and_process_packet() 897 if(offsettest!=-1)vf->seekable=1; in _ov_open1() 935 if(vf->seekable){ in _ov_open2() 1023 if(!vf->seekable)return OV_EINVAL; in ov_halfrate() 1079 return vf->seekable; in ov_seekable() 1094 if(!vf->seekable && i!=0)return(ov_bitrate(vf,0)); in ov_bitrate() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | hashing_helper.py | 417 def seekable(self): # pylint: disable=invalid-name member in HashingFileUploadWrapper 419 return self._orig_fp.seekable()
|
D | resumable_streaming_upload.py | 158 def seekable(self): # pylint: disable=invalid-name member in ResumableStreamingJsonUploadWrapper
|
D | daisy_chain_wrapper.py | 281 def seekable(self): # pylint: disable=invalid-name member in DaisyChainWrapper
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | CHANGES.rst | 92 non-seekable RawIOBase-like object. 157 detect seekable streams;
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
D | avio.h | 117 int seekable; member
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 113 int seekable; member
|
/external/libvorbis/doc/ |
D | vorbis-errors.txt | 42 OV_ENOSEEK Bitstream is not seekable.
|
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | storage_api.py | 540 def seekable(self): member in ReadBuffer 880 def seekable(self): member in StreamingBuffer
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | 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.
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | serialutil.py | 529 def seekable(self): return False member in SerialBase
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | copy.js | 1465 stream.seekable = false; 3085 seekable: true, property 3115 if (!stream.seekable || !stream.stream_ops.llseek) { 3136 } else if (!stream.seekable) { 3159 } else if (!stream.seekable) { 3455 stream.seekable = false; 4448 seekable: false, property
|
D | corrections.js | 1465 stream.seekable = false; 3085 seekable: true, property 3115 if (!stream.seekable || !stream.stream_ops.llseek) { 3136 } else if (!stream.seekable) { 3159 } else if (!stream.seekable) { 3455 stream.seekable = false; 4448 seekable: false, property
|
D | primes.js | 1479 stream.seekable = false; 3099 seekable: true, property 3129 if (!stream.seekable || !stream.stream_ops.llseek) { 3150 } else if (!stream.seekable) { 3173 } else if (!stream.seekable) { 3469 stream.seekable = false; 4462 seekable: false, property
|
D | fannkuch.js | 1604 stream.seekable = false; 3224 seekable: true, property 3254 if (!stream.seekable || !stream.stream_ops.llseek) { 3275 } else if (!stream.seekable) { 3298 } else if (!stream.seekable) { 3594 stream.seekable = false; 3942 seekable: false, property
|
D | memops.js | 1573 stream.seekable = false; 3193 seekable: true, property 3223 if (!stream.seekable || !stream.stream_ops.llseek) { 3244 } else if (!stream.seekable) { 3267 } else if (!stream.seekable) { 3563 stream.seekable = false; 3911 seekable: false, property
|
D | fasta.js | 1848 stream.seekable = false; 3468 seekable: true, property 3498 if (!stream.seekable || !stream.stream_ops.llseek) { 3519 } else if (!stream.seekable) { 3542 } else if (!stream.seekable) { 3838 stream.seekable = false; 4186 seekable: false, property
|
D | zlib.js | 1574 stream.seekable = false; 3194 seekable: true, property 3224 if (!stream.seekable || !stream.stream_ops.llseek) { 3245 } else if (!stream.seekable) { 3268 } else if (!stream.seekable) { 3564 stream.seekable = false; 3912 seekable: false, property
|
D | box2d.js | 1822 stream.seekable = false; 3442 seekable: true, property 3472 if (!stream.seekable || !stream.stream_ops.llseek) { 3493 } else if (!stream.seekable) { 3516 } else if (!stream.seekable) { 3812 stream.seekable = false; 4160 seekable: false, property
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | transfer.py | 596 if isinstance(stream, io.IOBase) and not stream.seekable():
|
/external/robolectric/v1/lib/main/ |
D | sqlite-jdbc-3.7.2.jar | ... > (org.ibex.nestedvm.util.Seekable, java.lang.String, java.io ... |
/external/srtp/doc/ |
D | rfc3711.txt | 2175 SRTP's pre-defined ciphers are "seekable" stream ciphers, i.e., 2178 not depend on preceding packets). By using seekable stream ciphers,
|