get_format        421 doc/examples/qsvdec.c     decoder_ctx->get_format  = get_format;
get_format       2399 ffmpeg.c               ist->dec_ctx->get_format            = get_format;
get_format       1493 libavcodec/avcodec.h     enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
get_format        115 libavcodec/options.c     s->get_format          = avcodec_default_get_format;
get_format        366 libavcodec/pthread_frame.c          p->avctx->get_format != avcodec_default_get_format ||
get_format        822 libavcodec/pthread_frame.c         avctx->get_format == avcodec_default_get_format)
get_format       1219 libavcodec/utils.c         ret = avctx->get_format(avctx, choices);
get_format         63 libavcodec/vda_h264_dec.c     enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
get_format        107 libavcodec/vda_h264_dec.c     ctx->get_format = avctx->get_format;
get_format        108 libavcodec/vda_h264_dec.c     avctx->get_format = get_format;
get_format        121 libavcodec/vda_h264_dec.c     avctx->get_format = ctx->get_format;
get_format        202 libavcodec/vda_h264_dec.c     ctx->pix_fmt = avctx->get_format(avctx, avctx->codec->pix_fmts);
get_format        916 libavutil/opt.c     return get_format(obj, name, search_flags, out_fmt, AV_OPT_TYPE_PIXEL_FMT, "pixel");
get_format        921 libavutil/opt.c     return get_format(obj, name, search_flags, out_fmt, AV_OPT_TYPE_SAMPLE_FMT, "sample");