Searched defs:mDataSource (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/media/libstagefright/include/
H A DOggExtractor.h47 sp<DataSource> mDataSource; member in struct:android::OggExtractor
H A DAMRExtractor.h42 sp<DataSource> mDataSource; member in class:android::AMRExtractor
H A DMP3Extractor.h43 sp<DataSource> mDataSource; member in class:android::MP3Extractor
H A DMPEG2TSExtractor.h39 sp<DataSource> mDataSource; member in struct:android::MPEG2TSExtractor
H A DWAVExtractor.h44 sp<DataSource> mDataSource; member in class:android::WAVExtractor
H A DMPEG4Extractor.h55 sp<DataSource> mDataSource; member in class:android::MPEG4Extractor
H A DSampleTable.h89 sp<DataSource> mDataSource; member in class:android::SampleTable
/frameworks/base/media/libstagefright/matroska/
H A DMatroskaExtractor.h60 sp<DataSource> mDataSource; member in struct:android::MatroskaExtractor
/frameworks/base/media/libstagefright/
H A DAMRExtractor.cpp53 sp<DataSource> mDataSource; member in class:android::AMRSource
86 : mDataSource(source),
90 if (!SniffAMR(mDataSource, &mimeType, &confidence, NULL)) {
106 if (mDataSource->readAt(offset, &header, 1) != 1) {
119 if (mDataSource->getSize(&streamSize) == OK) {
152 return new AMRSource(mDataSource, mMeta, mFrameSize, mIsWide);
168 : mDataSource(source),
223 ssize_t n = mDataSource->readAt(mOffset, &header, 1);
255 n = mDataSource->readAt(mOffset, buffer->data(), frameSize);
H A DWAVExtractor.cpp69 sp<DataSource> mDataSource; member in struct:android::WAVSource
86 : mDataSource(source),
116 mDataSource, mTrackMeta,
131 if (mDataSource->readAt(
146 if (mDataSource->readAt(offset, chunkHeader, 8) < 8) {
165 if (mDataSource->readAt(offset, formatSpec, 16) < 16) {
255 : mDataSource(dataSource),
345 ssize_t n = mDataSource->readAt(
H A DMP3Extractor.cpp482 sp<DataSource> mDataSource; member in class:android::MP3Source
500 mDataSource(source),
520 success = Resync(mDataSource, 0, &pos, &header);
547 mDataSource, mFirstFramePos, NULL, &mByteNumber,
553 if (mDataSource->getSize(&fileSize) == OK) {
573 mMeta, mDataSource, mFirstFramePos, mFixedHeader,
592 mDataSource(source),
696 ssize_t n = mDataSource->readAt(mCurrentPos, buffer->data(), 4);
715 if (!Resync(mDataSource, mFixedHeader, &pos, NULL)) {
731 ssize_t n = mDataSource
[all...]
H A DMPEG4Extractor.cpp66 sp<DataSource> mDataSource; member in class:android::MPEG4Source
262 : mDataSource(source),
418 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
426 if (mDataSource->readAt(*offset + 8, &chunk_size, 8) < 8) {
454 if (mDataSource->readAt(*offset, buffer, n)
501 if (mDataSource->flags()
505 new MPEG4DataSource(mDataSource);
508 mDataSource = cachedSource;
512 mLastTrack->sampleTable = new SampleTable(mDataSource);
598 if (mDataSource
[all...]

Completed in 91 milliseconds