Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp189 while (!mTableEntryList.empty()) { in ~ListTableEntries()
190 typename List<TYPE *>::iterator it = mTableEntryList.begin(); in ~ListTableEntries()
192 mTableEntryList.erase(it); in ~ListTableEntries()
203 typename List<TYPE *>::iterator it = mTableEntryList.begin(); in set()
205 while (it != mTableEntryList.end() && iterations > 0) { in set()
209 CHECK(it != mTableEntryList.end()); in set()
224 typename List<TYPE *>::iterator it = mTableEntryList.begin(); in get()
226 while (it != mTableEntryList.end() && iterations > 0) { in get()
230 CHECK(it != mTableEntryList.end()); in get()
242 for (TYPE *entryArray : mTableEntryList) { in adjustEntries()
[all …]