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"
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
108 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();
156 SampleTable(const SampleTable &);
157 SampleTable &operator=(const SampleTable &);

Completed in 6 milliseconds