Home
last modified time | relevance | path

Searched refs:child_frames_ref (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c82 AVBufferRef *child_frames_ref; member
307 av_buffer_unref(&s->child_frames_ref); in qsv_frames_uninit()
336 AVBufferRef *child_frames_ref = NULL; in qsv_init_child_ctx() local
381 child_frames_ref = av_hwframe_ctx_alloc(child_device_ref); in qsv_init_child_ctx()
382 if (!child_frames_ref) { in qsv_init_child_ctx()
386 child_frames_ctx = (AVHWFramesContext*)child_frames_ref->data; in qsv_init_child_ctx()
414 ret = av_hwframe_ctx_init(child_frames_ref); in qsv_init_child_ctx()
465 s->child_frames_ref = child_frames_ref; in qsv_init_child_ctx()
466 child_frames_ref in qsv_init_child_ctx()
[all...]

Completed in 2 milliseconds