Searched refs:out_frames_ref (Results 1 – 4 of 4) sorted by relevance
284 static int nvdec_init_hwframes(AVCodecContext *avctx, AVBufferRef **out_frames_ref, int dummy) in nvdec_init_hwframes() argument292 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()
3337 AVBufferRef **out_frames_ref);
1184 AVBufferRef **out_frames_ref) in avcodec_get_hw_frames_parameters() argument1223 *out_frames_ref = frames_ref; in avcodec_get_hw_frames_parameters()
448 AVBufferRef *out_frames_ref = av_hwframe_ctx_alloc(device_ref); in init_vpp_session() local449 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()