avcodec_get_hw_config  195 doc/examples/hw_decode.c         const AVCodecHWConfig *config = avcodec_get_hw_config(decoder, i);
avcodec_get_hw_config 1447 fftools/cmdutils.c     if (avcodec_get_hw_config(c, 0)) {
avcodec_get_hw_config 1450 fftools/cmdutils.c             const AVCodecHWConfig *config = avcodec_get_hw_config(c, i);
avcodec_get_hw_config 2791 fftools/ffmpeg.c                 config = avcodec_get_hw_config(s->codec, i);
avcodec_get_hw_config  292 fftools/ffmpeg_hw.c         config = avcodec_get_hw_config(codec, i);
avcodec_get_hw_config  356 fftools/ffmpeg_hw.c         if (!avcodec_get_hw_config(ist->dec, 0)) {
avcodec_get_hw_config  361 fftools/ffmpeg_hw.c             config = avcodec_get_hw_config(ist->dec, i);
avcodec_get_hw_config  373 fftools/ffmpeg_hw.c             config = avcodec_get_hw_config(ist->dec, i);
avcodec_get_hw_config  438 fftools/ffmpeg_hw.c         config = avcodec_get_hw_config(ost->enc, i);
avcodec_get_hw_config  456 libavcodec/codec.h const AVCodecHWConfig *avcodec_get_hw_config(const AVCodec *codec, int index);
avcodec_get_hw_config 1109 libavcodec/decode.c             config = avcodec_get_hw_config(avctx->codec, i);