Home
last modified time | relevance | path

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

12

/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c162 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()
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()
185 buf_planes = &stream->s_config.stream_info->buf_planes; in mm_app_add_rdi_stream()
224 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_rdi_snapshot_stream()
230 stream->s_config.stream_info->num_of_burst = num_burst; in mm_app_add_rdi_snapshot_stream()
232 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_rdi_snapshot_stream()
233 stream->s_config.stream_info->fmt = DEFAULT_SNAPSHOT_FORMAT; in mm_app_add_rdi_snapshot_stream()
[all …]
H A Dmm_qcamera_preview.c652 stream->s_config.stream_info->fmt = DEFAULT_PREVIEW_FORMAT; in mm_app_add_metadata_stream()
654 stream->s_config.stream_info->dim.height = 1; in mm_app_add_metadata_stream()
655 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_metadata_stream()
750 stream->s_config.stream_info->fmt = DEFAULT_PREVIEW_FORMAT; in mm_app_add_analysis_stream()
751 stream->s_config.stream_info->dim = analysis_dim; in mm_app_add_analysis_stream()
754 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_analysis_stream()
821 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_ZSL_preview_stream()
924 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_preview_stream()
1006 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_raw_stream()
1091 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_ZSL_snapshot_stream()
[all …]
H A Dmm_qcamera_video.c377 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()
380 stream->s_config.stream_info->dim.height = preview_dim.height; in mm_app_add_video_preview_stream()
381 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_video_preview_stream()
430 stream->s_config.stream_info->num_of_burst = num_burst; in mm_app_add_video_snapshot_stream()
432 stream->s_config.stream_info->fmt = DEFAULT_SNAPSHOT_FORMAT; in mm_app_add_video_snapshot_stream()
444 stream->s_config.stream_info->num_bufs = num_bufs; in mm_app_add_video_snapshot_stream()
519 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_VIDEO; in mm_app_add_video_stream()
521 stream->s_config.stream_info->fmt = DEFAULT_VIDEO_FORMAT; in mm_app_add_video_stream()
522 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH; in mm_app_add_video_stream()
[all …]
H A 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()
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()
160 stream->s_config.stream_info->reprocess_config.pp_feature_config = pp_config; in mm_app_add_reprocess_stream_from_source()
[all …]
H A 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()
590 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t)); in mm_app_add_postview_stream()
596 stream->s_config.stream_info->num_of_burst = num_burst; in mm_app_add_postview_stream()
598 stream->s_config.stream_info->fmt = DEFAULT_PREVIEW_FORMAT; in mm_app_add_postview_stream()
599 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH; in mm_app_add_postview_stream()
600 stream->s_config.stream_info->dim.height = DEFAULT_PREVIEW_HEIGHT; in mm_app_add_postview_stream()
[all …]
H A 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()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c1073 my_obj->stream_info = config->stream_info; in mm_stream_config()
1075 if (config->stream_info->buf_cnt == 0) { in mm_stream_config()
1957 my_obj->stream_info->stream_type); in mm_stream_qbuf()
2166 && (my_obj->stream_info != NULL) in mm_stream_map_buf()
2687 switch (stream_info->fmt) { in mm_stream_calc_offset_preview()
3010 stream_info->fmt); in mm_stream_calc_offset_preview()
3044 switch (stream_info->fmt) { in mm_stream_calc_offset_post_view()
3360 stream_info->fmt); in mm_stream_calc_offset_post_view()
3712 cam_format_t fmt = stream_info->fmt; in mm_stream_calc_offset_raw()
3910 if (stream_info->buf_stride > 0) { in mm_stream_calc_offset_raw()
[all …]
H A 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()
H A 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()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A 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,
/aosp12/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h267 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h291 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_audio.h306 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_audio.h340 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_audio.h306 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_audio.h348 struct msm_audio_bitstream_info stream_info; member
/aosp12/frameworks/av/media/libstagefright/flac/dec/
H A DFLACDecoder.cpp75 mStreamInfo = metadata->data.stream_info; in metadataCallback()
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_audio.h314 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_audio.h357 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio.h316 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio.h360 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dmsm_audio.h316 struct msm_audio_bitstream_info stream_info; member
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dmsm_audio.h360 struct msm_audio_bitstream_info stream_info; member
/aosp12/frameworks/av/media/extractors/flac/
H A DFLACExtractor.cpp364 mStreamInfo = metadata->data.stream_info; in metadataCallback()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h297 cam_stream_info_t *stream_info; member

12