Lines Matching defs:device
365 child_device_hwctx->device = (ID3D11Device*)device_priv->handle;
377 av_log(ctx, AV_LOG_ERROR, "Error initializing a child device context\n");
1437 static mfxIMPL choose_implementation(const char *device, enum AVHWDeviceType child_device_type)
1456 if (device) {
1458 if (!strcmp(device, impl_map[i].name)) {
1463 impl = strtol(device, NULL, 0);
1504 handle = (mfxHDL)child_device_hwctx->device;
1553 av_log(ctx, AV_LOG_ERROR, "Error setting child device handle: "
1577 static int qsv_device_create(AVHWDeviceContext *ctx, const char *device,
1600 av_log(ctx, AV_LOG_ERROR, "Unknown child device type "
1610 "in the future. Please explicitly set device type via \"-init_hw_device\" option.\n");
1615 av_log(ctx, AV_LOG_ERROR, "No supported child device type is enabled\n");
1626 // used on recent Intel hardware. Set options to the VAAPI device
1644 av_log(ctx, AV_LOG_ERROR, "No supported child device type is enabled\n");
1660 impl = choose_implementation(device, child_device_type);