Searched refs:FileSource (Results 1 - 18 of 18) 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 takes ownership and will close the fd
34 FileSource(int fd, int64_t offset, int64_t length);
47 virtual ~FileSource();
64 FileSource(const FileSource &);
65 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.cpp42 #include <media/stagefright/FileSource.h>
199 source = new FileSource(uri + 7);
259 source = new FileSource(uri);
H A DAndroid.mk23 FileSource.cpp \
H A DNuMediaExtractor.cpp31 #include <media/stagefright/FileSource.h>
138 sp<FileSource> fileSource = new FileSource(dup(fd), offset, size);
H A DStagefrightMetadataRetriever.cpp30 #include <media/stagefright/FileSource.h>
100 mSource = new FileSource(fd, offset, length);
H A DAwesomePlayer.cpp49 #include <media/stagefright/FileSource.h>
344 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.cpp204 // As FileSource unconditionally takes ownership of the fd and closes it, then
205 // we have to make a dup for FileSource if the app wants to keep ownership itself
212 dataSource = new FileSource(fd, mDataLocator.fdi.offset, mDataLocator.fdi.length);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp24 #include <media/stagefright/FileSource.h>
188 sp<DataSource> source = new FileSource(dup(fd), offset, length);
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp27 #include <media/stagefright/FileSource.h>
225 sp<DataSource> dataSource = new FileSource(dup(fd), offset, length);
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h23 #include <media/stagefright/FileSource.h>
/frameworks/av/cmds/stagefright/
H A Drecord.cpp23 #include <media/stagefright/FileSource.h>
121 MediaExtractor::Create(new FileSource(filename));
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp29 #include <media/stagefright/FileSource.h>
363 mDataSource = new FileSource(mFd, mOffset, mLength);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp37 #include <media/stagefright/FileSource.h>
840 *source = new FileSource(url + 7);
H A DPlaylistFetcher.cpp37 #include <media/stagefright/FileSource.h>
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java581 public static interface FileSource { interface in class:ExifInterface

Completed in 6442 milliseconds