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

  /frameworks/av/media/libstagefright/include/
SampleTable.h 33 class SampleTable : public RefBase {
35 SampleTable(const sp<DataSource> &source);
86 ~SampleTable();
147 SampleTable(const SampleTable &);
148 SampleTable &operator=(const SampleTable &);
  /frameworks/av/media/libstagefright/
SampleTable.cpp 17 #define LOG_TAG "SampleTable"
21 #include "include/SampleTable.h"
33 const uint32_t SampleTable::kChunkOffsetType32 = FOURCC('s', 't', 'c', 'o');
35 const uint32_t SampleTable::kChunkOffsetType64 = FOURCC('c', 'o', '6', '4');
37 const uint32_t SampleTable::kSampleSizeType32 = FOURCC('s', 't', 's', 'z');
39 const uint32_t SampleTable::kSampleSizeTypeCompact = FOURCC('s', 't', 'z', '2');
43 struct SampleTable::CompositionDeltaLookup {
63 SampleTable::CompositionDeltaLookup::CompositionDeltaLookup()
70 void SampleTable::CompositionDeltaLookup::setEntries(
80 uint32_t SampleTable::CompositionDeltaLookup::getCompositionTimeOffset
    [all...]

Completed in 1001 milliseconds