Home | History | Annotate | Download | only in HAL3

Lines Matching refs:buf_idx

150             uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i];
151 retVal = stream->invalidateBuf(buf_idx);
153 ALOGE("%s: invalidateBuf failed for buf_idx: %d err: %d",
154 __func__, buf_idx, retVal);
190 uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i];
191 retVal = stream->cleanInvalidateBuf(buf_idx);
193 ALOGE("%s: invalidateBuf failed for buf_idx: %d err: %d",
194 __func__, buf_idx, retVal);
494 bufDone(frame->bufs[0]->buf_idx);
531 stream->bufDone(recvd_frame->bufs[0]->buf_idx);
584 pme->bufDone(frame->bufs[0]->buf_idx);
1000 * @buf_idx : index of buffer
1009 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, uint32_t buf_idx,
1014 buf_idx, plane_idx,
1026 * @buf_idx : index of buffer
1033 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx)
1037 buf_idx, plane_idx);
1085 ALOGE("%s: batchBuf.buf_idx: %d enqueue failed", __func__,
1086 frame->bufs[0]->buf_idx);
1089 pme->bufDone(frame->bufs[0]->buf_idx);
1298 batchBufDef.buf_idx = index;
1334 mCurrentBatchBufDef->buf_idx);
1341 mCurrentBatchBufDef->user_buf.buf_idx[mBufsStaged] = bufDef.buf_idx;
1344 __func__, bufDef.buf_idx, mCurrentBatchBufDef->buf_idx);
1371 //if mBufsStaged < num_buffers, initialize the buf_idx to -1 for rest of the
1375 mCurrentBatchBufDef->user_buf.buf_idx[i] = -1;
1381 mCurrentBatchBufDef->buf_idx, rc);
1385 mCurrentBatchBufDef->buf_idx,
1430 ALOGE("%s: batchBuf.buf_idx: %d enqueue failed", __func__,
1431 batchBuf.buf_idx);
1436 batchBuf.buf_idx, batchBuf.user_buf.bufs_used);
1442 int32_t buf_idx = batchBuf.user_buf.buf_idx[i];
1443 buf = mBufDefs[buf_idx];
1459 batchBuf.buf_idx);