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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp108 while (!mTableEntryList.empty()) {
109 typename List<TYPE *>::iterator it = mTableEntryList.begin();
111 mTableEntryList.erase(it);
122 typename List<TYPE *>::iterator it = mTableEntryList.begin();
124 while (it != mTableEntryList.end() && iterations > 0) {
128 CHECK(it != mTableEntryList.end());
143 typename List<TYPE *>::iterator it = mTableEntryList.begin();
145 while (it != mTableEntryList.end() && iterations > 0) {
149 CHECK(it != mTableEntryList.end());
165 mTableEntryList
208 mutable List<TYPE *> mTableEntryList; member in struct:android::MPEG4Writer::Track::ListTableEntries
[all...]

Completed in 24 milliseconds