Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dqsv.h63 * the opaque_surfaces field.
90 AVBufferRef *opaque_surfaces; member
H A Dqsvenc.h141 mfxFrameSurface1 **opaque_surfaces; member
H A Dqsvenc.c1187 q->opaque_surfaces = av_malloc_array(nb_surfaces, sizeof(*q->opaque_surfaces)); in qsv_init_opaque_alloc()
1188 if (!q->opaque_surfaces) in qsv_init_opaque_alloc()
1194 q->opaque_surfaces[i] = surfaces + i; in qsv_init_opaque_alloc()
1199 q->opaque_alloc.In.Surfaces = q->opaque_surfaces; in qsv_init_opaque_alloc()
1206 qsv->opaque_surfaces = q->opaque_alloc_buf; in qsv_init_opaque_alloc()
1919 av_freep(&q->opaque_surfaces); in ff_qsv_enc_close()

Completed in 4 milliseconds