Home
last modified time | relevance | path

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

12

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
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()
163 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_RAW; in mm_app_add_rdi_stream()
165 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_rdi_stream()
167 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST; in mm_app_add_rdi_stream()
168 stream->s_config.stream_info->num_of_burst = num_burst; in mm_app_add_rdi_stream()
170 stream->s_config.stream_info->fmt = DEFAULT_RAW_FORMAT; in mm_app_add_rdi_stream()
171 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_rdi_stream()
175 stream->s_config.stream_info->dim.width = cam_cap->raw_dim[0].width; in mm_app_add_rdi_stream()
176 stream->s_config.stream_info->dim.height = cam_cap->raw_dim[0].height; in mm_app_add_rdi_stream()
[all …]
Dmm_qcamera_preview.c80 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb()
252 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
280 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
373 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb()
452 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb()
464 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_zsl_notify_cb()
476 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_zsl_notify_cb()
648 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_metadata_stream()
649 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_metadata_stream()
650 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_METADATA; in mm_app_add_metadata_stream()
[all …]
Dmm_qcamera_video.c65 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb()
149 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
177 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
267 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb()
373 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_video_preview_stream()
374 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_video_preview_stream()
375 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_PREVIEW; in mm_app_add_video_preview_stream()
376 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_video_preview_stream()
377 stream->s_config.stream_info->fmt = DEFAULT_PREVIEW_FORMAT; in mm_app_add_video_preview_stream()
379 stream->s_config.stream_info->dim.width = preview_dim.width; in mm_app_add_video_preview_stream()
[all …]
Dmm_qcamera_reprocess.c147 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
149 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_reprocess_stream_from_source()
150 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC; in mm_app_add_reprocess_stream_from_source()
151 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_reprocess_stream_from_source()
152 stream->s_config.stream_info->fmt = source_stream_info->fmt; in mm_app_add_reprocess_stream_from_source()
153 stream->s_config.stream_info->dim = source_stream_info->dim; in mm_app_add_reprocess_stream_from_source()
155 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_reprocess_stream_from_source()
157 stream->s_config.stream_info->reprocess_config.pp_type = CAM_ONLINE_REPROCESS_TYPE; in mm_app_add_reprocess_stream_from_source()
158 …stream->s_config.stream_info->reprocess_config.online.input_stream_id = source->s_config.stream_in… in mm_app_add_reprocess_stream_from_source()
159 …stream->s_config.stream_info->reprocess_config.online.input_stream_type = source->s_config.stream_… in mm_app_add_reprocess_stream_from_source()
[all …]
Dmm_qcamera_snapshot.c105 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim; in encodeData()
106 job.encode_job.main_dim.dst_dim = m_stream->s_config.stream_info->dim; in encodeData()
109 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim; in encodeData()
249 encode_param.main_dim.src_dim = m_stream->s_config.stream_info->dim; in createEncodingSession()
250 encode_param.main_dim.dst_dim = m_stream->s_config.stream_info->dim; in createEncodingSession()
295 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_snapshot_metadata_notify_cb()
375 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_RAW) { in mm_app_snapshot_notify_cb_raw()
443 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
471 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
589 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_postview_stream()
[all …]
Dmm_qcamera_app.c1241 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in setFlipMode()
1249 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in setFlipMode()
1261 preview_stream->s_config.stream_info->parm_buf = param; in setFlipMode()
1265 &preview_stream->s_config.stream_info->parm_buf ); in setFlipMode()
1269 snapshot_stream->s_config.stream_info->parm_buf = param2; in setFlipMode()
1273 &snapshot_stream->s_config.stream_info->parm_buf ); in setFlipMode()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c92 int32_t mm_stream_calc_offset_preview(cam_stream_info_t *stream_info,
96 int32_t mm_stream_calc_offset_post_view(cam_stream_info_t *stream_info,
105 int32_t mm_stream_calc_offset_raw(cam_stream_info_t *stream_info,
115 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
341 if (my_obj->stream_info->streaming_mode == CAM_STREAMING_MODE_BATCH) { in mm_stream_data_notify()
1073 my_obj->stream_info = config->stream_info; in mm_stream_config()
1075 if (config->stream_info->buf_cnt == 0) { in mm_stream_config()
1076 my_obj->buf_num = (uint8_t)config->stream_info->num_bufs; in mm_stream_config()
1078 my_obj->buf_num = (uint8_t)config->stream_info->buf_cnt; in mm_stream_config()
1080 my_obj->total_buf_cnt = config->stream_info->num_bufs; in mm_stream_config()
[all …]
Dmm_camera_channel.c1736 stream_type = s_obj->stream_info->stream_type; in mm_channel_get_bundle_info()
1785 stream_type = s_obj->stream_info->stream_type; in mm_channel_start()
1793 if (!s_obj->stream_info->noFrameExpected) { in mm_channel_start()
1822 if(!(s_objs[i]->stream_info->noFrameExpected)) { in mm_channel_start()
1912 s_objs[i]->stream_info->stream_type); in mm_channel_start()
1979 stream_type = s_obj->stream_info->stream_type; in mm_channel_start_sensor_streaming()
2048 stream_type = s_obj->stream_info->stream_type; in mm_channel_stop()
2838 if (NULL == stream_obj->stream_info) { in mm_channel_handle_metadata()
2845 if ((CAM_STREAM_TYPE_METADATA == stream_obj->stream_info->stream_type) && in mm_channel_handle_metadata()
2882 ch_obj->streams[i].stream_info->stream_type) { in mm_channel_handle_metadata()
Dmm_camera_muxer.c980 if (config->stream_info->aux_str_info != NULL) { in mm_camera_muxer_config_stream()
981 aux_config.stream_info = config->stream_info->aux_str_info; in mm_camera_muxer_config_stream()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h308 cam_stream_info_t *stream_info; member
985 int32_t mm_stream_calc_offset_preview(cam_stream_info_t *stream_info,
990 int32_t mm_stream_calc_offset_post_view(cam_stream_info_t *stream_info,
1000 int32_t mm_stream_calc_offset_raw(cam_stream_info_t *stream_info,
1013 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_audio.h267 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_audio.h291 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_audio.h306 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_audio.h340 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8x26/kernel-headers/linux/
Dmsm_audio.h306 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dmsm_audio.h348 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_audio.h360 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dmsm_audio.h360 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_audio.h314 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_audio.h357 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_audio.h316 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8x09/kernel-headers/linux/
Dmsm_audio.h316 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_audio.h360 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_audio.h316 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h297 cam_stream_info_t *stream_info; member

12