Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSampleTable.cpp38 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 …]
DSampleIterator.cpp33 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()
DAndroid.mk51 SampleTable.cpp \
DMPEG4Extractor.cpp66 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/
DSampleTable.h34 class SampleTable : public RefBase {
36 SampleTable(const sp<DataSource> &source);
89 ~SampleTable();
159 SampleTable(const SampleTable &);
160 SampleTable &operator=(const SampleTable &);
DSampleIterator.h25 class SampleTable; variable
28 SampleIterator(SampleTable *table);
43 SampleTable *mTable;
DMPEG4Extractor.h34 class SampleTable; variable
80 sp<SampleTable> sampleTable;
DDRMExtractor.h29 class SampleTable; variable