HomeSort by relevance Sort by last modified time
    Searched refs:FileSource (Results 1 - 22 of 22) sorted by null

  /frameworks/av/include/media/stagefright/
FileSource.h 30 class FileSource : public DataSource {
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/
FileSource.cpp 18 #define LOG_TAG "FileSource"
22 #include <media/stagefright/FileSource.h>
31 FileSource::FileSource(const char *filename)
50 FileSource::FileSource(int fd, int64_t offset, int64_t length)
63 FileSource::~FileSource() {
87 status_t FileSource::initCheck() const {
91 ssize_t FileSource::readAt(off64_t offset, void *data, size_t size)
    [all...]
DataSource.cpp 44 #include <media/stagefright/FileSource.h>
202 source = new FileSource(uri + 7);
262 source = new FileSource(uri);
Android.mk 24 FileSource.cpp \
NuMediaExtractor.cpp 31 #include <media/stagefright/FileSource.h>
138 sp<FileSource> fileSource = new FileSource(dup(fd), offset, size);
140 status_t err = fileSource->initCheck();
145 mImpl = MediaExtractor::Create(fileSource);
151 mDataSource = fileSource;
StagefrightMetadataRetriever.cpp 35 #include <media/stagefright/FileSource.h>
102 mSource = new FileSource(fd, offset, length);
AwesomePlayer.cpp 49 #include <media/stagefright/FileSource.h>
346 sp<DataSource> dataSource = new FileSource(fd, offset, length);
    [all...]
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 25 #include <media/stagefright/FileSource.h>
72 sp<FileSource> file = new FileSource(path);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 22 #include <media/stagefright/FileSource.h>
android_AudioSfDecoder.cpp 205 // As FileSource unconditionally takes ownership of the fd and closes it, then
206 // we have to make a dup for FileSource if the app wants to keep ownership itself
213 dataSource = new FileSource(fd, mDataLocator.fdi.offset, mDataLocator.fdi.length);
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.h 23 #include <media/stagefright/FileSource.h>
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.cpp 25 #include <media/stagefright/FileSource.h>
188 sp<DataSource> source = new FileSource(dup(fd), offset, length);
  /frameworks/av/media/libstagefright/httplive/
HTTPDownloader.cpp 30 #include <media/stagefright/FileSource.h>
93 mDataSource = new FileSource(url + 7);
  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 27 #include <media/stagefright/FileSource.h>
225 sp<DataSource> dataSource = new FileSource(dup(fd), offset, length);
  /frameworks/av/cmds/stagefright/
record.cpp 23 #include <media/stagefright/FileSource.h>
121 MediaExtractor::Create(new FileSource(filename));
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 29 #include <media/stagefright/FileSource.h>
381 mDataSource = new FileSource(mFd, mOffset, mLength);
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 581 public static interface FileSource {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 584 public static interface FileSource {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 581 public static interface FileSource {
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java 581 public static interface FileSource {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 581 public static interface FileSource {
    [all...]

Completed in 477 milliseconds