Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_scale_qsv.c87 int nb_surface_ptrs_in; member
152 s->nb_surface_ptrs_in = 0; in qsvscale_uninit()
340 s->nb_surface_ptrs_in = in_frames_hwctx->nb_surfaces; in init_out_session()
351 s->opaque_alloc.In.NumSurface = s->nb_surface_ptrs_in; in init_out_session()
Dqsvvpp.c165 resp->mids = av_mallocz(s->nb_surface_ptrs_in * sizeof(*resp->mids)); in frame_alloc()
169 for (i = 0; i < s->nb_surface_ptrs_in; i++) in frame_alloc()
172 resp->NumFrameActual = s->nb_surface_ptrs_in; in frame_alloc()
515 s->nb_surface_ptrs_in = in_frames_hwctx->nb_surfaces; in init_vpp_session()
623 s->opaque_alloc.In.NumSurface = s->nb_surface_ptrs_in; in init_vpp_session()
Dqsvvpp.h62 int nb_surface_ptrs_in; member