Lines Matching refs:buf_idx

168             uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i];  in invalidate_buf()  local
169 retVal = stream->invalidateBuf(buf_idx); in invalidate_buf()
172 buf_idx, retVal); in invalidate_buf()
208 uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i]; in clean_invalidate_buf() local
209 retVal = stream->cleanInvalidateBuf(buf_idx); in clean_invalidate_buf()
212 buf_idx, retVal); in clean_invalidate_buf()
248 uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i]; in clean_buf() local
249 retVal = stream->cleanBuf(buf_idx); in clean_buf()
252 buf_idx, retVal); in clean_buf()
613 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
650 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
721 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
1261 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
1267 buf_idx, plane_idx, in mapBuf()
1286 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
1291 buf_idx, plane_idx); in unmapBuf()
1341 frame->bufs[0]->buf_idx); in releaseFrameData()
1344 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
1564 batchBufDef.buf_idx = index; in getBatchBufDef()
1600 mCurrentBatchBufDef->buf_idx); in aggregateBufToBatch()
1607 mCurrentBatchBufDef->user_buf.buf_idx[mBufsStaged] = bufDef.buf_idx; in aggregateBufToBatch()
1610 bufDef.buf_idx, mCurrentBatchBufDef->buf_idx); in aggregateBufToBatch()
1669 mCurrentBatchBufDef->user_buf.buf_idx[i] = -1; in queueBatchBuf()
1675 mCurrentBatchBufDef->buf_idx, rc); in queueBatchBuf()
1679 mCurrentBatchBufDef->buf_idx, in queueBatchBuf()
1725 batchBuf.buf_idx); in handleBatchBuffer()
1730 batchBuf.buf_idx, batchBuf.user_buf.bufs_used); in handleBatchBuffer()
1736 int32_t buf_idx = batchBuf.user_buf.buf_idx[i]; in handleBatchBuffer() local
1737 buf = mBufDefs[buf_idx]; in handleBatchBuffer()
1752 batchBuf.buf_idx); in handleBatchBuffer()