Home
last modified time | relevance | path

Searched refs:FileSource (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/av/media/libdatasource/include/datasource/
H A DFileSource.h29 class FileSource : public DataSource {
31 FileSource(const char *filename);
33 FileSource(int fd, int64_t offset, int64_t length);
50 virtual ~FileSource();
61 FileSource(const FileSource &);
62 FileSource &operator=(const FileSource &);
/aosp12/frameworks/av/media/libdatasource/
H A DFileSource.cpp32 FileSource::FileSource(const char *filename) in FileSource() function in android::FileSource
51 FileSource::FileSource(int fd, int64_t offset, int64_t length) in FileSource() function in android::FileSource
92 FileSource::~FileSource() { in ~FileSource()
99 status_t FileSource::initCheck() const { in initCheck()
103 ssize_t FileSource::readAt(off64_t offset, void *data, size_t size) { in readAt()
124 ssize_t FileSource::readAt_l(off64_t offset, void *data, size_t size) { in readAt_l()
134 status_t FileSource::getSize(off64_t *size) { in getSize()
H A DDataSourceFactory.cpp112 sp<FileSource> source = new FileSource(fd, offset, length); in CreateFromFd()
131 return new FileSource(uri); in CreateFileSource()
H A DAndroid.bp16 "FileSource.cpp",
/aosp12/frameworks/av/media/libstagefright/id3/test/
H A DID3Test.cpp46 sp<FileSource> file = new FileSource(path.c_str()); in TEST_P()
66 sp<android::FileSource> file = new FileSource(path.c_str()); in TEST_P()
80 sp<android::FileSource> file = new FileSource(path.c_str()); in TEST_P()
125 sp<android::FileSource> file = new FileSource(path.c_str()); in TEST_P()
152 sp<android::FileSource> file = new FileSource(path.c_str()); in TEST_P()
/aosp12/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp73 sp<FileSource> file = new FileSource(path); in scanFile()
/aosp12/frameworks/av/media/libmediaplayerservice/datasource/
H A DPlayerServiceFileSource.cpp28 : FileSource(filename), in PlayerServiceFileSource()
38 : FileSource(fd, offset, length), in PlayerServiceFileSource()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java208 private static class FileSource extends Source { class in ImageDecoder
209 FileSource(@NonNull File file) { in FileSource() method in ImageDecoder.FileSource
426 return new FileSource(file); in createSource()
/aosp12/frameworks/av/media/libmediaplayerservice/datasource/include/datasource/
H A DPlayerServiceFileSource.h32 class PlayerServiceFileSource : public FileSource {
/aosp12/frameworks/av/services/mediaextractor/seccomp_policy/
H A Dmediaextractor-arm64.policy37 # for FileSource
H A Dmediaextractor-x86_64.policy47 # for FileSource
H A Dmediaextractor-x86.policy52 # for FileSource
H A Dmediaextractor-arm.policy59 # for FileSource
/aosp12/frameworks/av/media/libstagefright/tests/extractorFactory/
H A DExtractorFactoryTest.cpp74 mDataSource = new FileSource(dup(fd), 0, buf.st_size); in createDataSource()
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.cpp94 mDataSource = new FileSource(url + 7); in fetchBlock()
/aosp12/frameworks/av/media/libstagefright/tests/ESDS/
H A DESDSTest.cpp89 mDataSource = new FileSource(dup(fd), 0, fileSize); in readESDSData()
/aosp12/frameworks/av/cmds/stagefright/
H A Drecord.cpp125 MediaExtractorFactory::Create(new FileSource(filename));
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/test/
H A DMpeg2tsUnitTest.cpp84 mSource = new FileSource(dup(fd), 0, buf.st_size); in SetUp()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java526 private static class FileSource extends Source { class in ImageDecoder
527 FileSource(@NonNull File file) { in FileSource() method in ImageDecoder.FileSource
1055 return new FileSource(file); in createSource()
/aosp12/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp127 sp<FileSource> fileSource = new FileSource(dup(fd), offset, size); in setDataSource()
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp222 dataSource = new FileSource(fd, mDataLocator.fdi.offset, mDataLocator.fdi.length); in onPrepare()
/aosp12/frameworks/av/media/extractors/fuzzers/
H A DREADME.md23 usage of standard data source objects like FileSource, HTTPSource, etc. is
/aosp12/frameworks/av/media/extractors/tests/
H A DExtractorUnitTest.cpp239 mDataSource = new FileSource(dup(fd), 0, buf.st_size); in setDataSource()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java581 public static interface FileSource { interface in ExifInterface
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java581 public static interface FileSource { interface in ExifInterface

12