Home | History | Annotate | Download | only in HAL3

Lines Matching full:bufs

54  *   @bufs       : output of allocated buffers
66 mm_camera_buf_def_t **bufs,
76 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
85 bufs, ops_tbl);
494 bufDone(frame->bufs[0]->buf_idx);
521 recvd_frame->bufs[0] == NULL ||
522 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) {
531 stream->bufDone(recvd_frame->bufs[0]->buf_idx);
577 if (UNLIKELY(frame->bufs[0]->buf_type ==
584 pme->bufDone(frame->bufs[0]->buf_idx);
719 * @bufs : output of allocated buffers
729 mm_camera_buf_def_t **bufs,
827 *bufs = mBufDefs;
1084 if(!pme->mFreeBatchBufQ.enqueue((void*) frame->bufs[0])) {
1086 frame->bufs[0]->buf_idx);
1089 pme->bufDone(frame->bufs[0]->buf_idx);
1103 * @bufs : output of allocated buffers
1112 mm_camera_buf_def_t **bufs,
1118 if (!ops_tbl || !num_bufs || !initial_reg_flag || !bufs) {
1136 // mStreamBatchBufs considers all the container bufs as a single buffer. But
1149 * batch bufs */
1152 //For USER_BUF, size = number_of_container bufs instead of the total
1175 CDBG ("%s: batch bufs successfully mmapped = %d",
1216 *bufs = mBatchBufDefs;
1421 if (!superBuf->bufs[0]) {
1422 ALOGE("%s: superBuf->bufs[0] is NULL!!", __func__);
1428 batchBuf = *superBuf->bufs[0];
1429 if (!mFreeBatchBufQ.enqueue((void*) superBuf->bufs[0])) {
1453 frame->bufs[0] = &buf;