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

1234

/frameworks/base/media/java/android/media/
H A DDataSource.java26 public interface DataSource extends Closeable { interface in inherits:Closeable
/frameworks/av/media/libstagefright/include/
H A DDRMExtractor.h27 class DataSource;
34 DRMExtractor(const sp<DataSource> &source, const char *mime);
45 sp<DataSource> mDataSource;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DFLACExtractor.h20 #include <media/stagefright/DataSource.h>
32 FLACExtractor(const sp<DataSource> &source);
44 sp<DataSource> mDataSource;
59 bool SniffFLAC(const sp<DataSource> &source, String8 *mimeType,
H A DMP3Extractor.h27 class DataSource;
34 MP3Extractor(const sp<DataSource> &source, const sp<AMessage> &meta);
45 sp<DataSource> mDataSource;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DOggExtractor.h27 class DataSource;
34 OggExtractor(const sp<DataSource> &source);
48 sp<DataSource> mDataSource;
58 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DVBRISeeker.h27 struct DataSource;
31 const sp<DataSource> &source, off64_t post_id3_pos);
H A DAACExtractor.h32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
44 sp<DataSource> mDataSource;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DAMRExtractor.h32 AMRExtractor(const sp<DataSource> &source);
44 sp<DataSource> mDataSource;
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DXINGSeeker.h25 struct DataSource;
29 const sp<DataSource> &source, off64_t first_frame_pos);
H A DID3.h25 struct DataSource;
38 ID3(const sp<DataSource> &source, bool ignoreV1 = false, off64_t offset = 0);
88 bool parseV1(const sp<DataSource> &source);
89 bool parseV2(const sp<DataSource> &source, off64_t offset);
H A DMPEG2TSExtractor.h31 struct DataSource;
36 MPEG2TSExtractor(const sp<DataSource> &source);
51 sp<DataSource> mDataSource;
66 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DThrottledSource.h21 #include <media/stagefright/DataSource.h>
26 struct ThrottledSource : public DataSource {
28 const sp<DataSource> &source,
39 // following methods all call through to the wrapped DataSource's methods
72 sp<DataSource> mSource;
H A DWAVExtractor.h27 class DataSource;
33 WAVExtractor(const sp<DataSource> &source);
45 sp<DataSource> mDataSource;
64 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DWVMExtractor.h28 class DataSource;
46 WVMExtractor(const sp<DataSource> &source);
88 sp<DataSource> mDataSource;
96 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DDataUriSource.h23 #include <media/stagefright/DataSource.h>
29 class DataUriSource : public DataSource {
H A DStagefrightMetadataRetriever.h28 struct DataSource;
48 sp<DataSource> mSource;
H A DMPEG2PSExtractor.h34 MPEG2PSExtractor(const sp<DataSource> &source);
52 sp<DataSource> mDataSource;
74 const sp<DataSource> &source, String8 *mimeType, float *confidence,
/frameworks/av/include/media/stagefright/
H A DDataSource.h39 class DataSource : public RefBase { class in namespace:android
48 static sp<DataSource> CreateFromURI(
55 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
57 DataSource() {} function in class:android::DataSource
88 const sp<DataSource> &source, String8 *mimeType,
106 virtual ~DataSource() {}
115 DataSource(const DataSource &);
116 DataSource &operator=(const DataSource
[all...]
H A DJPEGSource.h25 class DataSource;
29 JPEGSource(const sp<DataSource> &source);
42 sp<DataSource> mSource;
H A DDataURISource.h21 #include <media/stagefright/DataSource.h>
28 struct DataURISource : public DataSource {
/frameworks/av/media/libstagefright/
H A DDataSource.cpp17 #define LOG_TAG "DataSource"
40 #include <media/stagefright/DataSource.h>
51 bool DataSource::getUInt16(off64_t offset, uint16_t *x) {
64 bool DataSource::getUInt24(off64_t offset, uint32_t *x) {
77 bool DataSource::getUInt32(off64_t offset, uint32_t *x) {
90 bool DataSource::getUInt64(off64_t offset, uint64_t *x) {
103 status_t DataSource::getSize(off64_t *size) {
111 Mutex DataSource::gSnifferMutex;
112 List<DataSource::SnifferFunc> DataSource
[all...]
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.h20 #include <media/stagefright/DataSource.h>
28 // a Stagefright DataSource that pulls data from an AndroidBufferQueue
30 class BufferQueueSource : public DataSource {
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h24 #include <media/stagefright/DataSource.h>
41 AacAdtsSource(const sp<DataSource> &source,
59 sp<DataSource> mDataSource;
76 AacAdtsExtractor(const sp<DataSource> &source);
88 sp<DataSource> mDataSource;
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.h22 #include <media/stagefright/DataSource.h>
30 struct LiveDataSource : public DataSource {
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSource.cpp22 #include <media/stagefright/DataSource.h>
48 const sp<DataSource>& dataSource, FileType filetype) {

Completed in 2841 milliseconds

1234