Lines Matching full:bufs
71 * @bufs : output of allocated buffers
83 mm_camera_buf_def_t **bufs,
93 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
102 bufs, ops_tbl);
540 bufDone(frame->bufs[0]->buf_idx);
567 recvd_frame->bufs[0] == NULL ||
568 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) {
577 stream->bufDone(recvd_frame->bufs[0]->buf_idx);
641 if (UNLIKELY(frame->bufs[0]->buf_type ==
648 pme->bufDone(frame->bufs[0]->buf_idx);
831 * @bufs : output of allocated buffers
841 mm_camera_buf_def_t **bufs,
944 *bufs = mBufDefs;
1221 if(!pme->mFreeBatchBufQ.enqueue((void*) frame->bufs[0])) {
1223 frame->bufs[0]->buf_idx);
1226 pme->bufDone(frame->bufs[0]->buf_idx);
1240 * @bufs : output of allocated buffers
1249 mm_camera_buf_def_t **bufs,
1255 if (!ops_tbl || !num_bufs || !initial_reg_flag || !bufs) {
1273 // mStreamBatchBufs considers all the container bufs as a single buffer. But
1286 * batch bufs */
1289 //For USER_BUF, size = number_of_container bufs instead of the total
1313 LOGD("batch bufs successfully mmapped = %d",
1353 *bufs = mBatchBufDefs;
1557 if (!superBuf->bufs[0]) {
1558 LOGE("superBuf->bufs[0] is NULL!!");
1564 batchBuf = *superBuf->bufs[0];
1565 if (!mFreeBatchBufQ.enqueue((void*) superBuf->bufs[0])) {
1588 frame->bufs[0] = &buf;