Lines Matching defs:pipeline_cap
1132 VAProcPipelineCaps *pipeline_cap)
1139 if (!pipeline_cap)
1145 pipeline_cap->pipeline_flags = 0;
1146 pipeline_cap->filter_flags = 0;
1147 pipeline_cap->num_forward_references = 0;
1148 pipeline_cap->num_backward_references = 0;
1149 pipeline_cap->num_input_color_standards = ARRAY_SIZE(vpp_input_color_standards);
1150 pipeline_cap->input_color_standards = vpp_input_color_standards;
1151 pipeline_cap->num_output_color_standards = ARRAY_SIZE(vpp_output_color_standards);
1152 pipeline_cap->output_color_standards = vpp_output_color_standards;
1160 pipeline_cap->rotation_flags = VA_ROTATION_NONE;
1162 pipeline_cap->rotation_flags |= (1 << VA_ROTATION_90);
1164 pipeline_cap->rotation_flags |= (1 << VA_ROTATION_180);
1166 pipeline_cap->rotation_flags |= (1 << VA_ROTATION_270);
1168 pipeline_cap->mirror_flags = VA_MIRROR_NONE;
1170 pipeline_cap->mirror_flags |= VA_MIRROR_HORIZONTAL;
1172 pipeline_cap->mirror_flags |= VA_MIRROR_VERTICAL;
1174 pipeline_cap->max_input_width = pscreen->get_video_param(pscreen, PIPE_VIDEO_PROFILE_UNKNOWN,
1178 pipeline_cap->max_input_height = pscreen->get_video_param(pscreen, PIPE_VIDEO_PROFILE_UNKNOWN,
1182 pipeline_cap->min_input_width = pscreen->get_video_param(pscreen, PIPE_VIDEO_PROFILE_UNKNOWN,
1186 pipeline_cap->min_input_height = pscreen->get_video_param(pscreen, PIPE_VIDEO_PROFILE_UNKNOWN,
1190 pipeline_cap->max_output_width = pscreen->get_video_param(pscreen, PIPE_VIDEO_PROFILE_UNKNOWN,
1194 pipeline_cap->max_output_height = pscreen->get_video_param(pscreen, PIPE_VIDEO_PROFILE_UNKNOWN,
1198 pipeline_cap->min_output_width = pscreen->get_video_param(pscreen, PIPE_VIDEO_PROFILE_UNKNOWN,
1202 pipeline_cap->min_output_height = pscreen->get_video_param(pscreen, PIPE_VIDEO_PROFILE_UNKNOWN,
1210 pipeline_cap->blend_flags = 0;
1212 pipeline_cap->blend_flags |= VA_BLEND_GLOBAL_ALPHA;
1226 pipeline_cap->num_forward_references = 2;
1227 pipeline_cap->num_backward_references = 1;