Searched refs:stream_info (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c130 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer;
131 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t));
132 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_RAW;
134 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
136 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST;
137 stream->s_config.stream_info->num_of_burst = num_burst;
139 stream->s_config.stream_info->fmt = fmt;
140 stream->s_config.stream_info->dim.width = cam_cap->raw_dim.width;
141 stream->s_config.stream_info->dim.height = cam_cap->raw_dim.height;
150 buf_planes = &stream->s_config.stream_info
[all...]
H A Dmm_qcamera_preview.c83 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) {
95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
175 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer;
176 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t));
177 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_PREVIEW;
178 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
179 stream->s_config.stream_info->fmt = DEFAULT_PREVIEW_FORMAT;
180 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH;
181 stream->s_config.stream_info->dim.height = DEFAULT_PREVIEW_HEIGHT;
220 stream->s_config.stream_info
[all...]
H A Dmm_qcamera_snapshot.c103 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim;
104 job.encode_job.main_dim.dst_dim = m_stream->s_config.stream_info->dim;
107 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim;
188 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
216 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) {
321 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer;
322 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t));
323 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_POSTVIEW;
325 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
327 stream->s_config.stream_info
[all...]
H A Dmm_qcamera_video.c82 stream->s_config.stream_info = (cam_stream_info_t *)stream->s_info_buf.buf.buffer;
83 memset(stream->s_config.stream_info, 0, sizeof(cam_stream_info_t));
84 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_VIDEO;
85 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
86 stream->s_config.stream_info->fmt = DEFAULT_VIDEO_FORMAT;
87 stream->s_config.stream_info->dim.width = DEFAULT_VIDEO_WIDTH;
88 stream->s_config.stream_info->dim.height = DEFAULT_VIDEO_HEIGHT;
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c91 int32_t mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info,
814 my_obj->stream_info = config->stream_info;
964 CDBG_HIGH("%s: Stoping poll on stream %p type :%d", __func__, my_obj, my_obj->stream_info->stream_type);
966 CDBG_HIGH("%s: Stopped poll on stream %p type :%d", __func__, my_obj, my_obj->stream_info->stream_type);
980 __func__, vb.index, buf_info->buf->frame_idx, my_obj->stream_info->stream_type);
1165 CDBG_HIGH("%s: Starting poll on stream %p type :%d", __func__, my_obj,my_obj->stream_info->stream_type);
1172 CDBG_HIGH("%s: Started poll on stream %p type :%d", __func__, my_obj,my_obj->stream_info->stream_type);
1444 my_obj->buf[i].stream_type = my_obj->stream_info->stream_type;
2273 * @stream_info
2281 mm_stream_calc_offset_postproc(cam_stream_info_t *stream_info, cam_padding_info_t *padding, cam_stream_buf_plane_info_t *buf_planes) argument
[all...]
H A Dmm_camera_channel.c832 if (CAM_STREAM_TYPE_METADATA != s_obj->stream_info->stream_type) {
878 if (s_obj->stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
1013 if (s_obj->stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
1487 if (NULL == stream_obj->stream_info) {
1494 if (CAM_STREAM_TYPE_METADATA == stream_obj->stream_info->stream_type) {
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h191 * @stream_info : pointer to a stream info structure
199 cam_stream_info_t *stream_info; member in struct:__anon559
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h267 struct msm_audio_bitstream_info stream_info; member in union:msm_audio_event_payload
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h291 struct msm_audio_bitstream_info stream_info; member in union:msm_audio_event_payload
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_audio.h306 struct msm_audio_bitstream_info stream_info; member in union:msm_audio_event_payload
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_audio.h340 struct msm_audio_bitstream_info stream_info; member in union:msm_audio_event_payload
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraStream.cpp259 stream_config.stream_info = mStreamInfo;
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp292 stream_config.stream_info = mStreamInfo;
H A DQCamera3HWI.cpp521 stream_info_t* stream_info; local
522 stream_info = (stream_info_t* )malloc(sizeof(stream_info_t));
523 stream_info->stream = newStream;
524 stream_info->status = VALID;
525 stream_info->registered = 0;
526 stream_info->channel = NULL;
527 mStreamInfo.push_back(stream_info);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h201 cam_stream_info_t *stream_info; member in struct:mm_stream

Completed in 247 milliseconds