[go: nahoru, domu]

Searched defs:FileSource (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFileSource.cpp18 #define LOG_TAG "FileSource"
22 #include <media/stagefright/FileSource.h>
32 FileSource::FileSource(const char *filename) function in class:android::FileSource
44 mName = String8::format("FileSource(%s)", filename);
56 FileSource::FileSource(int fd, int64_t offset, int64_t length) function in class:android::FileSource
95 "FileSource(fd(%s), %lld, %lld)",
102 FileSource::~FileSource() {
[all...]
/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);
51 virtual ~FileSource();
69 FileSource(const FileSource &);
70 FileSource &operator=(const FileSource &);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java581 public static interface FileSource { interface in class:ExifInterface

Completed in 124 milliseconds