HomeSort by relevance Sort by last modified time
    Searched full:datasource (Results 226 - 250 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/filters/
pipeline_integration_test_base.h 103 scoped_ptr<DataSource> data_source_;
  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 166 // A datasource has been created for a new navigation. The given
167 // datasource will become the provisional datasource for the frame.
179 // The provisional datasource is now committed. The first part of the
  /external/libvorbis/doc/vorbisfile/
ov_test_callbacks.html 36 int ov_test_callbacks(void *datasource, <a href="OggVorbis_File.html">OggVorbis_File</a> *vf, char *initial, long ibytes, <a href="ov_callbacks.html">ov_callbacks</a> callbacks);
  /frameworks/av/media/libstagefright/
SampleIterator.cpp 26 #include <media/stagefright/DataSource.h>
AVIExtractor.cpp 28 #include <media/stagefright/DataSource.h>
368 AVIExtractor::AVIExtractor(const sp<DataSource> &dataSource)
369 : mDataSource(dataSource) {
    [all...]
NuCachedSource2.cpp 181 const sp<DataSource> &source,
378 && (mSource->flags() & DataSource::kIsHTTPBasedSource)) {
SampleTable.cpp 27 #include <media/stagefright/DataSource.h>
108 SampleTable::SampleTable(const sp<DataSource> &source)
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 31 #include <media/stagefright/DataSource.h>
244 sp<DataSource> source = DataSource::CreateFromURI(uri);
804 DataSource::RegisterDefaultSniffers();
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 52 class GpuHTMLSource : public ChromeURLDataManager::DataSource {
159 : DataSource(chrome::kChromeUIGpuInternalsHost, MessageLoop::current()) {
mediaplayer_ui.cc 63 class MediaplayerUIHTMLSource : public ChromeURLDataManager::DataSource {
159 : DataSource(chrome::kChromeUIMediaplayerHost, MessageLoop::current()) {
extension_icon_source.cc 69 : DataSource(chrome::kChromeUIExtensionIconHost, MessageLoop::current()),
history2_ui.cc 54 : DataSource(chrome::kChromeUIHistory2Host, MessageLoop::current()) {
history_ui.cc 54 : DataSource(chrome::kChromeUIHistoryHost, MessageLoop::current()) {
  /external/chromium_org/chrome/renderer/
content_settings_observer.cc 214 frame->dataSource());
626 frame->dataSource()->response().extraData());
  /external/chromium_org/chrome/renderer/extensions/
user_script_slave.cc 247 // the compose iframe's dataSource URL is about:blank, but the document URL
252 frame->provisionalDataSource() : frame->dataSource();
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.h 47 class ExtensionsUIHTMLSource : public ChromeURLDataManager::DataSource {
  /external/chromium_org/third_party/skia/src/views/mac/
SkOptionsTableView.mm 24 self.dataSource = self;
  /external/skia/src/views/mac/
SkOptionsTableView.mm 24 self.dataSource = self;
  /frameworks/av/cmds/stagefright/
record.cpp 171 DataSource::RegisterDefaultSniffers();
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 34 #include <media/stagefright/DataSource.h>
633 sp<DataSource> *source, /* to return and reuse source */
636 sp<DataSource> temp_source;
713 // The DataSource is responsible for informing us of error (n < 0) or eof (n == 0)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-javamail.jar 
  /external/libvorbis/lib/
vorbisfile.c 70 if(vf->datasource){
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource);
82 if(vf->datasource){
84 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET) == -1)
626 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
627 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource);
880 vf->datasource=f;
909 vf->datasource=NULL;
938 vf->datasource=NULL;
970 if(vf->datasource && vf->callbacks.close_func
    [all...]
  /external/chromium/webkit/glue/media/
simple_data_source.cc 54 DataSource::set_host(host);
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 212 content::DocumentState::FromDataSource(frame->dataSource());

Completed in 707 milliseconds

1 2 3 4 5 6 7 8 91011>>