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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp94 while (!mTableEntryList.empty()) {
95 typename List<TYPE *>::iterator it = mTableEntryList.begin();
97 mTableEntryList.erase(it);
108 typename List<TYPE *>::iterator it = mTableEntryList.begin();
110 while (it != mTableEntryList.end() && iterations > 0) {
114 CHECK(it != mTableEntryList.end());
129 typename List<TYPE *>::iterator it = mTableEntryList.begin();
131 while (it != mTableEntryList.end() && iterations > 0) {
135 CHECK(it != mTableEntryList.end());
151 mTableEntryList
194 mutable List<TYPE *> mTableEntryList; member in struct:android::MPEG4Writer::Track::ListTableEntries
[all...]

Completed in 44 milliseconds