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()
1002 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
1028 recvd_frame->bufs[0] == NULL || in dataNotifySYNCCB()
1029 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { in dataNotifySYNCCB()
1058 recvd_frame->bufs[0] == NULL || in dataNotifyCB()
1059 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { in dataNotifyCB()
1068 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
1118 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
1254 mm_camera_buf_def_t **bufs, in getBufs() argument
1377 *bufs = mBufDefs; in getBufs()
1418 mm_camera_buf_def_t **bufs, in getBufsDeferred() argument
1436 *bufs = mBufDefs; in getBufsDeferred()
1688 mm_camera_buf_def_t **bufs, mm_camera_map_unmap_ops_tbl_t *ops_tbl) in allocateBatchBufs() argument
1863 *bufs = mBufDefs; in allocateBatchBufs()
2583 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()