Lines Matching defs:isys_stream_descr

643     ia_css_isys_descr_t	*isys_stream_descr)
652 isys_stream_descr->input_port_id = INPUT_SYSTEM_PIXELGEN_PORT0_ID;
654 isys_stream_descr->input_port_id = INPUT_SYSTEM_PIXELGEN_PORT1_ID;
656 isys_stream_descr->input_port_id = INPUT_SYSTEM_PIXELGEN_PORT2_ID;
662 isys_stream_descr->input_port_id = INPUT_SYSTEM_CSI_PORT0_ID;
664 isys_stream_descr->input_port_id = INPUT_SYSTEM_CSI_PORT1_ID;
666 isys_stream_descr->input_port_id = INPUT_SYSTEM_CSI_PORT2_ID;
679 ia_css_isys_descr_t *isys_stream_descr)
687 isys_stream_descr->mode = INPUT_SYSTEM_SOURCE_TYPE_PRBS;
693 isys_stream_descr->mode = INPUT_SYSTEM_SOURCE_TYPE_SENSOR;
706 ia_css_isys_descr_t *isys_stream_descr,
715 isys_stream_descr->prbs_port_attr.seed0 = stream_cfg->source.prbs.seed;
716 isys_stream_descr->prbs_port_attr.seed1 = stream_cfg->source.prbs.seed1;
722 isys_stream_descr->prbs_port_attr.sync_gen_cfg.hblank_cycles = 100;
723 isys_stream_descr->prbs_port_attr.sync_gen_cfg.vblank_cycles = 100;
724 isys_stream_descr->prbs_port_attr.sync_gen_cfg.pixels_per_clock =
726 isys_stream_descr->prbs_port_attr.sync_gen_cfg.nr_of_frames = (uint32_t)~(0x0);
727 isys_stream_descr->prbs_port_attr.sync_gen_cfg.pixels_per_line =
729 isys_stream_descr->prbs_port_attr.sync_gen_cfg.lines_per_frame =
744 isys_stream_descr->csi_port_attr.active_lanes =
746 isys_stream_descr->csi_port_attr.fmt_type = fmt_type;
747 isys_stream_descr->csi_port_attr.ch_id = stream_cfg->channel_id;
750 isys_stream_descr->online = stream_cfg->online;
754 isys_stream_descr);
759 isys_stream_descr->metadata.enable = false;
767 isys_stream_descr->metadata.fmt_type = fmt_type;
768 isys_stream_descr->metadata.bits_per_pixel =
770 isys_stream_descr->metadata.pixels_per_line =
772 isys_stream_descr->metadata.lines_per_frame =
779 if (IS_ISP2401 && isys_stream_descr->metadata.lines_per_frame > 0)
780 isys_stream_descr->metadata.lines_per_frame +=
781 (isys_stream_descr->metadata.lines_per_frame & 1);
783 isys_stream_descr->metadata.align_req_in_bytes =
786 isys_stream_descr->metadata.enable = true;
801 ia_css_isys_descr_t *isys_stream_descr,
842 isys_stream_descr->input_port_resolution.bits_per_pixel = bits_per_subpixel;
843 isys_stream_descr->input_port_resolution.pixels_per_line =
845 isys_stream_descr->input_port_resolution.lines_per_frame = lines_per_frame;
846 isys_stream_descr->input_port_resolution.align_req_in_bytes =
855 ia_css_isys_descr_t *isys_stream_descr,
863 isys_stream_descr);
865 isys_stream_descr);
867 isys_stream_descr, isys_stream_idx);
869 stream_cfg, isys_stream_descr, isys_stream_idx);
871 isys_stream_descr->raw_packed = stream_cfg->pack_raw_pixels;
872 isys_stream_descr->linked_isys_stream_id = (int8_t)
884 ia_css_isys_descr_t *isys_stream_descr)
889 isys_stream_descr->output_port_attr.left_padding = binary->left_padding;
890 isys_stream_descr->output_port_attr.max_isp_input_width =
900 ia_css_isys_descr_t isys_stream_descr;
951 memset((void *)(&isys_stream_descr), 0, sizeof(ia_css_isys_descr_t));
962 &(isys_stream_descr), i);
967 &(isys_stream_descr));
977 &(isys_stream_descr),
986 &(isys_stream_descr),