Home
last modified time | relevance | path

Searched refs:lines_per_frame (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c271 vts = dev->lines_per_frame; in __ov2722_set_exposure()
663 dev->lines_per_frame = dev->res->lines_per_frame; in ov2722_set_fmt()
/linux/drivers/media/i2c/
H A Dtvp7002.c324 u16 lines_per_frame; member
649 if (lpfr == timings->lines_per_frame && in tvp7002_query_dv()
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c720 isys_stream_descr->prbs_port_attr.sync_gen_cfg.lines_per_frame = in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
763 isys_stream_descr->metadata.lines_per_frame = in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
770 if (IS_ISP2401 && isys_stream_descr->metadata.lines_per_frame > 0) in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
771 isys_stream_descr->metadata.lines_per_frame += in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
772 (isys_stream_descr->metadata.lines_per_frame & 1); in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
797 unsigned int lines_per_frame; in sh_css_translate_stream_cfg_to_input_system_input_port_resolution() local
826 lines_per_frame = stream_cfg->isys_config[isys_stream_idx].input_res.height; in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
827 if (lines_per_frame == 0) in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
836 isys_stream_descr->input_port_resolution.lines_per_frame = lines_per_frame; in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()