Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c159 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_rdi_stream()
160 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_stream()
161 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_RAW; in mm_app_add_rdi_stream()
163 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_rdi_stream()
165 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST; in mm_app_add_rdi_stream()
166 stream->s_config.stream_info->num_of_burst = num_burst; in mm_app_add_rdi_stream()
168 stream->s_config.stream_info->fmt = DEFAULT_RAW_FORMAT; in mm_app_add_rdi_stream()
172 stream->s_config.stream_info->dim.width = cam_cap->raw_dim[0].width; in mm_app_add_rdi_stream()
173 stream->s_config.stream_info->dim.height = cam_cap->raw_dim[0].height; in mm_app_add_rdi_stream()
182 buf_planes = &stream->s_config.stream_info->buf_planes; in mm_app_add_rdi_stream()
[all …]
Dmm_qcamera_reprocess.c146 stream->s_config.stream_info = (cam_stream_info_t *)stream->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()
149 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC; in mm_app_add_reprocess_stream_from_source()
150 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_reprocess_stream_from_source()
151 stream->s_config.stream_info->fmt = source_stream_info->fmt; in mm_app_add_reprocess_stream_from_source()
152 stream->s_config.stream_info->dim = source_stream_info->dim; in mm_app_add_reprocess_stream_from_source()
156 stream->s_config.stream_info->reprocess_config.pp_type = CAM_ONLINE_REPROCESS_TYPE; in mm_app_add_reprocess_stream_from_source()
157 …stream->s_config.stream_info->reprocess_config.online.input_stream_id = source->s_config.stream_in… in mm_app_add_reprocess_stream_from_source()
158 …stream->s_config.stream_info->reprocess_config.online.input_stream_type = source->s_config.stream_… in mm_app_add_reprocess_stream_from_source()
159 stream->s_config.stream_info->reprocess_config.pp_feature_config = pp_config; in mm_app_add_reprocess_stream_from_source()
[all …]
Dmm_qcamera_preview.c76 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb()
159 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
187 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
277 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb()
356 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb()
368 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_zsl_notify_cb()
380 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_zsl_notify_cb()
542 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_metadata_stream()
543 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_metadata_stream()
544 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_METADATA; in mm_app_add_metadata_stream()
[all …]
Dmm_qcamera_snapshot.c109 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim; in encodeData()
110 job.encode_job.main_dim.dst_dim = m_stream->s_config.stream_info->dim; in encodeData()
113 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim; in encodeData()
167 encode_param.main_dim.src_dim = m_stream->s_config.stream_info->dim; in createEncodingSession()
168 encode_param.main_dim.dst_dim = m_stream->s_config.stream_info->dim; in createEncodingSession()
213 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_snapshot_metadata_notify_cb()
293 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_RAW) { in mm_app_snapshot_notify_cb_raw()
361 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
389 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
508 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer; in mm_app_add_postview_stream()
[all …]
Dmm_qcamera_video.c84 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()
86 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_VIDEO; in mm_app_add_video_stream()
87 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_video_stream()
88 stream->s_config.stream_info->fmt = DEFAULT_VIDEO_FORMAT; in mm_app_add_video_stream()
89 stream->s_config.stream_info->dim.width = DEFAULT_VIDEO_WIDTH; in mm_app_add_video_stream()
90 stream->s_config.stream_info->dim.height = DEFAULT_VIDEO_HEIGHT; in mm_app_add_video_stream()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c82 int32_t mm_stream_calc_offset_preview(cam_stream_info_t *stream_info,
104 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
319 if (my_obj->stream_info->streaming_mode == CAM_STREAMING_MODE_BATCH) { in mm_stream_data_notify()
1050 my_obj->stream_info = config->stream_info; in mm_stream_config()
1051 my_obj->buf_num = (uint8_t) config->stream_info->num_bufs; in mm_stream_config()
1387 interval_nsec = ((my_obj->stream_info->user_buf_info.frameInterval) * 1000000); in mm_stream_read_user_buf()
1408 my_obj->stream_info->stream_type, frame_ts); in mm_stream_read_user_buf()
1458 my_obj->stream_info->stream_type, rc, strerror(errno)); in mm_stream_read_msm_frame()
1464 my_obj, my_obj->stream_info->stream_type); in mm_stream_read_msm_frame()
1468 my_obj, my_obj->stream_info->stream_type); in mm_stream_read_msm_frame()
[all …]
Dmm_camera_channel.c1434 stream_type = s_obj->stream_info->stream_type; in mm_channel_get_bundle_info()
1483 stream_type = s_obj->stream_info->stream_type; in mm_channel_start()
1491 if (!s_obj->stream_info->noFrameExpected) { in mm_channel_start()
1519 if(!(s_objs[i]->stream_info->noFrameExpected)) { in mm_channel_start()
1609 s_objs[i]->stream_info->stream_type); in mm_channel_start()
1693 stream_type = s_obj->stream_info->stream_type; in mm_channel_stop()
2400 if (NULL == stream_obj->stream_info) { in mm_channel_handle_metadata()
2407 if ((CAM_STREAM_TYPE_METADATA == stream_obj->stream_info->stream_type) && in mm_channel_handle_metadata()
2444 ch_obj->streams[i].stream_info->stream_type) { in mm_channel_handle_metadata()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dmain.c57 ret = (_dmem.stream_info[indx].buffered_data) ? CONFIG_IPC_MESSAGE_MAX_SIZE:0; in viddec_fw_get_total_input_Q_data()
90 if( (_dmem.stream_info[indx].state == 1) in mfd_round_robin()
91 && (_dmem.stream_info[indx].priority == pri)) in mfd_round_robin()
96 …inpt_avail = (_dmem.stream_info[indx].buffered_data > 0) || (ipc_mq_read_avail(&rcv_q->mq, (int32_… in mfd_round_robin()
151 cxt_swap = (mfd_stream_info *)&(_dmem.stream_info[stream_id]); in viddec_fw_init_swap_memory()
278 inpt_avail += ((_dmem.stream_info[indx].buffered_data > 0) ? CONFIG_IPC_MESSAGE_MAX_SIZE: 0); in viddec_fw_debug_scheduled_stream_state()
323 cxt_swap = (mfd_stream_info *)&(_dmem.stream_info[cur]); in viddec_fw_process_async_queues()
499 if(_dmem.stream_info[i].state == 1) in viddec_fw_check_for_pending_int()
501 if((_dmem.stream_info[i].pending_interrupt) && _dmem.int_status[i].mask) in viddec_fw_check_for_pending_int()
528 _dmem.stream_info[i].pending_interrupt = false; in viddec_fw_clear_processed_int()
Dviddec_pm_flush.c44 cxt_swap = (mfd_stream_info *)&(_dmem.stream_info[stream_id]); in viddec_fw_parser_flush()
/hardware/qcom/camera/QCamera2/stack/common/
Dmm_camera_interface.h297 cam_stream_info_t *stream_info; member
881 int32_t mm_stream_calc_offset_preview(cam_stream_info_t *stream_info,
908 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dfw_pvt.h69 mfd_stream_info stream_info[FW_SUPPORTED_STREAMS]; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_audio.h291 struct msm_audio_bitstream_info stream_info; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_audio.h267 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/original-kernel-headers/linux/
Dmsm_audio.h348 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/msm8996/kernel-headers/linux/
Dmsm_audio.h316 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/msm8996/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/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h245 cam_stream_info_t *stream_info; member
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Stream.cpp415 stream_config.stream_info = mStreamInfo; in init()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.cpp2604 stream_config.stream_info = mStreamInfo; in configStream()