Lines Matching refs:buf_idx
150 uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i]; in invalidate_buf() local
151 retVal = stream->invalidateBuf(buf_idx); in invalidate_buf()
154 __func__, buf_idx, retVal); in invalidate_buf()
190 uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i]; in clean_invalidate_buf() local
191 retVal = stream->cleanInvalidateBuf(buf_idx); in clean_invalidate_buf()
194 __func__, buf_idx, retVal); in clean_invalidate_buf()
494 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
531 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
584 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
1009 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
1014 buf_idx, plane_idx, in mapBuf()
1033 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
1037 buf_idx, plane_idx); in unmapBuf()
1086 frame->bufs[0]->buf_idx); in releaseFrameData()
1089 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
1298 batchBufDef.buf_idx = index; in getBatchBufDef()
1334 mCurrentBatchBufDef->buf_idx); in aggregateBufToBatch()
1341 mCurrentBatchBufDef->user_buf.buf_idx[mBufsStaged] = bufDef.buf_idx; in aggregateBufToBatch()
1344 __func__, bufDef.buf_idx, mCurrentBatchBufDef->buf_idx); in aggregateBufToBatch()
1375 mCurrentBatchBufDef->user_buf.buf_idx[i] = -1; in queueBatchBuf()
1381 mCurrentBatchBufDef->buf_idx, rc); in queueBatchBuf()
1385 mCurrentBatchBufDef->buf_idx, in queueBatchBuf()
1431 batchBuf.buf_idx); in handleBatchBuffer()
1436 batchBuf.buf_idx, batchBuf.user_buf.bufs_used); in handleBatchBuffer()
1442 int32_t buf_idx = batchBuf.user_buf.buf_idx[i]; in handleBatchBuffer() local
1443 buf = mBufDefs[buf_idx]; in handleBatchBuffer()
1459 batchBuf.buf_idx); in handleBatchBuffer()