Lines Matching refs:hw_config
1008 const AVCodecHWConfigInternal *hw_config;
1013 hw_config = ffcodec(avctx->codec)->hw_configs[i];
1014 if (!hw_config)
1016 if (hw_config->public.pix_fmt == hw_pix_fmt)
1020 hwa = hw_config->hwaccel;
1052 const AVCodecHWConfigInternal *hw_config)
1057 hwaccel = hw_config->hwaccel;
1078 av_get_pix_fmt_name(hw_config->public.pix_fmt));
1105 const AVCodecHWConfigInternal *hw_config;
1159 hw_config = ffcodec(avctx->codec)->hw_configs[i];
1160 if (!hw_config)
1162 if (hw_config->public.pix_fmt == user_choice)
1166 hw_config = NULL;
1169 if (!hw_config) {
1174 config = &hw_config->public;
1209 if (hw_config->hwaccel) {
1212 err = hwaccel_init(avctx, hw_config);