Searched refs:out_frames_ref (Results 1 – 4 of 4) sorted by relevance
291 static int nvdec_init_hwframes(AVCodecContext *avctx, AVBufferRef **out_frames_ref, int dummy) in nvdec_init_hwframes() argument299 out_frames_ref); in nvdec_init_hwframes()303 frames_ctx = (AVHWFramesContext*)(*out_frames_ref)->data; in nvdec_init_hwframes()313 av_buffer_unref(out_frames_ref); in nvdec_init_hwframes()321 ret = av_hwframe_ctx_init(*out_frames_ref); in nvdec_init_hwframes()323 av_buffer_unref(out_frames_ref); in nvdec_init_hwframes()
3361 AVBufferRef **out_frames_ref);
1231 AVBufferRef **out_frames_ref) in avcodec_get_hw_frames_parameters() argument1270 *out_frames_ref = frames_ref; in avcodec_get_hw_frames_parameters()
552 AVBufferRef *out_frames_ref = av_hwframe_ctx_alloc(device_ref); in init_vpp_session() local553 if (!out_frames_ref) in init_vpp_session()560 out_frames_ctx = (AVHWFramesContext *)out_frames_ref->data; in init_vpp_session()572 ret = av_hwframe_ctx_init(out_frames_ref); in init_vpp_session()574 av_buffer_unref(&out_frames_ref); in init_vpp_session()582 av_buffer_unref(&out_frames_ref); in init_vpp_session()591 outlink->hw_frames_ctx = out_frames_ref; in init_vpp_session()