Home
last modified time | relevance | path

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

123

/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp60 void QCamera2HardwareInterface::zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, in zsl_channel_cb() argument
72 pme->mCameraHandle->camera_handle != recvd_frame->camera_handle){ in zsl_channel_cb()
79 pChannel->getMyHandle() != recvd_frame->ch_id) { in zsl_channel_cb()
86 pme->selectScene(pChannel, recvd_frame); in zsl_channel_cb()
87 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
92 __func__, recvd_frame->bUnlockAEC, pme->m_bLedAfAecLock); in zsl_channel_cb()
93 if(recvd_frame->bUnlockAEC && pme->m_bLedAfAecLock) { in zsl_channel_cb()
113 if (recvd_frame->bReadyForPrepareSnapshot) { in zsl_channel_cb()
141 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
144 *frame = *recvd_frame; in zsl_channel_cb()
[all …]
DQCameraPostProc.h167 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
176 int32_t setYUVFrameInfo(mm_camera_super_buf_t *recvd_frame);
DQCamera2HWI.h379 mm_camera_super_buf_t *recvd_frame);
407 mm_camera_buf_def_t *getSnapshotFrame(mm_camera_super_buf_t *recvd_frame);
459 static void zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, void *userdata);
460 static void capture_channel_cb_routine(mm_camera_super_buf_t *recvd_frame,
462 static void postproc_channel_cb_routine(mm_camera_super_buf_t *recvd_frame,
DQCameraPostProc.cpp1789 mm_camera_super_buf_t *recvd_frame = jpeg_job_data->src_frame; in encodeData() local
1795 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in encodeData()
1800 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in encodeData()
1809 __func__, __LINE__, recvd_frame->ch_id); in encodeData()
1820 recvd_frame, in encodeData()
2155 int32_t QCameraPostProcessor::processRawImageImpl(mm_camera_super_buf_t *recvd_frame) in processRawImageImpl() argument
2159 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in processRawImageImpl()
2166 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in processRawImageImpl()
2174 __func__, __LINE__, recvd_frame->ch_id); in processRawImageImpl()
2179 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in processRawImageImpl()
[all …]
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp60 void QCamera2HardwareInterface::zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, in zsl_channel_cb() argument
72 pme->mCameraHandle->camera_handle != recvd_frame->camera_handle){ in zsl_channel_cb()
79 pChannel->getMyHandle() != recvd_frame->ch_id) { in zsl_channel_cb()
86 pme->selectScene(pChannel, recvd_frame); in zsl_channel_cb()
87 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
92 __func__, recvd_frame->bUnlockAEC, pme->m_bLedAfAecLock); in zsl_channel_cb()
93 if(recvd_frame->bUnlockAEC && pme->m_bLedAfAecLock) { in zsl_channel_cb()
113 if (recvd_frame->bReadyForPrepareSnapshot) { in zsl_channel_cb()
141 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
144 *frame = *recvd_frame; in zsl_channel_cb()
[all …]
DQCameraPostProc.h167 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
176 int32_t setYUVFrameInfo(mm_camera_super_buf_t *recvd_frame);
DQCamera2HWI.h379 mm_camera_super_buf_t *recvd_frame);
407 mm_camera_buf_def_t *getSnapshotFrame(mm_camera_super_buf_t *recvd_frame);
459 static void zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, void *userdata);
460 static void capture_channel_cb_routine(mm_camera_super_buf_t *recvd_frame,
462 static void postproc_channel_cb_routine(mm_camera_super_buf_t *recvd_frame,
DQCameraPostProc.cpp1789 mm_camera_super_buf_t *recvd_frame = jpeg_job_data->src_frame; in encodeData() local
1795 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in encodeData()
1800 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in encodeData()
1809 __func__, __LINE__, recvd_frame->ch_id); in encodeData()
1820 recvd_frame, in encodeData()
2155 int32_t QCameraPostProcessor::processRawImageImpl(mm_camera_super_buf_t *recvd_frame) in processRawImageImpl() argument
2159 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in processRawImageImpl()
2166 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in processRawImageImpl()
2174 __func__, __LINE__, recvd_frame->ch_id); in processRawImageImpl()
2179 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in processRawImageImpl()
[all …]
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp66 void QCamera2HardwareInterface::zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, in zsl_channel_cb() argument
77 pme->mCameraHandle->camera_handle != recvd_frame->camera_handle){ in zsl_channel_cb()
84 pChannel->getMyHandle() != recvd_frame->ch_id) { in zsl_channel_cb()
91 pme->selectScene(pChannel, recvd_frame); in zsl_channel_cb()
92 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
97 recvd_frame->bUnlockAEC, pme->m_bLedAfAecLock); in zsl_channel_cb()
98 if(recvd_frame->bUnlockAEC && pme->m_bLedAfAecLock) { in zsl_channel_cb()
118 if (recvd_frame->bReadyForPrepareSnapshot) { in zsl_channel_cb()
147 pChannel->bufDone(recvd_frame); in zsl_channel_cb()
150 *frame = *recvd_frame; in zsl_channel_cb()
[all …]
DQCameraChannel.cpp415 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() argument
418 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in bufDone()
419 if (recvd_frame->bufs[i] != NULL) { in bufDone()
422 mStreams[j]->getMyHandle() == recvd_frame->bufs[i]->stream_id) { in bufDone()
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() argument
450 for (int32_t i = 0; i < (int32_t)recvd_frame->num_bufs; i++) { in bufDone()
452 if ((recvd_frame->bufs[i] != NULL) && in bufDone()
453 (recvd_frame->bufs[i]->stream_id == stream_id)) { in bufDone()
457 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
[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.cpp2090 mm_camera_super_buf_t *recvd_frame = jpeg_job_data->src_frame; in encodeData() local
2096 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in encodeData()
2101 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in encodeData()
2110 recvd_frame->ch_id); in encodeData()
2121 recvd_frame, in encodeData()
2555 int32_t QCameraPostProcessor::processRawImageImpl(mm_camera_super_buf_t *recvd_frame) in processRawImageImpl() argument
2559 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in processRawImageImpl()
2566 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in processRawImageImpl()
2574 recvd_frame->ch_id); in processRawImageImpl()
2579 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in processRawImageImpl()
[all …]
DQCamera2HWI.h415 mm_camera_super_buf_t *recvd_frame);
446 mm_camera_buf_def_t *getSnapshotFrame(mm_camera_super_buf_t *recvd_frame);
505 static void zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, void *userdata);
506 static void capture_channel_cb_routine(mm_camera_super_buf_t *recvd_frame,
508 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,
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c348 mm_camera_super_buf_t *recvd_frame = ( mm_camera_super_buf_t * ) data; in mm_app_release_ppinput() local
351 for ( i = 0 ; i < recvd_frame->num_bufs ; i++) { in mm_app_release_ppinput()
353 recvd_frame->ch_id, in mm_app_release_ppinput()
354 recvd_frame->bufs[i])) { in mm_app_release_ppinput()
357 mm_app_cache_ops((mm_camera_app_meminfo_t *) recvd_frame->bufs[i]->mem_info, in mm_app_release_ppinput()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c348 mm_camera_super_buf_t *recvd_frame = ( mm_camera_super_buf_t * ) data; in mm_app_release_ppinput() local
351 for ( i = 0 ; i < recvd_frame->num_bufs ; i++) { in mm_app_release_ppinput()
353 recvd_frame->ch_id, in mm_app_release_ppinput()
354 recvd_frame->bufs[i])) { in mm_app_release_ppinput()
357 mm_app_cache_ops((mm_camera_app_meminfo_t *) recvd_frame->bufs[i]->mem_info, in mm_app_release_ppinput()
/device/google/marlin/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()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Channel.h73 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
182 int32_t metadataBufDone(mm_camera_super_buf_t *recvd_frame);
463 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
512 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
515 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
DQCamera3PostProc.cpp1083 qcamera_fwk_input_pp_data_t *recvd_frame = NULL; in encodeFWKData() local
1094 recvd_frame = jpeg_job_data->fwk_frame; in encodeFWKData()
1095 if (NULL == recvd_frame) { in encodeFWKData()
1127 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width; in encodeFWKData()
1128 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height; in encodeFWKData()
1132 dst_dim.width = recvd_frame->reproc_config.output_stream_dim.width; in encodeFWKData()
1133 dst_dim.height = recvd_frame->reproc_config.output_stream_dim.height; in encodeFWKData()
1155 getFWKJpegEncodeConfig(encodeParam, recvd_frame, jpeg_settings); in encodeFWKData()
1294 mm_camera_super_buf_t *recvd_frame = NULL; in encodeData() local
1306 recvd_frame = jpeg_job_data->src_frame; in encodeData()
[all …]
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Channel.h73 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
182 int32_t metadataBufDone(mm_camera_super_buf_t *recvd_frame);
463 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
512 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
515 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
DQCamera3PostProc.cpp1083 qcamera_fwk_input_pp_data_t *recvd_frame = NULL; in encodeFWKData() local
1094 recvd_frame = jpeg_job_data->fwk_frame; in encodeFWKData()
1095 if (NULL == recvd_frame) { in encodeFWKData()
1127 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width; in encodeFWKData()
1128 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height; in encodeFWKData()
1132 dst_dim.width = recvd_frame->reproc_config.output_stream_dim.width; in encodeFWKData()
1133 dst_dim.height = recvd_frame->reproc_config.output_stream_dim.height; in encodeFWKData()
1155 getFWKJpegEncodeConfig(encodeParam, recvd_frame, jpeg_settings); in encodeFWKData()
1294 mm_camera_super_buf_t *recvd_frame = NULL; in encodeData() local
1306 recvd_frame = jpeg_job_data->src_frame; in encodeData()
[all …]
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.h95 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
219 int32_t metadataBufDone(mm_camera_super_buf_t *recvd_frame);
523 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
577 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
580 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
DQCamera3PostProc.cpp1120 qcamera_fwk_input_pp_data_t *recvd_frame = NULL; in encodeFWKData() local
1131 recvd_frame = jpeg_job_data->fwk_frame; in encodeFWKData()
1132 if (NULL == recvd_frame) { in encodeFWKData()
1163 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width; in encodeFWKData()
1164 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height; in encodeFWKData()
1168 dst_dim.width = recvd_frame->reproc_config.output_stream_dim.width; in encodeFWKData()
1169 dst_dim.height = recvd_frame->reproc_config.output_stream_dim.height; in encodeFWKData()
1197 getFWKJpegEncodeConfig(encodeParam, recvd_frame, jpeg_settings); in encodeFWKData()
1332 mm_camera_super_buf_t *recvd_frame = NULL; in encodeData() local
1345 recvd_frame = jpeg_job_data->src_frame; in encodeData()
[all …]

123