Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraChannel.cpp411 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() argument
414 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in bufDone()
415 if (recvd_frame->bufs[i] != NULL) { in bufDone()
418 mStreams[j]->getMyHandle() == recvd_frame->bufs[i]->stream_id) { in bufDone()
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() argument
446 for (int32_t i = 0; i < (int32_t)recvd_frame->num_bufs; i++) { in bufDone()
448 if ((recvd_frame->bufs[i] != NULL) && in bufDone()
449 (recvd_frame->bufs[i]->stream_id == stream_id)) { in bufDone()
453 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
[all …]
DQCamera2HWICallbacks.cpp69 void QCamera2HardwareInterface::zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, in zsl_channel_cb() argument
80 pme->mCameraHandle->camera_handle != recvd_frame->camera_handle){ in zsl_channel_cb()
87 pChannel->getMyHandle() != recvd_frame->ch_id) { in zsl_channel_cb()
94 pme->selectScene(pChannel, recvd_frame); in zsl_channel_cb()
95 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
100 recvd_frame->bUnlockAEC, pme->m_bLedAfAecLock); in zsl_channel_cb()
101 if(recvd_frame->bUnlockAEC && pme->m_bLedAfAecLock) { in zsl_channel_cb()
121 if (recvd_frame->bReadyForPrepareSnapshot) { in zsl_channel_cb()
150 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
153 *frame = *recvd_frame; in zsl_channel_cb()
[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);
DQCameraPostProc.h188 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
197 int32_t setYUVFrameInfo(mm_camera_super_buf_t *recvd_frame);
DQCameraStream.cpp1021 void QCameraStream::dataNotifySYNCCB(mm_camera_super_buf_t *recvd_frame, in dataNotifySYNCCB() argument
1027 recvd_frame == NULL || in dataNotifySYNCCB()
1028 recvd_frame->bufs[0] == NULL || in dataNotifySYNCCB()
1029 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { in dataNotifySYNCCB()
1034 stream->mSYNCDataCB(recvd_frame, stream, stream->mUserData); in dataNotifySYNCCB()
1051 void QCameraStream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, in dataNotifyCB() argument
1057 recvd_frame == NULL || in dataNotifyCB()
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()
[all …]
DQCameraPostProc.cpp2086 mm_camera_super_buf_t *recvd_frame = jpeg_job_data->src_frame; in encodeData() local
2092 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in encodeData()
2097 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in encodeData()
2106 recvd_frame->ch_id); in encodeData()
2117 recvd_frame, in encodeData()
2533 int32_t QCameraPostProcessor::processRawImageImpl(mm_camera_super_buf_t *recvd_frame) in processRawImageImpl() argument
2537 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in processRawImageImpl()
2544 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in processRawImageImpl()
2552 recvd_frame->ch_id); in processRawImageImpl()
2557 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in processRawImageImpl()
[all …]
DQCamera2HWI.h409 mm_camera_super_buf_t *recvd_frame);
440 mm_camera_buf_def_t *getSnapshotFrame(mm_camera_super_buf_t *recvd_frame);
499 static void zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, void *userdata);
500 static void capture_channel_cb_routine(mm_camera_super_buf_t *recvd_frame,
502 static void postproc_channel_cb_routine(mm_camera_super_buf_t *recvd_frame,
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,
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c336 mm_camera_super_buf_t *recvd_frame = ( mm_camera_super_buf_t * ) data; in mm_app_release_ppinput() local
339 for ( i = 0 ; i < recvd_frame->num_bufs ; i++) { in mm_app_release_ppinput()
341 recvd_frame->ch_id, in mm_app_release_ppinput()
342 recvd_frame->bufs[i])) { in mm_app_release_ppinput()
345 mm_app_cache_ops((mm_camera_app_meminfo_t *) recvd_frame->bufs[i]->mem_info, in mm_app_release_ppinput()
Dmm_qcamera_snapshot.c80 int encodeData(mm_camera_test_obj_t *test_obj, mm_camera_super_buf_t* recvd_frame, in encodeData() argument
95 *(test_obj->current_job_frames) = *recvd_frame; in encodeData()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.h89 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
207 int32_t metadataBufDone(mm_camera_super_buf_t *recvd_frame);
495 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
545 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
548 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
DQCamera3PostProc.cpp1123 qcamera_fwk_input_pp_data_t *recvd_frame = NULL; in encodeFWKData() local
1134 recvd_frame = jpeg_job_data->fwk_frame; in encodeFWKData()
1135 if (NULL == recvd_frame) { in encodeFWKData()
1166 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width; in encodeFWKData()
1167 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height; in encodeFWKData()
1171 dst_dim.width = recvd_frame->reproc_config.output_stream_dim.width; in encodeFWKData()
1172 dst_dim.height = recvd_frame->reproc_config.output_stream_dim.height; in encodeFWKData()
1200 getFWKJpegEncodeConfig(encodeParam, recvd_frame, jpeg_settings); in encodeFWKData()
1335 mm_camera_super_buf_t *recvd_frame = NULL; in encodeData() local
1348 recvd_frame = jpeg_job_data->src_frame; in encodeData()
[all …]
DQCamera3Stream.cpp532 void QCamera3Stream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, in dataNotifyCB() argument
538 recvd_frame == NULL || in dataNotifyCB()
539 recvd_frame->bufs[0] == NULL || in dataNotifyCB()
540 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { in dataNotifyCB()
549 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
552 *frame = *recvd_frame; in dataNotifyCB()
DQCamera3Channel.cpp349 int32_t QCamera3Channel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() argument
352 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in bufDone()
353 if (recvd_frame->bufs[i] != NULL) { in bufDone()
356 mStreams[j]->getMyHandle() == recvd_frame->bufs[i]->stream_id) { in bufDone()
357 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
1311 int32_t QCamera3ProcessingChannel::metadataBufDone(mm_camera_super_buf_t *recvd_frame) in metadataBufDone() argument
1314 if ((NULL == m_pMetaChannel) || (NULL == recvd_frame)) { in metadataBufDone()
1319 rc = ((QCamera3MetadataChannel*)m_pMetaChannel)->bufDone(recvd_frame); in metadataBufDone()
3364 void QCamera3PicChannel::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, in dataNotifyCB() argument
3387 channel->QCamera3PicChannel::streamCbRoutine(recvd_frame, channel->mStreams[0]); in dataNotifyCB()
[all …]
DQCamera3Stream.h82 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame, void *userdata);
DQCamera3PostProc.h154 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h499 extern int encodeData(mm_camera_test_obj_t *test_obj, mm_camera_super_buf_t* recvd_frame,