Home
last modified time | relevance | path

Searched refs:ff_nvdec_start_frame (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec.h70 int ff_nvdec_start_frame(AVCodecContext *avctx, AVFrame *frame);
Dnvdec_mjpeg.c41 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_mjpeg_start_frame()
Dnvdec_vp8.c46 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_vp8_start_frame()
Dnvdec_mpeg12.c41 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_mpeg12_start_frame()
Dnvdec_mpeg4.c42 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_mpeg4_start_frame()
Dnvdec_vc1.c41 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_vc1_start_frame()
Dnvdec_vp9.c45 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_vp9_start_frame()
Dnvdec_h264.c62 ret = ff_nvdec_start_frame(avctx, h->cur_pic_ptr->f); in nvdec_h264_start_frame()
Dnvdec_hevc.c85 ret = ff_nvdec_start_frame(avctx, s->ref->frame); in nvdec_hevc_start_frame()
Dnvdec.c550 int ff_nvdec_start_frame(AVCodecContext *avctx, AVFrame *frame) in ff_nvdec_start_frame() function