Home
last modified time | relevance | path

Searched refs:cam_stream_info_t (Results 1 – 21 of 21) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraAllocator.h56 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
57 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
DQCameraStream.h167 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
259 int32_t calcOffset(cam_stream_info_t *streamInfo);
DQCameraChannel.cpp1110 cam_stream_info_t *streamInfo = NULL; in addReprocStreamsFromSource()
1209 streamInfo = (cam_stream_info_t *)pStreamInfoBuf->getPtr(0); in addReprocStreamsFromSource()
1210 memset(streamInfo, 0, sizeof(cam_stream_info_t)); in addReprocStreamsFromSource()
1553 cam_stream_info_t *streamInfo = in doReprocessOffline()
1554 reinterpret_cast<cam_stream_info_t *>(pStream->getStreamInfoBuf()->getPtr(0)); in doReprocessOffline()
DQCamera2HWI.h293 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo);
294 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo);
311 cam_stream_info_t *streamInfo, uint32_t cam_type = MM_CAMERA_TYPE_MAIN);
DQCamera2HWI.cpp3245 cam_stream_info_t *streamInfo) in allocateMiscBuf()
3300 cam_stream_info_t *streamInfo, uint32_t cam_type) in initStreamInfoBuf()
3306 memset(streamInfo, 0, sizeof(cam_stream_info_t)); in initStreamInfoBuf()
3508 rc = streamInfoBuf->allocate(bufCount, sizeof(cam_stream_info_t)); in allocateStreamInfoBuf()
3516 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(i); in allocateStreamInfoBuf()
3517 memset(streamInfo, 0, sizeof(cam_stream_info_t)); in allocateStreamInfoBuf()
3526 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(0); in allocateStreamInfoBuf()
3528 cam_stream_info_t *s_streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(1); in allocateStreamInfoBuf()
3554 cam_stream_info_t *streamInfo) in allocateStreamUserBuf()
8705 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0); in addOfflineReprocChannel()
[all …]
DQCameraStream.cpp747 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
849 int32_t QCameraStream::calcOffset(cam_stream_info_t *streamInfo) in calcOffset()
2448 cam_stream_info_t streamInfo = *mStreamInfo; in getFrameOffset()
DQCamera2HWICallbacks.cpp1007 cam_stream_info_t *streamInfo = in sendPreviewCallback()
1008 reinterpret_cast<cam_stream_info_t *>(stream->getStreamInfoBuf()->getPtr(0)); in sendPreviewCallback()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h308 cam_stream_info_t *stream_info;
985 int32_t mm_stream_calc_offset_preview(cam_stream_info_t *stream_info,
990 int32_t mm_stream_calc_offset_post_view(cam_stream_info_t *stream_info,
1000 int32_t mm_stream_calc_offset_raw(cam_stream_info_t *stream_info,
1013 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
Dcam_intf.h801 } cam_stream_info_t; typedef
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c118 cam_stream_info_t *source_stream_info; in mm_app_add_reprocess_stream_from_source()
147 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
148 source_stream_info = (cam_stream_info_t *) source->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
149 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_reprocess_stream_from_source()
Dmm_qcamera_rdi.c161 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_stream()
162 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_stream()
223 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_snapshot_stream()
224 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_snapshot_stream()
Dmm_qcamera_preview.c648 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_metadata_stream()
649 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_metadata_stream()
746 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_analysis_stream()
747 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_analysis_stream()
813 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_ZSL_preview_stream()
814 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_ZSL_preview_stream()
912 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_preview_stream()
913 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_preview_stream()
989 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_raw_stream()
990 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_raw_stream()
[all …]
Dmm_qcamera_video.c373 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_video_preview_stream()
374 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_video_preview_stream()
423 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_video_snapshot_stream()
424 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_video_snapshot_stream()
517 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_video_stream()
518 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_video_stream()
Dmm_qcamera_snapshot.c589 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_postview_stream()
590 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_postview_stream()
Dmm_qcamera_app.c773 offset_info.frame_len = sizeof(cam_stream_info_t); in mm_app_add_stream()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.h98 cam_stream_info_t* getStreamInfo() const {return mStreamInfo; }; in getStreamInfo()
109 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
DQCamera3Stream.cpp404 rc = mStreamInfoBuf->allocate(sizeof(cam_stream_info_t)); in init()
412 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
413 memset(mStreamInfo, 0, sizeof(cam_stream_info_t)); in init()
DQCamera3Channel.cpp1681 cam_stream_info_t info = {.fmt = reproc_cfg.stream_format}; in setReprocConfig()
DQCamera3HWI.cpp5237 const cam_stream_info_t* streamInfo = stream->getStreamInfo(); in fillPbStreamConfig()
11268 cam_stream_info_t info = {.fmt = fmt}; in initStaticMetadata()
11312 cam_stream_info_t info = {.fmt = fmt}; in initStaticMetadata()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c92 int32_t mm_stream_calc_offset_preview(cam_stream_info_t *stream_info,
96 int32_t mm_stream_calc_offset_post_view(cam_stream_info_t *stream_info,
105 int32_t mm_stream_calc_offset_raw(cam_stream_info_t *stream_info,
115 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
2676 int32_t mm_stream_calc_offset_preview(cam_stream_info_t *stream_info, in mm_stream_calc_offset_preview()
3033 int32_t mm_stream_calc_offset_post_view(cam_stream_info_t *stream_info, in mm_stream_calc_offset_post_view()
3702 int32_t mm_stream_calc_offset_raw(cam_stream_info_t *stream_info, in mm_stream_calc_offset_raw()
4624 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info, in mm_stream_calc_offset_postproc()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h297 cam_stream_info_t *stream_info;