Lines Matching defs:it
463 * @name : 1 if it is ISP output/pproc input, 2 if it is pproc output
1372 // on that to reach end of buffer and with it the header
1686 List<uint32_t>::iterator it = mFreeBufferList.begin();
1687 uint32_t freeBuffer = *it;
1689 mFreeBufferList.erase(it);
2890 List<OfflineBuffer>::iterator it = mOfflineBuffers.begin();
2891 for (; it != mOfflineBuffers.end(); it++) {
2892 stream = (*it).stream;
2894 rc = stream->unmapBuf((*it).type,
2895 (*it).index,
2901 CDBG("%s: Unmapped buffer with index %d", __func__, (*it).index);
2904 mOfflineBuffers.erase(it);
2915 List<OfflineBuffer>::iterator it = mOfflineMetaBuffers.begin();
2916 for (; it != mOfflineMetaBuffers.end(); it++) {
2917 stream = (*it).stream;
2919 rc = stream->unmapBuf((*it).type,
2920 (*it).index,
2926 CDBG("%s: Unmapped meta buffer with index %d", __func__, (*it).index);
2929 mOfflineMetaBuffers.erase(it);