Lines Matching defs:config
421 vlVaConfig *config;
448 config = handle_table_get(drv->htab, config_id);
451 if (!config)
469 if (config->profile == PIPE_VIDEO_PROFILE_UNKNOWN) {
470 if (config->rt_format & VA_RT_FORMAT_RGB32) {
480 if (config->rt_format & VA_RT_FORMAT_YUV420) {
487 if (config->rt_format & VA_RT_FORMAT_YUV420_10 ||
488 (config->rt_format & VA_RT_FORMAT_YUV420 &&
489 config->entrypoint == PIPE_VIDEO_ENTRYPOINT_ENCODE)) {
527 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_PROCESSING ||
537 config->profile, config->entrypoint,
546 config->profile, config->entrypoint,