Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext_vdpau.h35 typedef struct AVVDPAUDeviceContext { struct
38 } AVVDPAUDeviceContext; argument
Dhwcontext_vdpau.c118 AVVDPAUDeviceContext *hwctx = ctx->hwctx; in vdpau_init_pixmfts()
160 AVVDPAUDeviceContext *hwctx = ctx->hwctx; in vdpau_device_init()
232 AVVDPAUDeviceContext *device_hwctx = ctx->device_ctx->hwctx; in vdpau_pool_alloc()
453 AVVDPAUDeviceContext *hwctx = ctx->hwctx; in vdpau_device_free()
466 AVVDPAUDeviceContext *hwctx = ctx->hwctx; in vdpau_device_create()
511 .device_hwctx_size = sizeof(AVVDPAUDeviceContext),
/third_party/ffmpeg/libavcodec/
Dvdpau.c183 AVVDPAUDeviceContext *dev_ctx; in ff_vdpau_common_init()