Home
last modified time | relevance | path

Searched refs:recvd_frame (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp79 recvd_frame->camera_handle))) { in zsl_channel_cb()
87 recvd_frame->ch_id))) { in zsl_channel_cb()
95 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
153 *frame = *recvd_frame; in zsl_channel_cb()
155 if (recvd_frame->num_bufs > 0) { in zsl_channel_cb()
391 recvd_frame->camera_handle)){ in capture_channel_cb_routine()
399 recvd_frame->ch_id)) { in capture_channel_cb_routine()
412 *frame = *recvd_frame; in capture_channel_cb_routine()
414 if (recvd_frame->num_bufs > 0) { in capture_channel_cb_routine()
663 *frame = *recvd_frame; in postproc_channel_cb_routine()
[all …]
H A DQCameraChannel.cpp458 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() argument
461 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in bufDone()
462 if (recvd_frame->bufs[i] != NULL) { in bufDone()
466 recvd_frame->bufs[i]->stream_id))) { in bufDone()
494 for (int32_t i = 0; i < (int32_t)recvd_frame->num_bufs; i++) { in bufDone()
496 if ((recvd_frame->bufs[i] != NULL) && in bufDone()
497 (recvd_frame->bufs[i]->stream_id == stream_id)) { in bufDone()
501 recvd_frame->bufs[i]->stream_id))) { in bufDone()
507 if ((index >= 0) && (index < (int32_t)recvd_frame->num_bufs)) { in bufDone()
509 recvd_frame->bufs[j] = recvd_frame->bufs[j + 1]; in bufDone()
[all …]
H A DQCameraChannel.h64 virtual int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
65 virtual int32_t bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id);
H A DQCameraStream.cpp1094 void QCameraStream::dataNotifySYNCCB(mm_camera_super_buf_t *recvd_frame, in dataNotifySYNCCB() argument
1100 recvd_frame == NULL || in dataNotifySYNCCB()
1101 recvd_frame->bufs[0] == NULL || in dataNotifySYNCCB()
1103 recvd_frame->bufs[0]->stream_id)) { in dataNotifySYNCCB()
1108 stream->mSYNCDataCB(recvd_frame, stream, stream->mUserData); in dataNotifySYNCCB()
1124 void QCameraStream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, in dataNotifyCB() argument
1130 recvd_frame == NULL || in dataNotifyCB()
1131 recvd_frame->bufs[0] == NULL || in dataNotifyCB()
1133 recvd_frame->bufs[0]->stream_id))) { in dataNotifyCB()
1142 stream->bufDone(recvd_frame); in dataNotifyCB()
[all …]
H A DQCamera2HWI.h437 mm_camera_super_buf_t *recvd_frame);
468 mm_camera_buf_def_t *getSnapshotFrame(mm_camera_super_buf_t *recvd_frame);
531 static void zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, void *userdata);
532 static void capture_channel_cb_routine(mm_camera_super_buf_t *recvd_frame,
534 static void postproc_channel_cb_routine(mm_camera_super_buf_t *recvd_frame,
H A DQCameraPostProc.cpp2319 mm_camera_super_buf_t *recvd_frame = jpeg_job_data->src_frame; in encodeData() local
2343 recvd_frame->ch_id); in encodeData()
2352 recvd_frame, in encodeData()
2427 recvd_frame = jpeg_job_data->src_frame; in encodeData()
2890 recvd_frame->ch_id); in processRawImageImpl()
2895 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in processRawImageImpl()
2897 pChannel->getStreamByHandle(recvd_frame->bufs[i]->stream_id); in processRawImageImpl()
2904 frame = recvd_frame->bufs[i]; in processRawImageImpl()
2987 release_data.frame = recvd_frame; in processRawImageImpl()
3651 recvd_frame->ch_id); in setYUVFrameInfo()
[all …]
H A DQCameraPostProc.h225 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
234 int32_t setYUVFrameInfo(mm_camera_super_buf_t *recvd_frame);
H A DQCameraStream.h81 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame, void *userdata);
82 static void dataNotifySYNCCB(mm_camera_super_buf_t *recvd_frame,
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_reprocess.c339 mm_camera_super_buf_t *recvd_frame = ( mm_camera_super_buf_t * ) data; in mm_app_release_ppinput() local
342 for ( i = 0 ; i < recvd_frame->num_bufs ; i++) { in mm_app_release_ppinput()
344 recvd_frame->ch_id, in mm_app_release_ppinput()
345 recvd_frame->bufs[i])) { in mm_app_release_ppinput()
348 mm_app_cache_ops((mm_camera_app_meminfo_t *) recvd_frame->bufs[i]->mem_info, in mm_app_release_ppinput()
H A Dmm_qcamera_snapshot.c80 int encodeData(mm_camera_test_obj_t *test_obj, mm_camera_super_buf_t* recvd_frame, in encodeData() argument
94 *(test_obj->current_job_frames) = *recvd_frame; in encodeData()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1199 qcamera_fwk_input_pp_data_t *recvd_frame = NULL; in encodeFWKData() local
1211 recvd_frame = jpeg_job_data->fwk_frame; in encodeFWKData()
1212 if (NULL == recvd_frame) { in encodeFWKData()
1247 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width; in encodeFWKData()
1613 mm_camera_super_buf_t *recvd_frame = NULL; in encodeData() local
1630 recvd_frame = jpeg_job_data->src_frame; in encodeData()
1639 if (m_parent->getMyHandle() == recvd_frame->ch_id) { in encodeData()
1645 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in encodeData()
1654 recvd_frame->ch_id); in encodeData()
1660 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in encodeData()
[all …]
H A DQCamera3Channel.h98 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
235 virtual int32_t metadataBufDone(mm_camera_super_buf_t *recvd_frame);
579 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
584 int32_t metadataBufDone(mm_camera_super_buf_t *recvd_frame) override;
653 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
656 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
H A DQCamera3Stream.cpp633 void QCamera3Stream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, in dataNotifyCB() argument
639 recvd_frame == NULL || in dataNotifyCB()
640 recvd_frame->bufs[0] == NULL || in dataNotifyCB()
641 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { in dataNotifyCB()
650 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
653 *frame = *recvd_frame; in dataNotifyCB()
H A DQCamera3Channel.cpp360 int32_t QCamera3Channel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() argument
363 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in bufDone()
364 if (recvd_frame->bufs[i] != NULL) { in bufDone()
1579 if ((NULL == m_pMetaChannel) || (NULL == recvd_frame)) { in metadataBufDone()
1584 rc = ((QCamera3MetadataChannel*)m_pMetaChannel)->bufDone(recvd_frame); in metadataBufDone()
3756 if (recvd_frame != nullptr && recvd_frame->num_bufs == 1) { in metadataBufDone()
3760 if (iter->get() == recvd_frame->bufs[0]->buffer) { in metadataBufDone()
3771 return QCamera3ProcessingChannel::metadataBufDone(recvd_frame); in metadataBufDone()
3973 void QCamera3PicChannel::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, in dataNotifyCB() argument
4939 if (recvd_frame && recvd_frame->num_bufs == 1) { in bufDone()
[all …]
H A DQCamera3PostProc.h156 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
H A DQCamera3Stream.h84 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame, void *userdata);
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h515 extern int encodeData(mm_camera_test_obj_t *test_obj, mm_camera_super_buf_t* recvd_frame,