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

  /frameworks/av/media/libstagefright/
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),
SampleIterator.cpp 165 const SampleTable::SampleToChunkEntry *entry =
  /frameworks/av/media/libstagefright/include/
SampleTable.h 137 struct SampleToChunkEntry {
142 SampleToChunkEntry *mSampleToChunkEntries;

Completed in 68 milliseconds