Searched refs:mfx_surface (Results 1 – 5 of 5) sorted by relevance
50 mfxFrameSurface1 *mfx_surface, VASurfaceID surface_id);
719 mfxFrameSurface1 * mfx_surface, VASurfaceID surface_id) in gst_msdk_replace_mfx_memid() argument727 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()
737 mfxFrameSurface1 *mfx_surface = NULL; in import_dmabuf_to_msdk_surface() local779 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()
1585 mfxFrameSurface1 *mfx_surface = NULL; in import_dmabuf_to_msdk_surface() local1624 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()
2251 mfxFrameSurface1 *mfx_surface = (mfxFrameSurface1*)src->data[3]; in opencl_map_from_qsv() local2252 va_surface = *(VASurfaceID*)mfx_surface->Data.MemId; in opencl_map_from_qsv()