Searched defs:stream_info (Results 1 - 8 of 8) sorted by relevance

/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/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...]
/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
/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/HAL3/
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);

Completed in 503 milliseconds