Searched refs:SampleTable (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | SampleTable.cpp | 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() in CompositionDeltaLookup() 75 void SampleTable::CompositionDeltaLookup::setEntries( in setEntries() 85 int32_t SampleTable::CompositionDeltaLookup::getCompositionTimeOffset( in getCompositionTimeOffset() 113 SampleTable::SampleTable(const sp<DataSource> &source) in SampleTable() function in android::SampleTable 139 SampleTable::~SampleTable() { in ~SampleTable() [all …]
|
D | SampleIterator.cpp | 33 SampleIterator::SampleIterator(SampleTable *table) in SampleIterator() 164 const SampleTable::SampleToChunkEntry *entry = in findChunkRange() 202 if (mTable->mChunkOffsetType == SampleTable::kChunkOffsetType32) { in getChunkOffset() 214 CHECK_EQ(mTable->mChunkOffsetType, SampleTable::kChunkOffsetType64); in getChunkOffset()
|
D | Android.mk | 51 SampleTable.cpp \
|
D | MPEG4Extractor.cpp | 66 const sp<SampleTable> &sampleTable, 90 sp<SampleTable> mSampleTable; 940 mLastTrack->sampleTable = new SampleTable(mDataSource); in parseChunk() 3444 const sp<SampleTable> &sampleTable, in MPEG4Source() 4203 findFlags = SampleTable::kFlagBefore; in read() 4206 findFlags = SampleTable::kFlagAfter; in read() 4210 findFlags = SampleTable::kFlagClosest; in read() 4226 findFlags = SampleTable::kFlagBefore; in read()
|
/frameworks/av/media/libstagefright/include/ |
D | SampleTable.h | 34 class SampleTable : public RefBase { 36 SampleTable(const sp<DataSource> &source); 89 ~SampleTable(); 159 SampleTable(const SampleTable &); 160 SampleTable &operator=(const SampleTable &);
|
D | SampleIterator.h | 25 class SampleTable; variable 28 SampleIterator(SampleTable *table); 43 SampleTable *mTable;
|
D | MPEG4Extractor.h | 34 class SampleTable; variable 80 sp<SampleTable> sampleTable;
|
D | DRMExtractor.h | 29 class SampleTable; variable
|