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

1 2 3 4

  /external/chromium_org/content/test/plugin/
plugin_delete_plugin_in_stream_test.h 23 NPBool seekable, uint16* stype) OVERRIDE;
plugin_execute_stream_javascript.h 23 NPBool seekable, uint16* stype) OVERRIDE;
plugin_delete_plugin_in_stream_test.cc 35 NPBool seekable, uint16* stype) {
plugin_get_javascript_url2_test.h 25 NPBool seekable, uint16* stype) OVERRIDE;
plugin_get_javascript_url_test.h 24 NPBool seekable, uint16* stype) OVERRIDE;
plugin_request_read_test.h 30 NPBool seekable, uint16* stream_type) OVERRIDE;
plugin_request_read_test.cc 40 NPBool seekable, uint16* stream_type) {
53 return PluginTest::NewStream(type, stream, seekable, stream_type);
plugin_execute_stream_javascript.cc 20 NPBool seekable, uint16* stype) {
plugin_geturl_test.h 34 NPBool seekable, uint16* stype) OVERRIDE;
plugin_get_javascript_url2_test.cc 47 NPBool seekable, uint16* stype) {
plugin_test.h 36 NPBool seekable, uint16* stype);
  /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/chromium_org/content/child/npapi/
plugin_stream.h 68 // setter/getter for the seekable attribute on the stream.
69 bool seekable() const { return seekable_stream_; } function in class:content::PluginStream
71 void set_seekable(bool seekable) { seekable_stream_ = seekable; }
plugin_stream_url.cc 112 if (!seekable()) {
136 return seekable();
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaControllerInterface.h 42 virtual PassRefPtr<TimeRanges> seekable() const = 0;
MediaController.idl 32 readonly attribute TimeRanges seekable;
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 43 bool seekable);
57 // will be seekable, otherwise the single stream will be seekable.
66 bool seekable)
69 mSeekable(seekable) {
127 bool seekable = true; local
136 seekable = false;
140 return new MPEG2TSSource(this, mSourceImpls.editItemAt(index), seekable);
  /external/chromium_org/third_party/npapi/npspy/
analyze_streams.py 28 self.seekable = split[3]
98 output.append(', '.join([stream.url, stream.mime_type, str(stream.size), stream.seekable]))
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURL.cpp 53 NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /frameworks/av/media/libnbaio/
LibsndfileSource.cpp 30 mLooping(loop && sfinfo.seekable),
  /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/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...]

Completed in 2132 milliseconds

1 2 3 4