Home
last modified time | relevance | path

Searched refs:mfx_surface (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkallocator_libva.h50 mfxFrameSurface1 *mfx_surface, VASurfaceID surface_id);
Dgstmsdkallocator_libva.c719 mfxFrameSurface1 * mfx_surface, VASurfaceID surface_id) in gst_msdk_replace_mfx_memid() argument
727 g_return_val_if_fail (mfx_surface != NULL, FALSE); in gst_msdk_replace_mfx_memid()
730 msdk_mid = (GstMsdkMemoryID *) mfx_surface->Data.MemId; in gst_msdk_replace_mfx_memid()
Dgstmsdkvpp.c737 mfxFrameSurface1 *mfx_surface = NULL; in import_dmabuf_to_msdk_surface() local
779 mfx_surface = msdk_surface->surface; in import_dmabuf_to_msdk_surface()
780 msdk_mid = (GstMsdkMemoryID *) mfx_surface->Data.MemId; in import_dmabuf_to_msdk_surface()
783 gst_msdk_replace_mfx_memid (thiz->context, mfx_surface, VA_INVALID_ID); in import_dmabuf_to_msdk_surface()
Dgstmsdkenc.c1585 mfxFrameSurface1 *mfx_surface = NULL; in import_dmabuf_to_msdk_surface() local
1624 mfx_surface = msdk_surface->surface; in import_dmabuf_to_msdk_surface()
1625 msdk_mid = (GstMsdkMemoryID *) mfx_surface->Data.MemId; in import_dmabuf_to_msdk_surface()
1628 gst_msdk_replace_mfx_memid (thiz->context, mfx_surface, VA_INVALID_ID); in import_dmabuf_to_msdk_surface()
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c2251 mfxFrameSurface1 *mfx_surface = (mfxFrameSurface1*)src->data[3]; in opencl_map_from_qsv() local
2252 va_surface = *(VASurfaceID*)mfx_surface->Data.MemId; in opencl_map_from_qsv()