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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp122 while (!mTableEntryList.empty()) {
123 typename List<TYPE *>::iterator it = mTableEntryList.begin();
125 mTableEntryList.erase(it);
136 typename List<TYPE *>::iterator it = mTableEntryList.begin();
138 while (it != mTableEntryList.end() && iterations > 0) {
142 CHECK(it != mTableEntryList.end());
157 typename List<TYPE *>::iterator it = mTableEntryList.begin();
159 while (it != mTableEntryList.end() && iterations > 0) {
163 CHECK(it != mTableEntryList.end());
179 mTableEntryList
222 mutable List<TYPE *> mTableEntryList; member in struct:android::MPEG4Writer::Track::ListTableEntries
[all...]

Completed in 80 milliseconds