Home
last modified time | relevance | path

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

12

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp92 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
147 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
268 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
403 pChannel->bufDone(recvd_frame); in capture_channel_cb_routine()
449 pChannel->bufDone(recvd_frame); in capture_channel_cb_routine()
825 stream->bufDone(frame->buf_idx); in preview_stream_cb_routine()
899 err = stream->bufDone((uint32_t)dequeuedIdx); in preview_stream_cb_routine()
1143 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
1174 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
1177 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()
2590 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
DQCameraChannel.cpp415 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() function in qcamera::QCameraChannel
423 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
446 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id) in bufDone() function in qcamera::QCameraChannel
457 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
887 int32_t rc = pVideoStream->bufDone(opaque, isMetaData); in releaseFrame()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp87 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
141 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
409 pChannel->bufDone(recvd_frame); in capture_channel_cb_routine()
574 stream->bufDone(frame->buf_idx); in preview_stream_cb_routine()
599 err = stream->bufDone((uint32_t)dequeuedIdx); in preview_stream_cb_routine()
828 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
859 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
862 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
907 stream->bufDone(frame->buf_idx); in rdi_mode_stream_cb_routine()
918 stream->bufDone(frame->buf_idx); in rdi_mode_stream_cb_routine()
[all …]
DQCameraStream.h65 virtual int32_t bufDone(uint32_t index);
66 virtual int32_t bufDone(const void *opaque, bool isMetaData);
DQCameraStream.cpp883 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
918 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
968 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
1000 int32_t QCameraStream::bufDone(uint32_t index) in bufDone() function in qcamera::QCameraStream
1027 int32_t QCameraStream::bufDone(const void *opaque, bool isMetaData) in bufDone() function in qcamera::QCameraStream
1061 rc = bufDone((uint32_t)index); in bufDone()
2142 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
DQCameraChannel.h61 virtual int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
DQCameraChannel.cpp405 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() function in qcamera::QCameraChannel
413 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
806 int32_t rc = pVideoStream->bufDone(opaque, isMetaData); in releaseFrame()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp87 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
141 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
409 pChannel->bufDone(recvd_frame); in capture_channel_cb_routine()
574 stream->bufDone(frame->buf_idx); in preview_stream_cb_routine()
599 err = stream->bufDone((uint32_t)dequeuedIdx); in preview_stream_cb_routine()
828 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
859 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
862 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
907 stream->bufDone(frame->buf_idx); in rdi_mode_stream_cb_routine()
918 stream->bufDone(frame->buf_idx); in rdi_mode_stream_cb_routine()
[all …]
DQCameraStream.h65 virtual int32_t bufDone(uint32_t index);
66 virtual int32_t bufDone(const void *opaque, bool isMetaData);
DQCameraStream.cpp883 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
918 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
968 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
1000 int32_t QCameraStream::bufDone(uint32_t index) in bufDone() function in qcamera::QCameraStream
1027 int32_t QCameraStream::bufDone(const void *opaque, bool isMetaData) in bufDone() function in qcamera::QCameraStream
1061 rc = bufDone((uint32_t)index); in bufDone()
2142 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
DQCameraChannel.h61 virtual int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Channel.cpp322 int32_t QCamera3Channel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() function in qcamera::QCamera3Channel
330 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
604 stream->bufDone(frameIndex); in streamCbRoutine()
757 rc = mStreams[0]->bufDone(index); in request()
1118 rc = ((QCamera3MetadataChannel*)m_pMetaChannel)->bufDone(recvd_frame); in metadataBufDone()
1630 rc = mStreams[0]->bufDone((uint32_t)index); in request()
2171 bufDone(super_frame); in streamCbRoutine()
2496 mStreams[0]->bufDone(bufIdx); in request()
2528 stream->bufDone(frameIndex); in streamCbRoutine()
2547 stream->bufDone(frameIndex); in streamCbRoutine()
[all …]
DQCamera3Stream.cpp494 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
531 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
584 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
616 int32_t QCamera3Stream::bufDone(uint32_t index) in bufDone() function in qcamera::QCamera3Stream
1089 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
DQCamera3Stream.h72 virtual int32_t bufDone(uint32_t index);
DQCamera3Channel.h73 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
512 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Channel.cpp322 int32_t QCamera3Channel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() function in qcamera::QCamera3Channel
330 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
604 stream->bufDone(frameIndex); in streamCbRoutine()
757 rc = mStreams[0]->bufDone(index); in request()
1118 rc = ((QCamera3MetadataChannel*)m_pMetaChannel)->bufDone(recvd_frame); in metadataBufDone()
1630 rc = mStreams[0]->bufDone((uint32_t)index); in request()
2171 bufDone(super_frame); in streamCbRoutine()
2496 mStreams[0]->bufDone(bufIdx); in request()
2528 stream->bufDone(frameIndex); in streamCbRoutine()
2547 stream->bufDone(frameIndex); in streamCbRoutine()
[all …]
DQCamera3Stream.cpp494 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
531 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
584 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
616 int32_t QCamera3Stream::bufDone(uint32_t index) in bufDone() function in qcamera::QCamera3Stream
1089 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
DQCamera3Stream.h72 virtual int32_t bufDone(uint32_t index);
DQCamera3Channel.h73 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
512 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp353 int32_t QCamera3Channel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() function in qcamera::QCamera3Channel
361 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
812 stream->bufDone(frameIndex); in streamCbRoutine()
1071 rc = mStreams[0]->bufDone(index); in request()
1427 rc = ((QCamera3MetadataChannel*)m_pMetaChannel)->bufDone(recvd_frame); in metadataBufDone()
2003 rc = mStreams[0]->bufDone((uint32_t)index); in request()
2477 bufDone(super_frame); in streamCbRoutine()
2805 mStreams[0]->bufDone(bufIdx); in request()
2837 stream->bufDone(frameIndex); in streamCbRoutine()
2856 stream->bufDone(frameIndex); in streamCbRoutine()
[all …]
DQCamera3Stream.cpp540 bufDone(frame->bufs[0]->buf_idx); in processDataNotify()
577 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
648 pme->bufDone(frame->bufs[0]->buf_idx); in dataProcRoutine()
681 int32_t QCamera3Stream::bufDone(uint32_t index) in bufDone() function in qcamera::QCamera3Stream
1226 pme->bufDone(frame->bufs[0]->buf_idx); in releaseFrameData()
DQCamera3Stream.h75 virtual int32_t bufDone(uint32_t index);

12