HomeSort by relevance Sort by last modified time
    Searched full:melementcapacity (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 83 : mElementCapacity(elementCapacity),
88 CHECK_GT(mElementCapacity, 0);
109 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity));
117 (*it)[(pos % (mElementCapacity * mEntryCapacity))] = value;
130 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity));
138 value = (*it)[(pos % (mElementCapacity * mEntryCapacity))];
145 CHECK_LT(mNumValuesInCurrEntry, mElementCapacity);
146 uint32_t nEntries = mTotalNumTableEntries % mElementCapacity;
149 mCurrTableEntriesElement = new TYPE[mEntryCapacity * mElementCapacity];
175 if (nEntries >= mElementCapacity) {
    [all...]

Completed in 362 milliseconds