Lines Matching refs:j
264 for (int j = i-1; j >= 0; j--) in alloc() local
265 deallocOneBuffer(mMemInfo[j]); in alloc()
277 for (int j = i-1; j >= 0; j--) in alloc() local
278 mMemoryPool->releaseBuffer(mMemInfo[j], in alloc()
671 for (int j = i-1; j >= 0; j --) { in allocate() local
672 munmap(mPtr[j], mMemInfo[j].size); in allocate()
673 mPtr[j] = NULL; in allocate()
674 deallocOneBuffer(mMemInfo[j]); in allocate()
714 for (int j = i-1; j >= mBufferCount; j --) { in allocateMore() local
715 munmap(mPtr[j], mMemInfo[j].size); in allocateMore()
716 mPtr[j] = NULL; in allocateMore()
717 deallocOneBuffer(mMemInfo[j]); in allocateMore()
1108 for (int j = 0; j <= i-1; j ++) in allocate() local
1109 mMetadata[j]->release(mMetadata[j]); in allocate()
1151 for (int j = mBufferCount; j <= i-1; j ++) { in allocateMore() local
1152 mMetadata[j]->release(mMetadata[j]); in allocateMore()
1153 mCameraMemory[j]->release(mCameraMemory[j]); in allocateMore()
1154 mCameraMemory[j] = NULL; in allocateMore()
1155 deallocOneBuffer(mMemInfo[j]);; in allocateMore()