Searched refs:get_proc_address (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vdpau.c | 178 vdctx->get_proc_address = hwctx->get_proc_address; in ff_vdpau_common_init() 198 vdctx->get_proc_address = dev_ctx->get_proc_address; in ff_vdpau_common_init() 207 status = vdctx->get_proc_address(vdctx->device, in ff_vdpau_common_init() 228 status = vdctx->get_proc_address(vdctx->device, in ff_vdpau_common_init() 244 status = vdctx->get_proc_address(vdctx->device, in ff_vdpau_common_init() 269 status = vdctx->get_proc_address(vdctx->device, VDP_FUNC_ID_DECODER_CREATE, in ff_vdpau_common_init() 276 status = vdctx->get_proc_address(vdctx->device, VDP_FUNC_ID_DECODER_RENDER, in ff_vdpau_common_init() 305 status = vdctx->get_proc_address(vdct in ff_vdpau_common_uninit() [all...] |
H A D | vdpau_internal.h | 68 VdpGetProcAddress *get_proc_address; member 87 VdpGetProcAddress *get_proc_address; member
|
H A D | vdpau.h | 120 * @param get_proc_address VDPAU device driver 126 VdpGetProcAddress *get_proc_address, unsigned flags);
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | device.c | 42 VdpGetProcAddress **get_proc_address) in vdp_imp_device_create_x11() 50 if (!(display && device && get_proc_address)) in vdp_imp_device_create_x11() 138 *get_proc_address = &vlVdpGetProcAddress; in vdp_imp_device_create_x11() 41 vdp_imp_device_create_x11(Display *display, int screen, VdpDevice *device, VdpGetProcAddress **get_proc_address) vdp_imp_device_create_x11() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vdpau.h | 37 VdpGetProcAddress *get_proc_address; member
|
H A D | hwcontext_vdpau.c | 150 err = hwctx->get_proc_address(hwctx->device, id, &tmp); \ 489 &hwctx->device, &hwctx->get_proc_address); in vdpau_device_create()
|
Completed in 3 milliseconds