Searched refs:ia_css_frame_get_info (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_sp.c | 823 ret = ia_css_crop_configure(binary, ia_css_frame_get_info(args->delay_frames[0])); in configure_isp_from_args() 829 ret = ia_css_output0_configure(binary, ia_css_frame_get_info(args->out_frame[0])); in configure_isp_from_args() 832 ret = ia_css_output1_configure(binary, ia_css_frame_get_info(args->out_vf_frame)); in configure_isp_from_args() 838 ret = ia_css_output0_configure(binary, ia_css_frame_get_info(args->out_frame[0])); in configure_isp_from_args() 841 ret = ia_css_iterator_configure(binary, ia_css_frame_get_info(args->in_frame)); in configure_isp_from_args() 844 ret = ia_css_dvs_configure(binary, ia_css_frame_get_info(args->out_frame[0])); in configure_isp_from_args() 847 ret = ia_css_output_configure(binary, ia_css_frame_get_info(args->out_frame[0])); in configure_isp_from_args() 850 ret = ia_css_raw_configure(pipeline, binary, ia_css_frame_get_info(args->in_frame), in configure_isp_from_args() 1131 ia_css_frame_get_info(args->in_frame), in sp_init_stage() 1134 ia_css_frame_get_info(args->out_vf_frame), in sp_init_stage()
|
H A D | ia_css_frame_public.h | 265 ia_css_frame_get_info(const struct ia_css_frame *frame) in ia_css_frame_get_info() function
|
H A D | sh_css_params.c | 1200 out_infos[0] = ia_css_frame_get_info(args->out_frame[0]); in ia_css_process_zoom_and_motion() 1205 ia_css_frame_get_info(args->in_frame), in ia_css_process_zoom_and_motion() 1208 ia_css_frame_get_info(args->out_vf_frame), in ia_css_process_zoom_and_motion()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ |
H A D | ia_css_yuv444_io.host.c | 31 const struct ia_css_frame_info *in_frame_info = ia_css_frame_get_info(in_frame); in ia_css_yuv444_io_config()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ |
H A D | ia_css_bayer_io.host.c | 31 const struct ia_css_frame_info *in_frame_info = ia_css_frame_get_info(in_frame); in ia_css_bayer_io_config()
|