Searched refs:tmp_in_frame (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/staging/media/atomisp/pci/ |
D | sh_css.c | 3683 struct ia_css_frame *tmp_in_frame = video_stage->args.out_frame[0]; in create_host_video_pipeline() local 3692 err = add_yuv_scaler_stage(pipe, me, tmp_in_frame, tmp_out_frame, in create_host_video_pipeline() 3703 tmp_in_frame = yuv_scaler_stage->args.out_frame[1]; in create_host_video_pipeline() 7612 struct ia_css_frame *tmp_in_frame = in_frame; in create_host_yuvpp_pipeline() local 7624 err = add_yuv_scaler_stage(pipe, me, tmp_in_frame, tmp_out_frame, in create_host_yuvpp_pipeline() 7634 tmp_in_frame = yuv_scaler_stage->args.out_frame[1]; in create_host_yuvpp_pipeline() 8071 struct ia_css_frame *tmp_in_frame = current_stage->args.out_frame[0]; local 8080 err = add_yuv_scaler_stage(pipe, me, tmp_in_frame, tmp_out_frame, 8089 tmp_in_frame = yuv_scaler_stage->args.out_frame[1];
|