Home
last modified time | relevance | path

Searched refs:nb_surface_ptrs_out (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_scale_qsv.c90 int nb_surface_ptrs_out; member
153 s->nb_surface_ptrs_out = 0; in qsvscale_uninit()
348 s->nb_surface_ptrs_out = out_frames_hwctx->nb_surfaces; in init_out_session()
355 s->opaque_alloc.Out.NumSurface = s->nb_surface_ptrs_out; in init_out_session()
Dqsvvpp.c174 resp->mids = av_mallocz(s->nb_surface_ptrs_out * sizeof(*resp->mids)); in frame_alloc()
178 for (i = 0; i < s->nb_surface_ptrs_out; i++) in frame_alloc()
181 resp->NumFrameActual = s->nb_surface_ptrs_out; in frame_alloc()
565 s->nb_surface_ptrs_out = out_frames_hwctx->nb_surfaces; in init_vpp_session()
627 s->opaque_alloc.Out.NumSurface = s->nb_surface_ptrs_out; in init_vpp_session()
Dqsvvpp.h63 int nb_surface_ptrs_out; member