Searched refs:SampleTable (Results 1 – 7 of 7) sorted by relevance
40 const uint32_t SampleTable::kChunkOffsetType32 = FOURCC("stco");42 const uint32_t SampleTable::kChunkOffsetType64 = FOURCC("co64");44 const uint32_t SampleTable::kSampleSizeType32 = FOURCC("stsz");46 const uint32_t SampleTable::kSampleSizeTypeCompact = FOURCC("stz2");52 struct SampleTable::CompositionDeltaLookup {72 SampleTable::CompositionDeltaLookup::CompositionDeltaLookup() in CompositionDeltaLookup()79 void SampleTable::CompositionDeltaLookup::setEntries( in setEntries()89 int32_t SampleTable::CompositionDeltaLookup::getCompositionTimeOffset( in getCompositionTimeOffset()117 SampleTable::SampleTable(DataSourceHelper *source) in SampleTable() function in android::SampleTable144 SampleTable::~SampleTable() { in ~SampleTable()[all …]
32 SampleIterator::SampleIterator(SampleTable *table) in SampleIterator()171 const SampleTable::SampleToChunkEntry *entry = in findChunkRange()209 if (mTable->mChunkOffsetType == SampleTable::kChunkOffsetType32) { in getChunkOffset()221 CHECK_EQ(mTable->mChunkOffsetType, SampleTable::kChunkOffsetType64); in getChunkOffset()
37 "SampleTable.cpp",
92 const sp<SampleTable> &sampleTable,119 sp<SampleTable> mSampleTable;1023 mLastTrack->sampleTable = new SampleTable(mDataSource); in parseChunk()5083 const sp<SampleTable> &sampleTable, in MPEG4Source()6190 findFlags = SampleTable::kFlagBefore; in read()6193 findFlags = SampleTable::kFlagAfter; in read()6197 findFlags = SampleTable::kFlagClosest; in read()6200 findFlags = SampleTable::kFlagFrameIndex; in read()6235 findFlags = SampleTable::kFlagBefore; in read()
34 class SampleTable : public RefBase {36 explicit SampleTable(DataSourceHelper *source);97 ~SampleTable();173 SampleTable(const SampleTable &);174 SampleTable &operator=(const SampleTable &);
25 class SampleTable; variable28 explicit SampleIterator(SampleTable *table);48 SampleTable *mTable;
36 class SampleTable; variable82 sp<SampleTable> sampleTable;