Searched refs:FileSource (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DFileSource.h30 class FileSource : public DataSource { class in namespace:android
32 FileSource(const char *filename);
33 FileSource(int fd, int64_t offset, int64_t length);
46 virtual ~FileSource();
63 FileSource(const FileSource &);
64 FileSource &operator=(const FileSource &);
/frameworks/av/media/libstagefright/
H A DFileSource.cpp18 #include <media/stagefright/FileSource.h>
27 FileSource::FileSource(const char *filename) function in class:android::FileSource
46 FileSource::FileSource(int fd, int64_t offset, int64_t length) function in class:android::FileSource
59 FileSource::~FileSource() {
83 status_t FileSource::initCheck() const {
87 ssize_t FileSource::readAt(off64_t offset, void *data, size_t size) {
118 status_t FileSource
[all...]
H A DDataSource.cpp41 #include <media/stagefright/FileSource.h>
140 source = new FileSource(uri + 7);
182 source = new FileSource(uri);
H A DAndroid.mk20 FileSource.cpp \
H A DNuMediaExtractor.cpp31 #include <media/stagefright/FileSource.h>
136 sp<FileSource> fileSource = new FileSource(dup(fd), offset, size);
H A DStagefrightMetadataRetriever.cpp26 #include <media/stagefright/FileSource.h>
93 mSource = new FileSource(fd, offset, length);
H A DAwesomePlayer.cpp43 #include <media/stagefright/FileSource.h>
305 sp<DataSource> dataSource = new FileSource(fd, offset, length);
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp25 #include <media/stagefright/FileSource.h>
72 sp<FileSource> file = new FileSource(path);
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h22 #include <media/stagefright/FileSource.h>
H A Dandroid_AudioSfDecoder.cpp202 // As FileSource unconditionally takes ownership of the fd and closes it, then
203 // we have to make a dup for FileSource if the app wants to keep ownership itself
210 dataSource = new FileSource(fd, mDataLocator.fdi.offset, mDataLocator.fdi.length);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp25 #include <media/stagefright/FileSource.h>
56 sp<DataSource> dataSource = new FileSource(dup(fd), offset, length);
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp26 #include <media/stagefright/FileSource.h>
222 sp<DataSource> dataSource = new FileSource(dup(fd), offset, length);
/frameworks/av/cmds/stagefright/
H A Drecord.cpp23 #include <media/stagefright/FileSource.h>
121 MediaExtractor::Create(new FileSource(filename));
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorMp3Reader.cpp38 #include <media/stagefright/FileSource.h>
168 pReaderContext->mDataSource = new FileSource ((char*)pFileDescriptor);
H A DVideoEditor3gpReader.cpp52 #include <media/stagefright/FileSource.h>
489 pC->mDataSource = new FileSource ((char*)pFileDescriptor);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp34 #include <media/stagefright/FileSource.h>
222 source = new FileSource(url + 7);
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp129 struct FileSource : public FragmentedMP4Parser::Source { struct in namespace:android
130 FileSource(const char *filename) function in struct:android::FileSource
147 DISALLOW_EVIL_CONSTRUCTORS(FileSource);
234 msg->setObject("source", new FileSource(filename));

Completed in 906 milliseconds