Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvdec.c284 static int nvdec_init_hwframes(AVCodecContext *avctx, AVBufferRef **out_frames_ref, int dummy) in nvdec_init_hwframes() argument
292 out_frames_ref); in nvdec_init_hwframes()
296 frames_ctx = (AVHWFramesContext*)(*out_frames_ref)->data; in nvdec_init_hwframes()
306 av_buffer_unref(out_frames_ref); in nvdec_init_hwframes()
314 ret = av_hwframe_ctx_init(*out_frames_ref); in nvdec_init_hwframes()
316 av_buffer_unref(out_frames_ref); in nvdec_init_hwframes()
Davcodec.h3337 AVBufferRef **out_frames_ref);
Ddecode.c1184 AVBufferRef **out_frames_ref) in avcodec_get_hw_frames_parameters() argument
1223 *out_frames_ref = frames_ref; in avcodec_get_hw_frames_parameters()
/third_party/ffmpeg/libavfilter/
Dqsvvpp.c448 AVBufferRef *out_frames_ref = av_hwframe_ctx_alloc(device_ref); in init_vpp_session() local
449 if (!out_frames_ref) in init_vpp_session()
456 out_frames_ctx = (AVHWFramesContext *)out_frames_ref->data; in init_vpp_session()
468 ret = av_hwframe_ctx_init(out_frames_ref); in init_vpp_session()
470 av_buffer_unref(&out_frames_ref); in init_vpp_session()
478 av_buffer_unref(&out_frames_ref); in init_vpp_session()
487 outlink->hw_frames_ctx = out_frames_ref; in init_vpp_session()