Lines Matching defs:config
24 #include "config.h"
892 const AVCodecHWConfig *config;
901 config = &ffcodec(avctx->codec)->hw_configs[i]->public;
902 if (!config)
904 if (!(config->methods &
907 if (device_ctx->type != config->device_type)
910 if (config->pix_fmt == fmt[n])
930 config = avcodec_get_hw_config(avctx->codec, i);
931 if (!config)
933 if (config->pix_fmt == fmt[n])
936 if (!config) {
937 // No specific config available, so the decoder must be able
941 if (config->methods & AV_CODEC_HW_CONFIG_METHOD_INTERNAL) {
1106 const AVCodecHWConfig *config;
1170 // No config available, so no extra setup required.
1174 config = &hw_config->public;
1176 if (config->methods &
1187 } else if (config->methods &
1192 if (device_ctx->type != config->device_type) {
1198 } else if (config->methods &
1201 } else if (config->methods &