Searched defs:SampleTable (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSampleTable.cpp17 #define LOG_TAG "SampleTable"
21 #include "include/SampleTable.h"
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()
75 void SampleTable::CompositionDeltaLookup::setEntries(
85 uint32_t SampleTable
113 SampleTable::SampleTable(const sp<DataSource> &source) function in class:android::SampleTable
[all...]
/frameworks/av/media/libstagefright/include/
H A DSampleTable.h33 class SampleTable : public RefBase { class in namespace:android
35 SampleTable(const sp<DataSource> &source);
88 ~SampleTable();
157 SampleTable(const SampleTable &);
158 SampleTable &operator=(const SampleTable &);

Completed in 162 milliseconds