Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_deinterlace_qsv.c59 mfxMemId *mem_ids; member
99 av_freep(&s->mem_ids); in qsvdeint_uninit()
117 resp->mids = s->mem_ids; in frame_alloc()
257 s->mem_ids = av_calloc(hw_frames_hwctx->nb_surfaces, in init_out_session()
258 sizeof(*s->mem_ids)); in init_out_session()
259 if (!s->mem_ids) in init_out_session()
262 s->mem_ids[i] = hw_frames_hwctx->surfaces[i].Data.MemId; in init_out_session()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c88 mfxMemId *mem_ids; member
301 av_freep(&s->mem_ids); in qsv_frames_uninit()
577 resp->mids = s->mem_ids; in frame_alloc()
730 s->mem_ids = av_calloc(frames_hwctx->nb_surfaces, sizeof(*s->mem_ids)); in qsv_frames_init()
731 if (!s->mem_ids) in qsv_frames_init()
735 s->mem_ids[i] = frames_hwctx->surfaces[i].Data.MemId; in qsv_frames_init()

Completed in 4 milliseconds