Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mBoxes

914     CHECK(mBoxes.empty());
1103 for (List<off64_t>::iterator it = mBoxes.begin();
1104 it != mBoxes.end(); ++it) {
1129 mBoxes.push_back(mWriteMoovBoxToMemory?
1137 CHECK(!mBoxes.empty());
1139 off64_t offset = *--mBoxes.end();
1140 mBoxes.erase(--mBoxes.end());