Home
last modified time | relevance | path

Searched refs:out_frames_ref (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec.c292 static int nvdec_init_hwframes(AVCodecContext *avctx, AVBufferRef **out_frames_ref, int dummy) in nvdec_init_hwframes() argument
300 out_frames_ref); in nvdec_init_hwframes()
304 frames_ctx = (AVHWFramesContext*)(*out_frames_ref)->data; in nvdec_init_hwframes()
314 av_buffer_unref(out_frames_ref); in nvdec_init_hwframes()
322 ret = av_hwframe_ctx_init(*out_frames_ref); in nvdec_init_hwframes()
324 av_buffer_unref(out_frames_ref); in nvdec_init_hwframes()
Davcodec.h2773 AVBufferRef **out_frames_ref);
Ddecode.c1005 AVBufferRef **out_frames_ref) in avcodec_get_hw_frames_parameters() argument
1044 *out_frames_ref = frames_ref; in avcodec_get_hw_frames_parameters()
/third_party/ffmpeg/libavfilter/
Dqsvvpp.c529 AVBufferRef *out_frames_ref = av_hwframe_ctx_alloc(device_ref); in init_vpp_session() local
530 if (!out_frames_ref) in init_vpp_session()
537 out_frames_ctx = (AVHWFramesContext *)out_frames_ref->data; in init_vpp_session()
549 ret = av_hwframe_ctx_init(out_frames_ref); in init_vpp_session()
551 av_buffer_unref(&out_frames_ref); in init_vpp_session()
559 av_buffer_unref(&out_frames_ref); in init_vpp_session()
568 outlink->hw_frames_ctx = out_frames_ref; in init_vpp_session()