Home
last modified time | relevance | path

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

123

/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/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);
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
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_rdi.c134 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_stream()
135 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_stream()
193 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_snapshot_stream()
194 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_snapshot_stream()
Dmm_qcamera_preview.c387 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_metadata_stream()
388 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_metadata_stream()
430 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_preview_stream()
431 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_preview_stream()
481 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_raw_stream()
482 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_raw_stream()
536 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_snapshot_stream()
537 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/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/moto/shamu/camera/QCamera2/HAL/
DQCameraStream.h118 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
181 int32_t calcOffset(cam_stream_info_t *streamInfo);
DQCameraChannel.cpp793 cam_stream_info_t *streamInfo = NULL; in addReprocStreamsFromSource()
851 streamInfo = (cam_stream_info_t *)pStreamInfoBuf->getPtr(0); in addReprocStreamsFromSource()
852 memset(streamInfo, 0, sizeof(cam_stream_info_t)); in addReprocStreamsFromSource()
/device/moto/shamu/camera/QCamera2/stack/common/
Dmm_camera_interface.h202 cam_stream_info_t *stream_info;
717 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/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/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Stream.cpp262 rc = mStreamInfoBuf->allocate(1, sizeof(cam_stream_info_t), false); in init()
270 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
271 memset(mStreamInfo, 0, sizeof(cam_stream_info_t)); in init()
DQCamera3Stream.h98 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
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Stream.h101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf

123