Home
last modified time | relevance | path

Searched refs:output_stage (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe.h127 struct ia_css_fw_info *output_stage; /* extra output stage */ member
H A Dsh_css.c2675 last_fw = last_output_firmware(pipe->output_stage); in add_yuv_scaler_stage()
2693 err = add_firmwares(me, yuv_scaler_binary, pipe->output_stage, last_fw, in add_yuv_scaler_stage()
2732 last_fw = last_output_firmware(pipe->output_stage); in add_capture_pp_stage()
2750 err = add_firmwares(me, capture_pp_binary, pipe->output_stage, last_fw, in add_capture_pp_stage()
6928 need_pp = (need_capture_pp(pipe) || pipe->output_stage) && in create_host_regular_capture_pipeline()