ff_nvdec_frame_params   75 libavcodec/nvdec.h int ff_nvdec_frame_params(AVCodecContext *avctx,
ff_nvdec_frame_params  169 libavcodec/nvdec_h264.c     return ff_nvdec_frame_params(avctx, hw_frames_ctx, sps->ref_frame_count + sps->num_reorder_frames, 0);
ff_nvdec_frame_params  302 libavcodec/nvdec_hevc.c     return ff_nvdec_frame_params(avctx, hw_frames_ctx, sps->temporal_layer[sps->max_sub_layers - 1].max_dec_pic_buffering + 1, 1);
ff_nvdec_frame_params   69 libavcodec/nvdec_mjpeg.c     return ff_nvdec_frame_params(avctx, hw_frames_ctx, 1, 0);
ff_nvdec_frame_params   94 libavcodec/nvdec_mpeg12.c     return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0);
ff_nvdec_frame_params  106 libavcodec/nvdec_mpeg4.c     return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0);
ff_nvdec_frame_params  110 libavcodec/nvdec_vc1.c     return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0);
ff_nvdec_frame_params   90 libavcodec/nvdec_vp8.c     return ff_nvdec_frame_params(avctx, hw_frames_ctx, 3, 0);
ff_nvdec_frame_params  169 libavcodec/nvdec_vp9.c     return ff_nvdec_frame_params(avctx, hw_frames_ctx, 8, 0);