Searched refs:ff_nvdec_frame_params (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvdec.h | 79 int ff_nvdec_frame_params(AVCodecContext *avctx,
|
D | nvdec_mjpeg.c | 69 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 1, 0); in nvdec_mjpeg_frame_params()
|
D | nvdec_vp8.c | 90 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 3, 0); in nvdec_vp8_frame_params()
|
D | nvdec_mpeg4.c | 106 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0); in nvdec_mpeg4_frame_params()
|
D | nvdec_mpeg12.c | 94 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0); in nvdec_mpeg12_frame_params()
|
D | nvdec_vc1.c | 110 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2, 0); in nvdec_vc1_frame_params()
|
D | nvdec_h264.c | 169 …return ff_nvdec_frame_params(avctx, hw_frames_ctx, sps->ref_frame_count + sps->num_reorder_frames,… in nvdec_h264_frame_params()
|
D | nvdec_vp9.c | 169 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 8, 0); in nvdec_vp9_frame_params()
|
D | nvdec_av1.c | 337 return ff_nvdec_frame_params(avctx, hw_frames_ctx, 8 * 2, 0); in nvdec_av1_frame_params()
|
D | nvdec_hevc.c | 302 …return ff_nvdec_frame_params(avctx, hw_frames_ctx, sps->temporal_layer[sps->max_sub_layers - 1].ma… in nvdec_hevc_frame_params()
|
D | nvdec.c | 695 int ff_nvdec_frame_params(AVCodecContext *avctx, in ff_nvdec_frame_params() function
|