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

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/
keyboard_ui.h 22 class KeyboardHTMLSource : public ChromeURLDataManager::DataSource {
26 // Overrides from DataSource
chrome_url_data_manager_backend.h 41 // Adds a DataSource to the collection of data sources.
42 void AddDataSource(ChromeURLDataManager::DataSource* source);
44 // DataSource invokes this. Sends the data to the URLRequest.
54 scoped_refptr<ChromeURLDataManager::DataSource> > DataSourceMap;
  /external/chromium_org/chrome/common/extensions/docs/server2/
strings_data_source.py 8 from data_source import DataSource
11 class StringsDataSource(DataSource):
data_source.py 6 class DataSource(object):
10 DataSources must have two public methods, get and Cron. A DataSource is
12 Anything in the ServerInstance can be used by the DataSource. Request is None
  /frameworks/av/media/libstagefright/include/
VBRISeeker.h 27 struct DataSource;
31 const sp<DataSource> &source, off64_t post_id3_pos);
chromium_http_stub.h 21 #include <media/stagefright/DataSource.h>
30 DataSource *createDataUriSource(const char *uri);
ID3.h 25 struct DataSource;
38 ID3(const sp<DataSource> &source, bool ignoreV1 = false);
88 bool parseV1(const sp<DataSource> &source);
89 bool parseV2(const sp<DataSource> &source);
AACExtractor.h 32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
44 sp<DataSource> mDataSource;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
AMRExtractor.h 32 AMRExtractor(const sp<DataSource> &source);
44 sp<DataSource> mDataSource;
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
MPEG2PSExtractor.h 34 MPEG2PSExtractor(const sp<DataSource> &source);
52 sp<DataSource> mDataSource;
74 const sp<DataSource> &source, String8 *mimeType, float *confidence,
MPEG4Extractor.h 23 #include <media/stagefright/DataSource.h>
33 class DataSource;
45 MPEG4Extractor(const sp<DataSource> &source);
82 sp<DataSource> mDataSource;
129 const sp<DataSource> &source, String8 *mimeType, float *confidence,
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.h 13 // A custom WebUI that defines datasource for choosing cellular network dialog.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.h 12 // A custom WebUI that defines datasource for choosing cellular network dialog.
  /frameworks/av/media/libstagefright/
chromium_http_stub.cpp 19 #include <media/stagefright/DataSource.h>
31 DataSource *(*gLib_createDataUriSource)(const char *uri);
63 gLib_createDataUriSource = (DataSource *(*)(const char *))sym;
94 DataSource *createDataUriSource(const char *uri) {
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSource.cpp 22 #include <media/stagefright/DataSource.h>
48 const sp<DataSource>& dataSource, FileType filetype) {
51 return new TimedTextSRTSource(dataSource);
TimedTextDriver.cpp 25 #include <media/stagefright/DataSource.h>
209 sp<DataSource> dataSource =
210 DataSource::CreateFromURI(uri);
211 return createOutOfBandTextSource(trackIndex, mimeType, dataSource);
222 sp<DataSource> dataSource = new FileSource(dup(fd), offset, length);
223 return createOutOfBandTextSource(trackIndex, mimeType, dataSource);
229 const sp<DataSource>& dataSource) {
    [all...]
  /external/chromium_org/media/filters/
file_data_source.h 19 class MEDIA_EXPORT FileDataSource : public DataSource {
27 // Implementation of DataSource.
31 const DataSource::ReadCB& read_cb) OVERRIDE;
  /external/chromium_org/third_party/WebKit/public/web/
WebDataSource.h 54 // Returns the original request that resulted in this datasource.
57 // Returns the request corresponding to this datasource. It may
63 // Returns the response associated with this datasource.
66 // When this datasource was created as a result of WebFrame::loadData,
83 // Returns whether the navigation associated with this datasource is a
87 // Returns whether the navigation associated with this datasource should
91 // The type of navigation that triggered the creation of this datasource.
95 // the creation of this datasource. Returns 0 if unknown.
98 // Extra data associated with this datasource. If non-null, the extra
99 // data pointer will be deleted when the datasource is destroyed
    [all...]
  /frameworks/av/include/media/stagefright/
JPEGSource.h 25 class DataSource;
29 JPEGSource(const sp<DataSource> &source);
42 sp<DataSource> mSource;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h 30 struct DataSource;
73 void initFromDataSource(const sp<DataSource> &dataSource);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.h 38 MatroskaExtractor(const sp<DataSource> &source);
66 sp<DataSource> mDataSource;
83 const sp<DataSource> &source, String8 *mimeType, float *confidence,
  /external/chromium/webkit/glue/media/
web_data_source.h 14 // DataSource in the pipeline.
15 class WebDataSource : public media::DataSource {
51 // on them at shutdown. Once cancellation is added to DataSource and pause
  /external/chromium_org/media/tools/player_x11/
data_source_logger.cc 16 const media::DataSource::ReadCB& read_cb, int result) {
22 scoped_ptr<media::DataSource> data_source,
40 const media::DataSource::ReadCB& read_cb) {
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 33 class DataSource;
93 const sp<DataSource>& dataSource);
  /frameworks/wilhelm/src/android/
BufferQueueSource.h 20 #include <media/stagefright/DataSource.h>
28 // a Stagefright DataSource that pulls data from an AndroidBufferQueue
30 class BufferQueueSource : public DataSource {

Completed in 643 milliseconds

12 3 4 5 6 7 8 91011>>