HomeSort by relevance Sort by last modified time
    Searched refs:SampleTable (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/include/
SampleTable.h 33 class SampleTable : public RefBase {
35 SampleTable(const sp<DataSource> &source);
88 ~SampleTable();
164 SampleTable(const SampleTable &);
165 SampleTable &operator=(const SampleTable &);
SampleIterator.h 25 class SampleTable;
28 SampleIterator(SampleTable *table);
43 SampleTable *mTable;
DRMExtractor.h 29 class SampleTable;
MPEG4Extractor.h 34 class SampleTable;
80 sp<SampleTable> sampleTable;
  /frameworks/av/media/libstagefright/
SampleTable.cpp 17 #define LOG_TAG "SampleTable"
23 #include "include/SampleTable.h"
40 const uint32_t SampleTable::kChunkOffsetType32 = FOURCC('s', 't', 'c', 'o');
42 const uint32_t SampleTable::kChunkOffsetType64 = FOURCC('c', 'o', '6', '4');
44 const uint32_t SampleTable::kSampleSizeType32 = FOURCC('s', 't', 's', 'z');
46 const uint32_t SampleTable::kSampleSizeTypeCompact = FOURCC('s', 't', 'z', '2');
52 struct SampleTable::CompositionDeltaLookup {
72 SampleTable::CompositionDeltaLookup::CompositionDeltaLookup()
79 void SampleTable::CompositionDeltaLookup::setEntries(
89 int32_t SampleTable::CompositionDeltaLookup::getCompositionTimeOffset
    [all...]
SampleIterator.cpp 29 #include "include/SampleTable.h"
33 SampleIterator::SampleIterator(SampleTable *table)
165 const SampleTable::SampleToChunkEntry *entry =
203 if (mTable->mChunkOffsetType == SampleTable::kChunkOffsetType32) {
215 CHECK_EQ(mTable->mChunkOffsetType, SampleTable::kChunkOffsetType64);
Android.mk 51 SampleTable.cpp \
MPEG4Extractor.cpp 29 #include "include/SampleTable.h"
66 // Caller retains ownership of both "dataSource" and "sampleTable".
71 const sp<SampleTable> &sampleTable,
96 sp<SampleTable> mSampleTable;
182 // This is used to cache the full sampletable metadata for a single track,
184 // Each MPEG4DataSource caches the sampletable metadata for a single track.
482 track->sampleTable->findThumbnailSample(&sampleIndex) == OK
483 && track->sampleTable->getMetaDataForSample(
496 if (track->sampleTable->getMetaDataForSample
    [all...]

Completed in 268 milliseconds