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

  /frameworks/av/media/extractors/mp4/
SampleTable.cpp 245 if ((data_size - 8) / sizeof(SampleToChunkEntry) < mNumSampleToChunkOffsets) {
249 if ((uint64_t)kMaxTotalSize / sizeof(SampleToChunkEntry) <=
256 sizeof(SampleToChunkEntry);
263 sizeof(SampleToChunkEntry),
270 new (std::nothrow) SampleToChunkEntry[mNumSampleToChunkOffsets];
282 ((mNumSampleToChunkOffsets - 1) * sizeof(SampleToChunkEntry)))
288 uint8_t buffer[sizeof(SampleToChunkEntry)];
291 mSampleToChunkOffset + 8 + i * sizeof(SampleToChunkEntry),
SampleTable.h 146 struct SampleToChunkEntry {
151 SampleToChunkEntry *mSampleToChunkEntries;
SampleIterator.cpp 172 const SampleTable::SampleToChunkEntry *entry =

Completed in 78 milliseconds