Home | History | Annotate | Download | only in HAL3

Lines Matching defs:it

515  *   @name    : 1 if it is ISP output/pproc input, 2 if it is pproc output
976 * start it
2206 // on that to reach end of buffer and with it the header
2445 List<uint32_t>::iterator it = mFreeBufferList.begin();
2446 uint32_t freeBuffer = *it;
2448 mFreeBufferList.erase(it);
3117 List<OfflineBuffer>::iterator it = mOfflineBuffers.begin();
3118 for (; it != mOfflineBuffers.end(); it++) {
3119 stream = (*it).stream;
3121 rc = stream->unmapBuf((*it).type,
3122 (*it).index,
3128 CDBG("%s: Unmapped buffer with index %d", __func__, (*it).index);
3131 mOfflineBuffers.erase(it);
3142 List<OfflineBuffer>::iterator it = mOfflineMetaBuffers.begin();
3143 for (; it != mOfflineMetaBuffers.end(); it++) {
3144 stream = (*it).stream;
3146 rc = stream->unmapBuf((*it).type,
3147 (*it).index,
3153 CDBG("%s: Unmapped meta buffer with index %d", __func__, (*it).index);
3156 mOfflineMetaBuffers.erase(it);
3380 //qbuf the output buffer if it was allocated by the framework