Home
last modified time | relevance | path

Searched refs:hw_frames_hwctx (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_deinterlace_qsv.c175 AVQSVFramesContext *hw_frames_hwctx = hw_frames_ctx->hwctx; in init_out_session() local
178 int opaque = !!(hw_frames_hwctx->frame_type & MFX_MEMTYPE_OPAQUE_FRAME); in init_out_session()
243 s->surface_ptrs = av_mallocz_array(hw_frames_hwctx->nb_surfaces, in init_out_session()
247 for (i = 0; i < hw_frames_hwctx->nb_surfaces; i++) in init_out_session()
248 s->surface_ptrs[i] = hw_frames_hwctx->surfaces + i; in init_out_session()
249 s->nb_surface_ptrs = hw_frames_hwctx->nb_surfaces; in init_out_session()
253 s->opaque_alloc.In.Type = hw_frames_hwctx->frame_type; in init_out_session()
273 s->mem_ids = av_mallocz_array(hw_frames_hwctx->nb_surfaces, in init_out_session()
277 for (i = 0; i < hw_frames_hwctx->nb_surfaces; i++) in init_out_session()
278 s->mem_ids[i] = hw_frames_hwctx->surfaces[i].Data.MemId; in init_out_session()
[all …]
/third_party/ffmpeg/libavcodec/
Dqsv.c619 AVQSVFramesContext *hw_frames_hwctx = hw_frames_ctx->hwctx; in qsv_frame_lock() local
651 qsv_mid->surf.Info = hw_frames_hwctx->surfaces[0].Info; in qsv_frame_lock()