Searched defs:mTableEntryList (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp150 while (!mTableEntryList.empty()) {
151 typename List<TYPE *>::iterator it = mTableEntryList.begin();
153 mTableEntryList.erase(it);
164 typename List<TYPE *>::iterator it = mTableEntryList.begin();
166 while (it != mTableEntryList.end() && iterations > 0) {
170 CHECK(it != mTableEntryList.end());
185 typename List<TYPE *>::iterator it = mTableEntryList.begin();
187 while (it != mTableEntryList.end() && iterations > 0) {
191 CHECK(it != mTableEntryList.end());
203 for (TYPE *entryArray : mTableEntryList) {
264 mutable List<TYPE *> mTableEntryList; member in struct:android::MPEG4Writer::Track::ListTableEntries
[all...]

Completed in 80 milliseconds