ff_get_format     158 libavcodec/8bps.c         avctx->pix_fmt = ff_get_format(avctx, pixfmt_rgb24);
ff_get_format     183 libavcodec/cuviddec.c     surface_fmt = ff_get_format(avctx, pix_fmts);
ff_get_format     814 libavcodec/cuviddec.c     ret = ff_get_format(avctx, pix_fmts);
ff_get_format      65 libavcodec/h263dec.c     return avctx->pix_fmt = ff_get_format(avctx, avctx->codec->pix_fmts);
ff_get_format     349 libavcodec/internal.h int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt);
ff_get_format     584 libavcodec/mediacodecdec_common.c     pix_fmt = ff_get_format(avctx, pix_fmts);
ff_get_format     707 libavcodec/mjpegdec.c             s->hwaccel_pix_fmt = ff_get_format(s->avctx, pix_fmts);
ff_get_format     364 libavcodec/mmaldec.c     if ((ret = ff_get_format(avctx, avctx->codec->pix_fmts)) < 0)
ff_get_format     463 libavcodec/pthread_frame.c                 p->result_format = ff_get_format(p->avctx, p->available_formats);
ff_get_format     978 libavcodec/pthread_frame.c         return ff_get_format(avctx, fmt);
ff_get_format     179 libavcodec/qsvdec.c     ret = ff_get_format(avctx, pix_fmts);
ff_get_format    1866 libavcodec/utils.c     return ff_get_format(avctx, fmt);
ff_get_format     521 libavcodec/vc1dec.c         avctx->pix_fmt = ff_get_format(avctx, avctx->codec->pix_fmts);
ff_get_format     183 libavcodec/vp8.c     return ff_get_format(s->avctx, pix_fmts);