Lines Matching defs:config
231 vlVaConfig *config;
240 config = handle_table_get(drv->htab, config_id);
243 if (!config)
246 is_vpp = config->profile == PIPE_VIDEO_PROFILE_UNKNOWN && !picture_width &&
262 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_PROCESSING) {
264 config->profile, config->entrypoint,
267 config->profile, config->entrypoint,
275 context->templat.profile = config->profile;
276 context->templat.entrypoint = config->entrypoint;
291 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE) {
307 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE) {
330 context->desc.base.profile = config->profile;
331 context->desc.base.entry_point = config->entrypoint;
332 if (config->entrypoint == PIPE_VIDEO_ENTRYPOINT_ENCODE) {
335 context->desc.h264enc.rate_ctrl[0].rate_ctrl_method = config->rc;
339 context->desc.h265enc.rc.rate_ctrl_method = config->rc;