Searched refs:out_frames_ref (Results 1 – 4 of 4) sorted by relevance
292 static int nvdec_init_hwframes(AVCodecContext *avctx, AVBufferRef **out_frames_ref, int dummy) in nvdec_init_hwframes() argument300 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()
2773 AVBufferRef **out_frames_ref);
1005 AVBufferRef **out_frames_ref) in avcodec_get_hw_frames_parameters() argument1044 *out_frames_ref = frames_ref; in avcodec_get_hw_frames_parameters()
529 AVBufferRef *out_frames_ref = av_hwframe_ctx_alloc(device_ref); in init_vpp_session() local530 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()