Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp136 while (!mTableEntryList.empty()) { in ~ListTableEntries()
137 typename List<TYPE *>::iterator it = mTableEntryList.begin(); in ~ListTableEntries()
139 mTableEntryList.erase(it); in ~ListTableEntries()
150 typename List<TYPE *>::iterator it = mTableEntryList.begin(); in set()
152 while (it != mTableEntryList.end() && iterations > 0) { in set()
156 CHECK(it != mTableEntryList.end()); in set()
171 typename List<TYPE *>::iterator it = mTableEntryList.begin(); in get()
173 while (it != mTableEntryList.end() && iterations > 0) { in get()
177 CHECK(it != mTableEntryList.end()); in get()
193 mTableEntryList.push_back(mCurrTableEntriesElement); in add()
[all …]