/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 411 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 …]
|
D | QCamera2HWICallbacks.cpp | 69 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 …]
|
D | QCameraChannel.h | 63 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);
|
D | QCameraPostProc.h | 188 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame); 197 int32_t setYUVFrameInfo(mm_camera_super_buf_t *recvd_frame);
|
D | QCameraStream.cpp | 1021 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 …]
|
D | QCameraPostProc.cpp | 2086 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 …]
|
D | QCamera2HWI.h | 409 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,
|
D | QCameraStream.h | 81 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/ |
D | mm_qcamera_reprocess.c | 336 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()
|
D | mm_qcamera_snapshot.c | 80 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/ |
D | QCamera3Channel.h | 89 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,
|
D | QCamera3PostProc.cpp | 1123 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 …]
|
D | QCamera3Stream.cpp | 532 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()
|
D | QCamera3Channel.cpp | 349 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 …]
|
D | QCamera3Stream.h | 82 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame, void *userdata);
|
D | QCamera3PostProc.h | 154 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 499 extern int encodeData(mm_camera_test_obj_t *test_obj, mm_camera_super_buf_t* recvd_frame,
|