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

  /frameworks/av/media/libstagefright/include/
SampleTable.h 137 struct SampleToChunkEntry {
142 SampleToChunkEntry *mSampleToChunkEntries;
  /frameworks/av/media/libstagefright/
SampleTable.cpp 240 if ((data_size - 8) / sizeof(SampleToChunkEntry) < mNumSampleToChunkOffsets) {
244 if ((uint64_t)kMaxTotalSize / sizeof(SampleToChunkEntry) <=
251 sizeof(SampleToChunkEntry);
258 sizeof(SampleToChunkEntry),
265 new (std::nothrow) SampleToChunkEntry[mNumSampleToChunkOffsets];
277 ((mNumSampleToChunkOffsets - 1) * sizeof(SampleToChunkEntry)))
283 uint8_t buffer[sizeof(SampleToChunkEntry)];
286 mSampleToChunkOffset + 8 + i * sizeof(SampleToChunkEntry),
SampleIterator.cpp 164 const SampleTable::SampleToChunkEntry *entry =

Completed in 2436 milliseconds