Lines Matching refs:pipeline_param
727 VAProcPipelineParameterBuffer pipeline_param; in video_frame_process() local
763 memset(&pipeline_param, 0, sizeof(pipeline_param)); in video_frame_process()
764 pipeline_param.surface = in_surface_id; in video_frame_process()
765 pipeline_param.surface_region = &surface_region; in video_frame_process()
766 pipeline_param.output_region = &output_region; in video_frame_process()
768 pipeline_param.filter_flags = 0; in video_frame_process()
769 pipeline_param.filters = &filter_param_buf_id; in video_frame_process()
770 pipeline_param.num_filters = filter_count; in video_frame_process()
775 pipeline_param.blend_state = &state; in video_frame_process()
781 sizeof(pipeline_param), in video_frame_process()
783 &pipeline_param, in video_frame_process()