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

  /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...]
  /frameworks/av/media/libstagefright/include/
SampleTable.h 33 class SampleTable : public RefBase {
35 explicit SampleTable(const sp<DataSource> &source);
88 ~SampleTable();
164 SampleTable(const SampleTable &);
165 SampleTable &operator=(const SampleTable &);

Completed in 67 milliseconds