/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraAllocator.h | 49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0; 50 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
|
D | QCameraStream.h | 126 cam_stream_info_t *mStreamInfo; // ptr to stream info buf 202 int32_t calcOffset(cam_stream_info_t *streamInfo);
|
D | QCameraChannel.cpp | 887 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/ |
D | QCameraAllocator.h | 49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0; 50 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
|
D | QCameraStream.h | 126 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/ |
D | QCameraAllocator.h | 54 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0; 55 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
|
D | QCameraStream.h | 157 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/ |
D | mm_qcamera_rdi.c | 135 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()
|
D | mm_qcamera_reprocess.c | 117 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()
|
D | mm_qcamera_preview.c | 413 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()
|
D | mm_qcamera_video.c | 82 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/ |
D | mm_qcamera_rdi.c | 135 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()
|
D | mm_qcamera_reprocess.c | 117 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()
|
D | mm_qcamera_preview.c | 413 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()
|
D | mm_qcamera_video.c | 82 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/ |
D | mm_qcamera_reprocess.c | 118 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()
|
D | mm_qcamera_rdi.c | 161 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()
|
D | mm_qcamera_preview.c | 544 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()
|
D | mm_qcamera_video.c | 84 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/ |
D | QCamera3Stream.h | 97 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/ |
D | mm_camera_interface.h | 290 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/ |
D | mm_camera_interface.h | 263 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/ |
D | mm_camera_interface.h | 263 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/ |
D | QCamera3Stream.h | 101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3Stream.h | 101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
|