Lines Matching refs:buf_idx
217 uint32_t buf_idx = stream->mBufDefs[index].user_buf.buf_idx[i]; in invalidate_buf() local
218 stream->invalidateBuf(buf_idx); in invalidate_buf()
254 uint32_t buf_idx = stream->mBufDefs[index].user_buf.buf_idx[i]; in clean_invalidate_buf() local
255 stream->cleanInvalidateBuf(buf_idx); in clean_invalidate_buf()
1002 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
1068 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
1118 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
1199 uint8_t buf_idx = mStreamMetaMemory[index].buf_index[i]; in bufDone() local
1200 bufDone((uint32_t)buf_idx); in bufDone()
2449 int32_t QCameraStream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
2455 (cam_mapping_buf_type)buf_type, mHandle, buf_idx, plane_idx, in mapBuf()
2506 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, in unmapBuf() argument
2510 return ops_tbl->unmap_ops(buf_idx, plane_idx, in unmapBuf()
2514 mHandle, buf_type, buf_idx, plane_idx); in unmapBuf()
2590 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()