Searched refs:ff_nvdec_start_frame (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvdec.h | 70 int ff_nvdec_start_frame(AVCodecContext *avctx, AVFrame *frame);
|
D | nvdec_mjpeg.c | 41 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_mjpeg_start_frame()
|
D | nvdec_vp8.c | 46 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_vp8_start_frame()
|
D | nvdec_mpeg12.c | 41 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_mpeg12_start_frame()
|
D | nvdec_mpeg4.c | 42 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_mpeg4_start_frame()
|
D | nvdec_vc1.c | 41 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_vc1_start_frame()
|
D | nvdec_vp9.c | 45 ret = ff_nvdec_start_frame(avctx, cur_frame); in nvdec_vp9_start_frame()
|
D | nvdec_h264.c | 62 ret = ff_nvdec_start_frame(avctx, h->cur_pic_ptr->f); in nvdec_h264_start_frame()
|
D | nvdec_hevc.c | 85 ret = ff_nvdec_start_frame(avctx, s->ref->frame); in nvdec_hevc_start_frame()
|
D | nvdec.c | 550 int ff_nvdec_start_frame(AVCodecContext *avctx, AVFrame *frame) in ff_nvdec_start_frame() function
|