Home
last modified time | relevance | path

Searched refs:ff_nvdec_frame_params (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec.h79 int ff_nvdec_frame_params(AVCodecContext *avctx,
Dnvdec_mjpeg.c69 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 1, 0); in nvdec_mjpeg_frame_params()
Dnvdec_vp8.c90 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 3, 0); in nvdec_vp8_frame_params()
Dnvdec_mpeg4.c106 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0); in nvdec_mpeg4_frame_params()
Dnvdec_mpeg12.c94 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0); in nvdec_mpeg12_frame_params()
Dnvdec_vc1.c110 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0); in nvdec_vc1_frame_params()
Dnvdec_h264.c169 …return ff_nvdec_frame_params(avctx, hw_frames_ctx, sps->ref_frame_count + sps->num_reorder_frames,… in nvdec_h264_frame_params()
Dnvdec_vp9.c169 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 8, 0); in nvdec_vp9_frame_params()
Dnvdec_av1.c337 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 8 * 2, 0); in nvdec_av1_frame_params()
Dnvdec_hevc.c302 …return ff_nvdec_frame_params(avctx, hw_frames_ctx, sps->temporal_layer[sps->max_sub_layers - 1].ma… in nvdec_hevc_frame_params()
Dnvdec.c695 int ff_nvdec_frame_params(AVCodecContext *avctx, in ff_nvdec_frame_params() function