Lines Matching refs:bufs
70 mm_camera_buf_def_t **bufs, in get_bufs() argument
84 initial_reg_flag, bufs, ops_tbl); in get_bufs()
88 initial_reg_flag, bufs, ops_tbl); in get_bufs()
114 mm_camera_buf_def_t **bufs, in get_bufs_deffered() argument
125 return stream->getBufsDeferred(NULL /*offset*/, num_bufs, initial_reg_flag, bufs, in get_bufs_deffered()
1101 recvd_frame->bufs[0] == NULL || in dataNotifySYNCCB()
1103 recvd_frame->bufs[0]->stream_id)) { in dataNotifySYNCCB()
1131 recvd_frame->bufs[0] == NULL || in dataNotifyCB()
1133 recvd_frame->bufs[0]->stream_id))) { in dataNotifyCB()
1255 if (super_buf->bufs[i] != NULL) { in bufDone()
1256 rc |= bufDone(super_buf->bufs[i]->buf_idx); in bufDone()
1374 mm_camera_buf_def_t **bufs, in getBufs() argument
1498 *bufs = mBufDefs; in getBufs()
1538 mm_camera_buf_def_t **bufs, in getBufsDeferred() argument
1556 *bufs = mBufDefs; in getBufsDeferred()
1809 mm_camera_buf_def_t **bufs, mm_camera_map_unmap_ops_tbl_t *ops_tbl) in allocateBatchBufs() argument
1986 *bufs = mBufDefs; in allocateBatchBufs()
2738 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()