Home
last modified time | relevance | path

Searched refs:mElementCapacity (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp178 : mElementCapacity(elementCapacity), in ListTableEntries()
182 CHECK_GT(mElementCapacity, 0u); in ListTableEntries()
184 CHECK_LT(ENTRY_SIZE, UINT32_MAX / mElementCapacity); in ListTableEntries()
204 uint32_t iterations = (pos / (mElementCapacity * ENTRY_SIZE)); in set()
212 (*it)[(pos % (mElementCapacity * ENTRY_SIZE))] = value; in set()
233 value = (*it)[(pos % (mElementCapacity * ENTRY_SIZE))]; in get()
255 CHECK_LT(mNumValuesInCurrEntry, mElementCapacity); in add()
256 uint32_t nEntries = mTotalNumTableEntries % mElementCapacity; in add()
285 if (nEntries >= mElementCapacity) { in write()
287 nEntries -= mElementCapacity; in write()
[all …]