Searched refs:seekable (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_stream_test.h23 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_execute_stream_javascript.h23 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_delete_plugin_in_stream_test.cc35 NPBool seekable, uint16* stype) {
34 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_get_javascript_url2_test.h25 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_request_read_test.cc40 NPBool seekable, uint16* stream_type) {
53 return PluginTest::NewStream(type, stream, seekable, stream_type);
39 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stream_type) argument
H A Dplugin_execute_stream_javascript.cc20 NPBool seekable, uint16* stype) {
19 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_get_javascript_url_test.h24 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_geturl_test.h34 NPBool seekable, uint16* stype) OVERRIDE;
H A Dplugin_request_read_test.h30 NPBool seekable, uint16* stream_type) OVERRIDE;
H A Dplugin_get_javascript_url2_test.cc41 NPBool seekable, uint16* stype) {
40 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_test.h36 NPBool seekable, uint16* stype);
H A Dplugin_client.cc155 NPStream* stream, NPBool seekable, uint16* stype) {
162 return plugin->NewStream(type, stream, seekable, stype);
154 NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
/external/chromium_org/content/child/npapi/
H A Dplugin_stream.h66 // setter/getter for the seekable attribute on the stream.
67 bool seekable() const { return seekable_stream_; } function in class:content::PluginStream
69 void set_seekable(bool seekable) { seekable_stream_ = seekable; } argument
H A Dplugin_stream_url.cc148 if (!seekable()) {
172 return seekable();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaController.idl35 readonly attribute TimeRanges seekable;
H A DMediaController.h54 PassRefPtrWillBeRawPtr<TimeRanges> seekable() const;
H A DHTMLMediaElement.idl68 readonly attribute TimeRanges seekable;
H A DMediaController.cpp102 PassRefPtrWillBeRawPtr<TimeRanges> MediaController::seekable() const function in class:blink::MediaController
107 // The seekable attribute must return a new static normalized TimeRanges object that represents
111 RefPtrWillBeRawPtr<TimeRanges> seekableRanges = (*it)->seekable();
113 seekableRanges->intersectWith((*it)->seekable().get());
/external/chromium_org/third_party/npapi/npspy/
H A Danalyze_streams.py28 self.seekable = split[3]
98 output.append(', '.join([stream.url, stream.mime_type, str(stream.size), stream.seekable]))
/external/chromium_org/content/shell/tools/plugin/Tests/
H A DGetURLWithJavaScriptURL.cpp61 virtual NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) OVERRIDE
/external/tremolo/Tremolo/
H A Dvorbisfile.c371 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
[all...]
H A Divorbisfile.h68 int seekable; member in struct:OggVorbis_File
73 /* If the FILE handle isn't seekable (eg, a pipe), only the current
/external/libvorbis/lib/
H A Dvorbisfile.c420 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/third_party/npapi/npspy/include/
H A Depmanager.h93 NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp234 NPBool seekable,
244 logger->logCall(action_npp_new_stream, (DWORD)instance, (DWORD)type, (DWORD)stream, (DWORD)seekable, (DWORD)stype);
246 NPError rv = epManager->callNPP_NewStream(instance, type, stream, seekable, stype);
231 NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument

Completed in 1971 milliseconds

12