get_format        215 doc/examples/hw_decode.c     decoder_ctx->get_format  = get_hw_format;
get_format        213 doc/examples/qsvdec.c     decoder_ctx->get_format  = get_format;
get_format        103 doc/examples/vaapi_transcode.c     decoder_ctx->get_format    = get_vaapi_format;
get_format       2884 fftools/ffmpeg.c         ist->dec_ctx->get_format            = get_format;
get_format        778 libavcodec/avcodec.h     enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
get_format       1310 libavcodec/decode.c         user_choice = avctx->get_format(avctx, choices);
get_format        560 libavcodec/hevcdec.c         pix_fmt = get_format(s, sps);
get_format        117 libavcodec/options.c     s->get_format          = avcodec_default_get_format;
get_format        450 libavcodec/pthread_frame.c          p->avctx->get_format != avcodec_default_get_format ||
get_format        977 libavcodec/pthread_frame.c         avctx->get_format == avcodec_default_get_format)
get_format       1006 libavutil/opt.c     return get_format(obj, name, search_flags, out_fmt, AV_OPT_TYPE_PIXEL_FMT, "pixel");
get_format       1011 libavutil/opt.c     return get_format(obj, name, search_flags, out_fmt, AV_OPT_TYPE_SAMPLE_FMT, "sample");