/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/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);
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
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_rdi.c | 134 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()
|
D | mm_qcamera_preview.c | 387 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()
|
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/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/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraStream.h | 118 cam_stream_info_t *mStreamInfo; // ptr to stream info buf 181 int32_t calcOffset(cam_stream_info_t *streamInfo);
|
D | QCameraChannel.cpp | 793 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/ |
D | mm_camera_interface.h | 202 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/ |
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/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/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 262 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()
|
D | QCamera3Stream.h | 98 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
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3Stream.h | 101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
|