Home | History | Annotate | Download | only in src

Lines Matching defs:stream_type

83                                          cam_stream_type_t stream_type);
385 &ch_obj->bundle.superbuf_queue, cmd_cb->u.flush_cmd.stream_type);
1725 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
1736 stream_type = s_obj->stream_info->stream_type;
1737 if ((CAM_STREAM_TYPE_METADATA != stream_type) &&
1778 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
1785 stream_type = s_obj->stream_info->stream_type;
1787 if ((stream_type == CAM_STREAM_TYPE_METADATA) &&
1912 s_objs[i]->stream_info->stream_type);
1972 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
1979 stream_type = s_obj->stream_info->stream_type;
1981 if ((stream_type == CAM_STREAM_TYPE_METADATA) &&
2036 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
2048 stream_type = s_obj->stream_info->stream_type;
2050 if (stream_type == CAM_STREAM_TYPE_METADATA) {
2222 cam_stream_type_t stream_type)
2232 node->u.flush_cmd.stream_type = stream_type;
2845 if ((CAM_STREAM_TYPE_METADATA == stream_obj->stream_info->stream_type) &&
2882 ch_obj->streams[i].stream_info->stream_type) {
3138 && (buf_info->buf->stream_type == CAM_STREAM_TYPE_METADATA)
3142 && (buf_info->buf->stream_type != CAM_STREAM_TYPE_METADATA)
3337 && (buf_info->buf->stream_type == CAM_STREAM_TYPE_METADATA)) {
3635 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
3643 stream_type = super_buf->super_buf[i].buf->stream_type;
3645 (cam_type == stream_type)) {