Searched defs:DataSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DDataSource.h40 class DataSource : public RefBase { class in namespace:android
49 static sp<DataSource> CreateFromURI(
56 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
57 static sp<DataSource> CreateFromIDataSource(const sp<IDataSource> &source);
59 DataSource() {} function in class:android::DataSource
111 const sp<DataSource> &source, String8 *mimeType,
131 virtual ~DataSource() {}
140 DataSource(const DataSource &);
141 DataSource
[all...]
/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java1104 values.dataSource = new PropertyValues.DataSource() {
1703 public DataSource dataSource = null;
1704 public interface DataSource { interface in class:PropertyValuesHolder.PropertyValues
/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV2Verifier.java404 // Each of these sections is represented as a separate DataSource instance below.
410 DataSource beforeApkSigningBlock =
412 DataSource centralDir =
421 DataSource eocd = new ByteBufferDataSource(eocdBuf);
434 new DataSource[] {beforeApkSigningBlock, centralDir, eocd});
452 DataSource[] contents) throws DigestException {
464 for (DataSource input : contents) {
503 for (DataSource input : contents) {
974 private static interface DataSource { interface in class:ApkSignatureSchemeV2Verifier
992 * {@link DataSource} whic
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp69 const sp<DataSource> &dataSource,
95 sp<DataSource> mDataSource;
187 struct MPEG4DataSource : public DataSource {
188 MPEG4DataSource(const sp<DataSource> &source);
203 sp<DataSource> mSource;
214 MPEG4DataSource::MPEG4DataSource(const sp<DataSource> &source)
372 MPEG4Extractor::MPEG4Extractor(const sp<DataSource> &source)
606 const sp<DataSource> DataSource, uint8_t *numOfBytes) {
613 if (DataSource
605 readSize(off64_t offset, const sp<DataSource> DataSource, uint8_t *numOfBytes) argument
[all...]

Completed in 172 milliseconds