Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c330 cfg->input_port_resolution.bits_per_pixel, in create_input_system_channel()
332 cfg->input_port_resolution.pixels_per_line, in create_input_system_channel()
334 cfg->input_port_resolution.lines_per_frame, in create_input_system_channel()
336 cfg->input_port_resolution.align_req_in_bytes, in create_input_system_channel()
716 isys_cfg->input_port_resolution.bits_per_pixel; in calculate_stream2mmio_cfg()
738 bits_per_pixel = isys_cfg->input_port_resolution.bits_per_pixel; in calculate_ibuf_ctrl_cfg()
778 isys_cfg->input_port_resolution.pixels_per_line, in calculate_ibuf_ctrl_cfg()
780 isys_cfg->input_port_resolution.align_req_in_bytes); in calculate_ibuf_ctrl_cfg()
798 cfg->stores_per_frame = isys_cfg->input_port_resolution.lines_per_frame; in calculate_ibuf_ctrl_cfg()
845 bits_per_pixel = isys_cfg->input_port_resolution.bits_per_pixel; in calculate_isys2401_dma_port_cfg()
[all …]
/drivers/staging/media/atomisp/pci/
Disp2401_input_system_global.h139 } input_port_resolution; member
Dsh_css.c981 isys_stream_descr->input_port_resolution.bits_per_pixel = bits_per_subpixel; in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
982 isys_stream_descr->input_port_resolution.pixels_per_line = in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
984 isys_stream_descr->input_port_resolution.lines_per_frame = lines_per_frame; in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
985 isys_stream_descr->input_port_resolution.align_req_in_bytes = in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()