Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvdpau.c141 VDPAUContext *vdctx = avctx->internal->hwaccel_priv_data; in ff_vdpau_common_init() local
156 vdctx->width = UINT32_MAX; in ff_vdpau_common_init()
157 vdctx->height = UINT32_MAX; in ff_vdpau_common_init()
166 vdctx->decoder = hwctx->context.decoder; in ff_vdpau_common_init()
167 vdctx->render = hwctx->context.render; in ff_vdpau_common_init()
168 vdctx->device = VDP_INVALID_HANDLE; in ff_vdpau_common_init()
172 vdctx->device = hwctx->device; in ff_vdpau_common_init()
173 vdctx->get_proc_address = hwctx->get_proc_address; in ff_vdpau_common_init()
192 vdctx->device = dev_ctx->device; in ff_vdpau_common_init()
193 vdctx->get_proc_address = dev_ctx->get_proc_address; in ff_vdpau_common_init()
[all …]