Home
last modified time | relevance | path

Searched refs:stream_info (Results 1 – 11 of 11) sorted by relevance

/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c130 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_stream()
131 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_stream()
132 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_RAW; in mm_app_add_rdi_stream()
134 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_rdi_stream()
136 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST; in mm_app_add_rdi_stream()
137 stream->s_config.stream_info->num_of_burst = num_burst; in mm_app_add_rdi_stream()
139 stream->s_config.stream_info->fmt = fmt; in mm_app_add_rdi_stream()
140 stream->s_config.stream_info->dim.width = cam_cap->raw_dim.width; in mm_app_add_rdi_stream()
141 stream->s_config.stream_info->dim.height = cam_cap->raw_dim.height; in mm_app_add_rdi_stream()
150 buf_planes = &stream->s_config.stream_info->buf_planes; in mm_app_add_rdi_stream()
[all …]
Dmm_qcamera_preview.c83 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb()
95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_zsl_notify_cb()
175 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_preview_stream()
176 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_preview_stream()
177 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_PREVIEW; in mm_app_add_preview_stream()
178 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_preview_stream()
179 stream->s_config.stream_info->fmt = DEFAULT_PREVIEW_FORMAT; in mm_app_add_preview_stream()
180 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH; in mm_app_add_preview_stream()
181 stream->s_config.stream_info->dim.height = DEFAULT_PREVIEW_HEIGHT; in mm_app_add_preview_stream()
220 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_snapshot_stream()
[all …]
Dmm_qcamera_snapshot.c103 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim; in encodeData()
104 job.encode_job.main_dim.dst_dim = m_stream->s_config.stream_info->dim; in encodeData()
107 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim; in encodeData()
188 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
216 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
321 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_postview_stream()
322 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_postview_stream()
323 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_POSTVIEW; in mm_app_add_postview_stream()
325 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_postview_stream()
327 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST; in mm_app_add_postview_stream()
[all …]
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()
84 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_VIDEO; in mm_app_add_video_stream()
85 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_video_stream()
86 stream->s_config.stream_info->fmt = DEFAULT_VIDEO_FORMAT; in mm_app_add_video_stream()
87 stream->s_config.stream_info->dim.width = DEFAULT_VIDEO_WIDTH; in mm_app_add_video_stream()
88 stream->s_config.stream_info->dim.height = DEFAULT_VIDEO_HEIGHT; in mm_app_add_video_stream()
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c91 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
813 my_obj->stream_info = config->stream_info; in mm_stream_config()
963 …HIGH("%s: Stoping poll on stream %p type :%d", __func__, my_obj, my_obj->stream_info->stream_type); in mm_stream_read_msm_frame()
965 …HIGH("%s: Stopped poll on stream %p type :%d", __func__, my_obj, my_obj->stream_info->stream_type); in mm_stream_read_msm_frame()
979 __func__, vb.index, buf_info->buf->frame_idx, my_obj->stream_info->stream_type); in mm_stream_read_msm_frame()
1164 …CDBG_HIGH("%s: Starting poll on stream %p type :%d", __func__, my_obj,my_obj->stream_info->stream_… in mm_stream_qbuf()
1171 …CDBG_HIGH("%s: Started poll on stream %p type :%d", __func__, my_obj,my_obj->stream_info->stream_t… in mm_stream_qbuf()
1443 my_obj->buf[i].stream_type = my_obj->stream_info->stream_type; in mm_stream_init_bufs()
2280 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info, in mm_stream_calc_offset_postproc() argument
2285 if (stream_info->reprocess_config.pp_type == CAM_OFFLINE_REPROCESS_TYPE) { in mm_stream_calc_offset_postproc()
[all …]
Dmm_camera_channel.c830 if (CAM_STREAM_TYPE_METADATA != s_obj->stream_info->stream_type) { in mm_channel_get_bundle_info()
876 if (s_obj->stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_channel_start()
1011 if (s_obj->stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_channel_stop()
1485 if (NULL == stream_obj->stream_info) { in mm_channel_handle_metadata()
1492 if (CAM_STREAM_TYPE_METADATA == stream_obj->stream_info->stream_type) { in mm_channel_handle_metadata()
/device/asus/flo/camera/QCamera2/stack/common/
Dmm_camera_interface.h199 cam_stream_info_t *stream_info; member
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h201 cam_stream_info_t *stream_info; member
/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3HWI.cpp467 stream_info_t* stream_info; in configureStreams() local
468 stream_info = (stream_info_t* )malloc(sizeof(stream_info_t)); in configureStreams()
469 stream_info->stream = newStream; in configureStreams()
470 stream_info->status = VALID; in configureStreams()
471 stream_info->registered = 0; in configureStreams()
472 mStreamInfo.push_back(stream_info); in configureStreams()
DQCamera3Stream.cpp291 stream_config.stream_info = mStreamInfo; in init()
/device/asus/flo/camera/QCamera2/HAL/
DQCameraStream.cpp259 stream_config.stream_info = mStreamInfo; in init()