Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vdpau.c222 VDPAUDeviceContext *device_priv = ctx->device_ctx->internal->priv; in vdpau_buffer_free() local
225 device_priv->surf_destroy(surf); in vdpau_buffer_free()
233 VDPAUDeviceContext *device_priv = ctx->device_ctx->internal->priv; in vdpau_pool_alloc() local
239 err = device_priv->surf_create(device_hwctx->device, priv->chroma_type, in vdpau_pool_alloc()
249 device_priv->surf_destroy(surf); in vdpau_pool_alloc()
258 VDPAUDeviceContext *device_priv = ctx->device_ctx->internal->priv; in vdpau_frames_init() local
267 priv->pix_fmts = device_priv->pix_fmts[i]; in vdpau_frames_init()
268 priv->nb_pix_fmts = device_priv->nb_pix_fmts[i]; in vdpau_frames_init()
285 priv->get_data = device_priv->get_data; in vdpau_frames_init()
286 priv->put_data = device_priv in vdpau_frames_init()
[all...]
H A Dhwcontext_opencl.c2214 OpenCLDeviceContext *device_priv = dst_fc->device_ctx->internal->priv; in opencl_unmap_from_qsv() local
2222 cle = device_priv->clEnqueueReleaseVA_APIMediaSurfacesINTEL( in opencl_unmap_from_qsv()
2250 OpenCLDeviceContext *device_priv = dst_fc->device_ctx->internal->priv; in opencl_map_from_qsv() local
2294 device_priv->clCreateFromVA_APIMediaSurfaceINTEL( in opencl_map_from_qsv()
2307 cle = device_priv->clEnqueueAcquireVA_APIMediaSurfacesINTEL( in opencl_map_from_qsv()
2348 OpenCLDeviceContext *device_priv = dst_fc->device_ctx->internal->priv; in opencl_unmap_from_dxva2() local
2355 cle = device_priv->clEnqueueReleaseDX9MediaSurfacesKHR( in opencl_unmap_from_dxva2()
2373 OpenCLDeviceContext *device_priv = dst_fc->device_ctx->internal->priv; in opencl_map_from_dxva2() local
2395 cle = device_priv->clEnqueueAcquireDX9MediaSurfacesKHR( in opencl_map_from_dxva2()
2422 cle = device_priv in opencl_map_from_dxva2()
2436 OpenCLDeviceContext *device_priv = dst_fc->device_ctx->internal->priv; opencl_frames_derive_from_dxva2() local
2513 OpenCLDeviceContext *device_priv = dst_fc->device_ctx->internal->priv; opencl_unmap_from_d3d11() local
2532 OpenCLDeviceContext *device_priv = dst_fc->device_ctx->internal->priv; opencl_map_from_d3d11() local
2592 OpenCLDeviceContext *device_priv = dst_fc->device_ctx->internal->priv; opencl_frames_derive_from_d3d11() local
[all...]
H A Dhwcontext_qsv.c333 QSVDeviceContext *device_priv = ctx->device_ctx->internal->priv; in qsv_init_child_ctx() local
343 if (!device_priv->handle) { in qsv_init_child_ctx()
350 child_device_ref = av_hwdevice_ctx_alloc(device_priv->child_device_type); in qsv_init_child_ctx()
358 child_device_hwctx->display = (VADisplay)device_priv->handle; in qsv_init_child_ctx()
364 ID3D11Device_AddRef((ID3D11Device*)device_priv->handle); in qsv_init_child_ctx()
365 child_device_hwctx->device = (ID3D11Device*)device_priv->handle; in qsv_init_child_ctx()
371 child_device_hwctx->devmgr = (IDirect3DDeviceManager9*)device_priv->handle; in qsv_init_child_ctx()
388 child_frames_ctx->format = device_priv->child_pix_fmt; in qsv_init_child_ctx()
615 QSVDeviceContext *device_priv = ctx->device_ctx->internal->priv; in qsv_init_internal_session() local
630 err = MFXInit(device_priv in qsv_init_internal_session()
[all...]

Completed in 6 milliseconds