Searched refs:DataSource (Results 1 - 25 of 160) sorted by relevance

1234567

/frameworks/av/media/libstagefright/
H A DDataSource.cpp17 #define LOG_TAG "DataSource"
28 #include <media/stagefright/DataSource.h>
43 bool DataSource::getUInt16(off64_t offset, uint16_t *x) {
56 bool DataSource::getUInt24(off64_t offset, uint32_t *x) {
69 bool DataSource::getUInt32(off64_t offset, uint32_t *x) {
82 bool DataSource::getUInt64(off64_t offset, uint64_t *x) {
95 status_t DataSource::getSize(off64_t *size) {
101 sp<IDataSource> DataSource::getIDataSource() const {
108 sp<DataSource> DataSource
[all...]
/frameworks/av/include/media/stagefright/
H A DVBRISeeker.h27 class DataSource;
31 const sp<DataSource> &source, off64_t post_id3_pos);
H A DAACExtractor.h32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
45 sp<DataSource> mDataSource;
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DAMRExtractor.h32 explicit AMRExtractor(const sp<DataSource> &source);
45 sp<DataSource> mDataSource;
58 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DDataSource.h40 class DataSource : public RefBase { class in namespace:android
50 static sp<DataSource> CreateFromURI(
57 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
58 static sp<DataSource> CreateFromIDataSource(const sp<IDataSource> &source);
59 static sp<DataSource> CreateFromFd(int fd, int64_t offset, int64_t length);
61 DataSource() {} function in class:android::DataSource
121 // creates an IDataSource wrapper to the DataSource.
128 virtual ~DataSource() {}
131 DataSource(const DataSource
[all...]
H A DJPEGSource.h25 class DataSource;
29 JPEGSource(const sp<DataSource> &source);
42 sp<DataSource> mSource;
H A DStagefrightMetadataRetriever.h28 class DataSource;
41 virtual status_t setDataSource(const sp<DataSource>& source);
48 sp<DataSource> mSource;
H A DDataURISource.h21 #include <media/stagefright/DataSource.h>
28 struct DataURISource : public DataSource {
H A DXINGSeeker.h25 class DataSource;
29 const sp<DataSource> &source, off64_t first_frame_pos);
/frameworks/av/media/libstagefright/foundation/include/
H A DVBRISeeker.h27 class DataSource;
31 const sp<DataSource> &source, off64_t post_id3_pos);
H A DAACExtractor.h32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
45 sp<DataSource> mDataSource;
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DAMRExtractor.h32 explicit AMRExtractor(const sp<DataSource> &source);
45 sp<DataSource> mDataSource;
58 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DDataSource.h40 class DataSource : public RefBase { class in namespace:android
50 static sp<DataSource> CreateFromURI(
57 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
58 static sp<DataSource> CreateFromIDataSource(const sp<IDataSource> &source);
59 static sp<DataSource> CreateFromFd(int fd, int64_t offset, int64_t length);
61 DataSource() {} function in class:android::DataSource
121 // creates an IDataSource wrapper to the DataSource.
128 virtual ~DataSource() {}
131 DataSource(const DataSource
[all...]
H A DJPEGSource.h25 class DataSource;
29 JPEGSource(const sp<DataSource> &source);
42 sp<DataSource> mSource;
H A DStagefrightMetadataRetriever.h28 class DataSource;
41 virtual status_t setDataSource(const sp<DataSource>& source);
48 sp<DataSource> mSource;
H A DDataURISource.h21 #include <media/stagefright/DataSource.h>
28 struct DataURISource : public DataSource {
/frameworks/av/media/libstagefright/include/
H A DVBRISeeker.h27 class DataSource;
31 const sp<DataSource> &source, off64_t post_id3_pos);
H A DAACExtractor.h32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
45 sp<DataSource> mDataSource;
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DAMRExtractor.h32 explicit AMRExtractor(const sp<DataSource> &source);
45 sp<DataSource> mDataSource;
58 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DDataSource.h40 class DataSource : public RefBase { class in namespace:android
50 static sp<DataSource> CreateFromURI(
57 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
58 static sp<DataSource> CreateFromIDataSource(const sp<IDataSource> &source);
59 static sp<DataSource> CreateFromFd(int fd, int64_t offset, int64_t length);
61 DataSource() {} function in class:android::DataSource
121 // creates an IDataSource wrapper to the DataSource.
128 virtual ~DataSource() {}
131 DataSource(const DataSource
[all...]
H A DJPEGSource.h25 class DataSource;
29 JPEGSource(const sp<DataSource> &source);
42 sp<DataSource> mSource;
H A DStagefrightMetadataRetriever.h28 class DataSource;
41 virtual status_t setDataSource(const sp<DataSource>& source);
48 sp<DataSource> mSource;
/frameworks/av/services/mediaextractor/
H A DMediaExtractorService.cpp23 #include <media/stagefright/DataSource.h>
34 sp<DataSource> localSource = DataSource::CreateFromIDataSource(remoteSource);
51 sp<DataSource> source = DataSource::CreateFromFd(fd, offset, length);
/frameworks/av/include/media/
H A DMidiIoWrapper.h22 #include "media/stagefright/DataSource.h"
30 MidiIoWrapper(const sp<DataSource> &source);
43 sp<DataSource> mDataSource;
/frameworks/av/media/libmedia/include/media/
H A DMidiIoWrapper.h22 #include "media/stagefright/DataSource.h"
30 MidiIoWrapper(const sp<DataSource> &source);
43 sp<DataSource> mDataSource;

Completed in 2585 milliseconds

1234567