Searched refs:SampleTable (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DSampleIterator.h25 class SampleTable;
28 SampleIterator(SampleTable *table);
43 SampleTable *mTable;
H A DSampleTable.h34 class SampleTable : public RefBase { class in namespace:android
36 SampleTable(const sp<DataSource> &source);
89 ~SampleTable();
159 SampleTable(const SampleTable &);
160 SampleTable &operator=(const SampleTable &);
H A DDRMExtractor.h29 class SampleTable;
H A DMPEG4Extractor.h34 class SampleTable;
80 sp<SampleTable> sampleTable;
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp17 #define LOG_TAG "SampleTable"
21 #include "include/SampleTable.h"
38 const uint32_t SampleTable::kChunkOffsetType32 = FOURCC('s', 't', 'c', 'o');
40 const uint32_t SampleTable::kChunkOffsetType64 = FOURCC('c', 'o', '6', '4');
42 const uint32_t SampleTable::kSampleSizeType32 = FOURCC('s', 't', 's', 'z');
44 const uint32_t SampleTable::kSampleSizeTypeCompact = FOURCC('s', 't', 'z', '2');
48 struct SampleTable::CompositionDeltaLookup {
68 SampleTable::CompositionDeltaLookup::CompositionDeltaLookup()
75 void SampleTable::CompositionDeltaLookup::setEntries(
85 int32_t SampleTable
113 SampleTable::SampleTable(const sp<DataSource> &source) function in class:android::SampleTable
[all...]
H A DSampleIterator.cpp29 #include "include/SampleTable.h"
33 SampleIterator::SampleIterator(SampleTable *table)
164 const SampleTable::SampleToChunkEntry *entry =
202 if (mTable->mChunkOffsetType == SampleTable::kChunkOffsetType32) {
214 CHECK_EQ(mTable->mChunkOffsetType, SampleTable::kChunkOffsetType64);
H A DAndroid.mk51 SampleTable.cpp \
H A DMPEG4Extractor.cpp29 #include "include/SampleTable.h"
66 const sp<SampleTable> &sampleTable,
90 sp<SampleTable> mSampleTable;
940 mLastTrack->sampleTable = new SampleTable(mDataSource);
3444 const sp<SampleTable> &sampleTable,
4203 findFlags = SampleTable::kFlagBefore;
4206 findFlags = SampleTable::kFlagAfter;
4210 findFlags = SampleTable::kFlagClosest;
4226 findFlags = SampleTable::kFlagBefore;

Completed in 88 milliseconds