Lines Matching defs:device
134 VdpStatus err = priv->get_transfer_caps(hwctx->device, vdpau_pix_fmts[i].chroma_type,
150 err = hwctx->get_proc_address(hwctx->device, id, &tmp); \
239 err = device_priv->surf_create(device_hwctx->device, priv->chroma_type,
457 priv->device_destroy(hwctx->device);
463 static int vdpau_device_create(AVHWDeviceContext *ctx, const char *device,
480 priv->dpy = XOpenDisplay(device);
483 XDisplayName(device));
489 &hwctx->device, &hwctx->get_proc_address);
491 av_log(ctx, AV_LOG_ERROR, "VDPAU device creation on X11 display %s failed.\n",
500 av_log(ctx, AV_LOG_VERBOSE, "Successfully created a VDPAU device (%s) on "