Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp195 while (!mTableEntryList.empty()) { in ~ListTableEntries()
196 typename List<TYPE *>::iterator it = mTableEntryList.begin(); in ~ListTableEntries()
198 mTableEntryList.erase(it); in ~ListTableEntries()
209 typename List<TYPE *>::iterator it = mTableEntryList.begin(); in set()
211 while (it != mTableEntryList.end() && iterations > 0) { in set()
215 CHECK(it != mTableEntryList.end()); in set()
230 typename List<TYPE *>::iterator it = mTableEntryList.begin(); in get()
232 while (it != mTableEntryList.end() && iterations > 0) { in get()
236 CHECK(it != mTableEntryList.end()); in get()
248 for (TYPE *entryArray : mTableEntryList) { in adjustEntries()
[all …]