Lines Matching defs:device
459 mod = "device";
769 /* Finds a device */
832 av_log(ctx, AV_LOG_ERROR, "Unable to find device by given UUID!\n");
836 av_log(ctx, AV_LOG_VERBOSE, "Requested device: %s\n", select->name);
843 av_log(ctx, AV_LOG_ERROR, "Unable to find device \"%s\"!\n",
848 av_log(ctx, AV_LOG_VERBOSE, "Requested device: 0x%x\n", select->pci_device);
855 av_log(ctx, AV_LOG_ERROR, "Unable to find device with PCI ID 0x%x!\n",
867 av_log(ctx, AV_LOG_ERROR, "Unable to find device with Vendor ID 0x%x!\n",
876 av_log(ctx, AV_LOG_ERROR, "Unable to find device with index %i!\n",
1354 /* Find a device (if not given one) */
1434 /* Set device extension flags */
1456 av_log(ctx, AV_LOG_VERBOSE, "Using device: %s\n",
1491 av_log(ctx, AV_LOG_ERROR, "Invalid %s family index %i (device has %i families)!\n", \
1520 /* Get device capabilities */
1526 static int vulkan_device_create(AVHWDeviceContext *ctx, const char *device,
1530 if (device && device[0]) {
1532 dev_select.index = strtol(device, &end, 10);
1533 if (end == device) {
1535 dev_select.name = device;
1548 /* If there's only one device on the system, then even if its not covered
1559 av_log(ctx, AV_LOG_ERROR, "Unable to get device info from VAAPI!\n");
1577 av_log(ctx, AV_LOG_ERROR, "Unable to get device info from DRM fd!\n");
1824 "device requires dedicated image allocation!\n");
2353 /* Finally get all modifiers from the device */