Lines Matching refs:buf_idx
208 uint32_t buf_idx = stream->mBufDefs[index].user_buf.buf_idx[i]; in invalidate_buf() local
209 stream->invalidateBuf(buf_idx); in invalidate_buf()
245 uint32_t buf_idx = stream->mBufDefs[index].user_buf.buf_idx[i]; in clean_invalidate_buf() local
246 stream->cleanInvalidateBuf(buf_idx); in clean_invalidate_buf()
883 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
918 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
968 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
2029 int32_t QCameraStream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
2033 return ops_tbl->map_ops(buf_idx, plane_idx, fd, in mapBuf()
2037 mHandle, buf_type, buf_idx, plane_idx, in mapBuf()
2058 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, in unmapBuf() argument
2062 return ops_tbl->unmap_ops(buf_idx, plane_idx, in unmapBuf()
2066 mHandle, buf_type, buf_idx, plane_idx); in unmapBuf()
2142 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()