Home
last modified time | relevance | path

Searched refs:bufDone (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp95 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
150 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
271 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
406 pChannel->bufDone(recvd_frame); in capture_channel_cb_routine()
452 pChannel->bufDone(recvd_frame); in capture_channel_cb_routine()
828 stream->bufDone(frame->buf_idx); in preview_stream_cb_routine()
902 err = stream->bufDone((uint32_t)dequeuedIdx); in preview_stream_cb_routine()
1146 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
1177 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
1180 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
[all …]
DQCameraChannel.h63 virtual int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
64 virtual int32_t bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id);
DQCameraStream.h70 virtual int32_t bufDone(uint32_t index);
71 virtual int32_t bufDone(const void *opaque, bool isMetaData);
DQCameraStream.cpp1002 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
1068 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
1118 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
1150 int32_t QCameraStream::bufDone(uint32_t index) in bufDone() function in qcamera::QCameraStream
1178 int32_t QCameraStream::bufDone(const void *opaque, bool isMetaData) in bufDone() function in qcamera::QCameraStream
1200 bufDone((uint32_t)buf_idx); in bufDone()
1207 rc = bufDone((uint32_t)index); in bufDone()
2583 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
DQCameraChannel.cpp411 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() function in qcamera::QCameraChannel
419 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
442 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id) in bufDone() function in qcamera::QCameraChannel
453 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
883 int32_t rc = pVideoStream->bufDone(opaque, isMetaData); in releaseFrame()
DQCameraPostProc.cpp1654 pChannel->bufDone(super_buf); in releaseSuperBuf()
1697 pChannel->bufDone(super_buf, super_buf->bufs[i]->stream_id); in releaseSuperBuf()
DQCamera2HWI.cpp8393 stream->bufDone((uint32_t)idx); in returnStreamBuffer()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp349 int32_t QCamera3Channel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() function in qcamera::QCamera3Channel
357 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
802 stream->bufDone(frameIndex); in streamCbRoutine()
965 rc = mStreams[0]->bufDone(index); in request()
1319 rc = ((QCamera3MetadataChannel*)m_pMetaChannel)->bufDone(recvd_frame); in metadataBufDone()
1884 rc = mStreams[0]->bufDone((uint32_t)index); in request()
2352 bufDone(super_frame); in streamCbRoutine()
2675 mStreams[0]->bufDone(bufIdx); in request()
2707 stream->bufDone(frameIndex); in streamCbRoutine()
2726 stream->bufDone(frameIndex); in streamCbRoutine()
[all …]
DQCamera3Stream.cpp512 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
549 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
603 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
635 int32_t QCamera3Stream::bufDone(uint32_t index) in bufDone() function in qcamera::QCamera3Stream
1134 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
DQCamera3Stream.h75 virtual int32_t bufDone(uint32_t index);
DQCamera3Channel.h89 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
545 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
DQCamera3PostProc.cpp910 m_parent->bufDone(super_buf); in releaseSuperBuf()
965 rc = m_pReprocChannel->bufDone(job->src_frame); in releaseJpegJobData()