Searched refs:recvd_frame (Results 1 - 25 of 34) sorted by relevance

12

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_reprocess.c336 mm_camera_super_buf_t *recvd_frame = ( mm_camera_super_buf_t * ) data; local
339 for ( i = 0 ; i < recvd_frame->num_bufs ; i++) {
341 recvd_frame->ch_id,
342 recvd_frame->bufs[i])) {
345 mm_app_cache_ops((mm_camera_app_meminfo_t *) recvd_frame->bufs[i]->mem_info,
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_reprocess.c337 mm_camera_super_buf_t *recvd_frame = ( mm_camera_super_buf_t * ) data; local
340 for ( i = 0 ; i < recvd_frame->num_bufs ; i++) {
342 recvd_frame->ch_id,
343 recvd_frame->bufs[i])) {
346 mm_app_cache_ops((mm_camera_app_meminfo_t *) recvd_frame->bufs[i]->mem_info,
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp409 * @recvd_frame : stream buf frame to be returned
415 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame) argument
418 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) {
419 if (recvd_frame->bufs[i] != NULL) {
422 mStreams[j]->getMyHandle() == recvd_frame->bufs[i]->stream_id) {
423 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx);
439 * @recvd_frame : stream buf frame to be returned
446 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id) argument
450 for (int32_t i = 0; i < (int32_t)recvd_frame->num_bufs; i++) {
452 if ((recvd_frame
[all...]
H A 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);
H A DQCamera2HWICallbacks.cpp57 * @recvd_frame : received super buffer
62 * NOTE : recvd_frame will be released after this call by caller, so if
63 * async operation needed for recvd_frame, it's our responsibility
66 void QCamera2HardwareInterface::zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, argument
77 pme->mCameraHandle->camera_handle != recvd_frame->camera_handle){
84 pChannel->getMyHandle() != recvd_frame->ch_id) {
91 pme->selectScene(pChannel, recvd_frame);
92 pChannel->bufDone(recvd_frame);
97 recvd_frame->bUnlockAEC, pme->m_bLedAfAecLock);
98 if(recvd_frame
377 capture_channel_cb_routine(mm_camera_super_buf_t *recvd_frame, void *userdata) argument
635 postproc_channel_cb_routine(mm_camera_super_buf_t *recvd_frame, void *userdata) argument
[all...]
H A DQCameraPostProc.h188 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
197 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,
H A DQCameraStream.cpp1016 * @recvd_frame : stream frame received
1021 void QCameraStream::dataNotifySYNCCB(mm_camera_super_buf_t *recvd_frame, argument
1027 recvd_frame == NULL ||
1028 recvd_frame->bufs[0] == NULL ||
1029 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) {
1034 stream->mSYNCDataCB(recvd_frame, stream, stream->mUserData);
1046 * @recvd_frame : stream frame received
1051 void QCameraStream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, argument
1057 recvd_frame == NULL ||
1058 recvd_frame
[all...]
H A 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,
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A 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);
H A DQCameraChannel.cpp442 * @recvd_frame : stream buf frame to be returned
448 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame) argument
451 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) {
452 if (recvd_frame->bufs[i] != NULL) {
456 recvd_frame->bufs[i]->stream_id))) {
457 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx);
473 * @recvd_frame : stream buf frame to be returned
480 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id) argument
484 for (int32_t i = 0; i < (int32_t)recvd_frame->num_bufs; i++) {
486 if ((recvd_frame
[all...]
H A DQCamera2HWICallbacks.cpp57 * @recvd_frame : received super buffer
62 * NOTE : recvd_frame will be released after this call by caller, so if
63 * async operation needed for recvd_frame, it's our responsibility
66 void QCamera2HardwareInterface::zsl_channel_cb(mm_camera_super_buf_t *recvd_frame, argument
79 recvd_frame->camera_handle))) {
87 recvd_frame->ch_id))) {
94 pme->selectScene(pChannel, recvd_frame);
95 pChannel->bufDone(recvd_frame);
100 recvd_frame->bUnlockAEC, pme->m_bLedAfAecLock);
101 if(recvd_frame
381 capture_channel_cb_routine(mm_camera_super_buf_t *recvd_frame, void *userdata) argument
641 postproc_channel_cb_routine(mm_camera_super_buf_t *recvd_frame, void *userdata) argument
[all...]
H A DQCameraPostProc.h188 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
197 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,
H A DQCameraStream.cpp1081 * @recvd_frame : stream frame received
1086 void QCameraStream::dataNotifySYNCCB(mm_camera_super_buf_t *recvd_frame, argument
1092 recvd_frame == NULL ||
1093 recvd_frame->bufs[0] == NULL ||
1095 recvd_frame->bufs[0]->stream_id)) {
1100 stream->mSYNCDataCB(recvd_frame, stream, stream->mUserData);
1111 * @recvd_frame : stream frame received
1116 void QCameraStream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, argument
1122 recvd_frame == NULL ||
1123 recvd_frame
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A 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,
H A DQCamera3PostProc.cpp1120 qcamera_fwk_input_pp_data_t *recvd_frame = NULL; local
1131 recvd_frame = jpeg_job_data->fwk_frame;
1132 if (NULL == recvd_frame) {
1163 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width;
1164 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height;
1168 dst_dim.width = recvd_frame->reproc_config.output_stream_dim.width;
1169 dst_dim.height = recvd_frame->reproc_config.output_stream_dim.height;
1197 getFWKJpegEncodeConfig(encodeParam, recvd_frame, jpeg_settings);
1332 mm_camera_super_buf_t *recvd_frame = NULL; local
1345 recvd_frame
[all...]
H A DQCamera3PostProc.h153 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
H A DQCamera3Stream.h83 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame, void *userdata);
H A DQCamera3Stream.cpp559 * @recvd_frame : stream frame received
564 void QCamera3Stream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, argument
570 recvd_frame == NULL ||
571 recvd_frame->bufs[0] == NULL ||
572 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) {
581 stream->bufDone(recvd_frame->bufs[0]->buf_idx);
584 *frame = *recvd_frame;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.h96 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
223 int32_t metadataBufDone(mm_camera_super_buf_t *recvd_frame);
527 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
578 int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
581 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame,
H A DQCamera3PostProc.cpp1173 qcamera_fwk_input_pp_data_t *recvd_frame = NULL; local
1185 recvd_frame = jpeg_job_data->fwk_frame;
1186 if (NULL == recvd_frame) {
1221 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width;
1222 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height;
1226 dst_dim.width = recvd_frame->reproc_config.output_stream_dim.width;
1227 dst_dim.height = recvd_frame->reproc_config.output_stream_dim.height;
1251 needJpegExifRotation = (hal_obj->needJpegExifRotation() || !needsReprocess(recvd_frame));
1281 getFWKJpegEncodeConfig(encodeParam, recvd_frame, jpeg_settings);
1282 QCamera3StreamMem *memObj = (QCamera3StreamMem *)(recvd_frame
1566 mm_camera_super_buf_t *recvd_frame = NULL; local
[all...]
H A DQCamera3PostProc.h153 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
H A DQCamera3Stream.h83 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame, void *userdata);
H A DQCamera3Stream.cpp614 * @recvd_frame : stream frame received
619 void QCamera3Stream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, argument
625 recvd_frame == NULL ||
626 recvd_frame->bufs[0] == NULL ||
627 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) {
636 stream->bufDone(recvd_frame->bufs[0]->buf_idx);
639 *frame = *recvd_frame;

Completed in 197 milliseconds

12