Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dsh_css.c3684 struct ia_css_frame *tmp_out_frame = NULL; in create_host_video_pipeline() local
3688 tmp_out_frame = out_frame; in create_host_video_pipeline()
3690 tmp_out_frame = NULL; in create_host_video_pipeline()
3692 err = add_yuv_scaler_stage(pipe, me, tmp_in_frame, tmp_out_frame, in create_host_video_pipeline()
7610 struct ia_css_frame *tmp_out_frame = NULL; in create_host_yuvpp_pipeline() local
7617 tmp_out_frame = out_frame[j]; in create_host_yuvpp_pipeline()
7620 tmp_out_frame = NULL; in create_host_yuvpp_pipeline()
7624 err = add_yuv_scaler_stage(pipe, me, tmp_in_frame, tmp_out_frame, in create_host_yuvpp_pipeline()
8072 struct ia_css_frame *tmp_out_frame = NULL; local
8076 tmp_out_frame = out_frame;
[all …]