Home
last modified time | relevance | path

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

/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_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()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
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);
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/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;
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h804 } cam_stream_info_t; typedef