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

1 2 3 4 5 67 8 91011>>

  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 182 sp<DataSource> dataSource;
192 dataSource = DataSource::CreateFromURI(mDataLocator.uriRef);
193 if (dataSource == NULL) {
210 dataSource = new FileSource(fd, mDataLocator.fdi.offset, mDataLocator.fdi.length);
211 status_t err = dataSource->initCheck();
227 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
274 if (dataSource->getSize(&size) == OK
322 mDataSource = dataSource;
    [all...]
  /external/chromium_org/content/renderer/media/
buffered_data_source.cc 33 const media::DataSource::ReadCB& callback);
54 media::DataSource::ReadCB callback_;
61 const media::DataSource::ReadCB& callback)
129 DataSource::set_host(host);
218 // media::DataSource implementation.
237 const media::DataSource::ReadCB& read_cb) {
284 // Initialize() isn't part of the DataSource interface so don't call it in
buffered_data_source.h 35 class CONTENT_EXPORT BufferedDataSource : public media::DataSource {
82 // media::DataSource implementation.
88 const media::DataSource::ReadCB& read_cb) OVERRIDE;
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 33 #include <media/stagefright/DataSource.h>
48 class JavaDataSourceBridge : public DataSource {
146 status_t JMediaExtractor::setDataSource(const sp<DataSource> &datasource) {
147 return mImpl->setDataSource(datasource);
653 DataSource::RegisterDefaultSniffers();
849 { "setDataSource", "(Landroid/media/DataSource;)V",
  /frameworks/av/cmds/stagefright/
sf2.cpp 30 #include <media/stagefright/DataSource.h>
77 sp<DataSource> dataSource =
78 DataSource::CreateFromURI(mURI.c_str());
81 MediaExtractor::Create(dataSource);
600 DataSource::RegisterDefaultSniffers();
stagefright.cpp 35 #include <media/stagefright/DataSource.h>
951 DataSource::RegisterDefaultSniffers();
961 sp<DataSource> dataSource = DataSource::CreateFromURI(filename);
963 if (strncasecmp(filename, "sine:", 5) && dataSource == NULL) {
979 mediaSource = new JPEGSource(dataSource);
995 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui.cc 61 class EnterpriseEnrollmentDataSource : public ChromeURLDataManager::DataSource {
65 // DataSource implementation.
173 : DataSource(chrome::kChromeUIEnterpriseEnrollmentHost,
choose_mobile_network_ui.cc 45 : public ChromeURLDataManager::DataSource {
92 : DataSource(chrome::kChromeUIChooseMobileNetworkHost,
system_info_ui.cc 35 class SystemInfoUIHTMLSource : public ChromeURLDataManager::DataSource {
85 : DataSource(chrome::kChromeUISystemInfoHost, MessageLoop::current()),
  /external/chromium/webkit/glue/media/
buffered_data_source.h 37 // media::DataSource implementation.
41 media::DataSource::ReadCallback* read_callback);
170 scoped_ptr<media::DataSource::ReadCallback> read_callback_;
  /external/chromium_org/media/filters/
ffmpeg_demuxer.h 139 DataSource* data_source,
178 // DataSource callbacks during stopping.
232 DataSource* data_source_;
  /frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp 24 #include <media/stagefright/DataSource.h>
55 class SRTDataSourceStub : public DataSource {
84 sp<DataSource> stub= new SRTDataSourceStub(
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
pkg_javax.sql.html 120 <A NAME="DataSource"></A>
121 <nobr><A HREF="javax.sql.DataSource.html"><I>DataSource</I></A></nobr>
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 48 static size_t getFrameSize(const sp<DataSource> &source, off64_t offset) {
93 AacAdtsExtractor::AacAdtsExtractor(const sp<DataSource> &source)
210 const sp<DataSource> &source, const sp<MetaData> &meta,
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.h 23 class LoginUIHTMLSource : public ChromeURLDataManager::DataSource {
  /external/chromium/chrome/browser/ui/webui/
fileicon_source.cc 23 : DataSource(kFileIconPath, MessageLoop::current()) {}
history2_ui.h 22 class HistoryUIHTMLSource2 : public ChromeURLDataManager::DataSource {
history_ui.h 19 class HistoryUIHTMLSource : public ChromeURLDataManager::DataSource {
shared_resources_data_source.cc 57 : DataSource(chrome::kChromeUIResourcesHost, NULL) {
collected_cookies_ui_delegate.cc 65 class CollectedCookiesSource : public ChromeURLDataManager::DataSource {
68 : DataSource(chrome::kChromeUICollectedCookiesHost,
extension_icon_source.h 52 class ExtensionIconSource : public ChromeURLDataManager::DataSource,
66 // ChromeURLDataManager::DataSource
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_install_view_controller_unittest.mm 72 [[outlineView dataSource] outlineView:outlineView
297 [[outlineView dataSource] outlineView:outlineView
302 [[outlineView dataSource] outlineView:outlineView
361 [[outlineView dataSource] outlineView:outlineView
  /external/chromium/chrome/browser/ui/login/
login_prompt_ui.cc 25 class LoginHandlerSource : public ChromeURLDataManager::DataSource {
28 : DataSource(chrome::kChromeUIHttpAuthHost, MessageLoop::current()) {}
  /external/libvorbis/doc/vorbisfile/
OggVorbis_File.html 68 void *datasource; /* Pointer to a FILE *, etc. */
107 <dt><i>datasource</i></dt>
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 22 #include <media/stagefright/DataSource.h>
54 JPEGSource::JPEGSource(const sp<DataSource> &source)

Completed in 565 milliseconds

1 2 3 4 5 67 8 91011>>