Home
last modified time | relevance | path

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

123

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraAllocator.h49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
50 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
DQCameraStream.h126 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
202 int32_t calcOffset(cam_stream_info_t *streamInfo);
DQCameraChannel.cpp887 cam_stream_info_t *streamInfo = NULL; in addReprocStreamsFromSource()
966 streamInfo = (cam_stream_info_t *)pStreamInfoBuf->getPtr(0); in addReprocStreamsFromSource()
967 memset(streamInfo, 0, sizeof(cam_stream_info_t)); in addReprocStreamsFromSource()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraAllocator.h49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
50 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
DQCameraStream.h126 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
202 int32_t calcOffset(cam_stream_info_t *streamInfo);
/device/google/marlin/camera/QCamera2/HAL/
DQCameraAllocator.h54 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
55 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
DQCameraStream.h157 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
247 int32_t calcOffset(cam_stream_info_t *streamInfo);
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c135 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_stream()
136 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_stream()
194 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_snapshot_stream()
195 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_snapshot_stream()
Dmm_qcamera_reprocess.c117 cam_stream_info_t *source_stream_info; in mm_app_add_reprocess_stream_from_source()
144 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
145 source_stream_info = (cam_stream_info_t *) source->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
146 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_reprocess_stream_from_source()
Dmm_qcamera_preview.c413 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_metadata_stream()
414 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_metadata_stream()
456 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_preview_stream()
457 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_preview_stream()
507 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_raw_stream()
508 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_raw_stream()
562 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_snapshot_stream()
563 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_snapshot_stream()
Dmm_qcamera_video.c82 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_video_stream()
83 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_video_stream()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c135 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_stream()
136 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_stream()
194 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_snapshot_stream()
195 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_snapshot_stream()
Dmm_qcamera_reprocess.c117 cam_stream_info_t *source_stream_info; in mm_app_add_reprocess_stream_from_source()
144 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
145 source_stream_info = (cam_stream_info_t *) source->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
146 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_reprocess_stream_from_source()
Dmm_qcamera_preview.c413 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_metadata_stream()
414 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_metadata_stream()
456 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_preview_stream()
457 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_preview_stream()
507 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_raw_stream()
508 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_raw_stream()
562 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_snapshot_stream()
563 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_snapshot_stream()
Dmm_qcamera_video.c82 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_video_stream()
83 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_video_stream()
/device/google/marlin/camera/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()
146 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
147 source_stream_info = (cam_stream_info_t *) source->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
148 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()
221 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_snapshot_stream()
222 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_snapshot_stream()
Dmm_qcamera_preview.c544 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_metadata_stream()
545 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_metadata_stream()
637 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_analysis_stream()
638 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_analysis_stream()
726 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_preview_stream()
727 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_preview_stream()
796 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_raw_stream()
797 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_raw_stream()
874 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_snapshot_stream()
875 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_snapshot_stream()
Dmm_qcamera_video.c84 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_video_stream()
85 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_video_stream()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.h97 cam_stream_info_t* getStreamInfo() const {return mStreamInfo; }; in getStreamInfo()
107 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h290 cam_stream_info_t *stream_info;
894 int32_t mm_stream_calc_offset_preview(cam_stream_info_t *stream_info,
921 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
/device/lge/bullhead/camera/QCamera2/stack/common/
Dmm_camera_interface.h263 cam_stream_info_t *stream_info;
803 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
/device/huawei/angler/camera/QCamera2/stack/common/
Dmm_camera_interface.h263 cam_stream_info_t *stream_info;
803 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Stream.h101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Stream.h101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf

123