Lines Matching refs:hwdev
178 static int vaapi_get_image_format(AVHWDeviceContext *hwdev,
182 VAAPIDeviceContext *ctx = hwdev->internal->priv;
195 static int vaapi_frames_get_constraints(AVHWDeviceContext *hwdev,
199 AVVAAPIDeviceContext *hwctx = hwdev->hwctx;
201 VAAPIDeviceContext *ctx = hwdev->internal->priv;
214 av_log(hwdev, AV_LOG_ERROR, "Failed to query surface attributes: "
229 av_log(hwdev, AV_LOG_ERROR, "Failed to query surface attributes: "
357 static int vaapi_device_init(AVHWDeviceContext *hwdev)
359 VAAPIDeviceContext *ctx = hwdev->internal->priv;
360 AVVAAPIDeviceContext *hwctx = hwdev->hwctx;
394 av_log(hwdev, AV_LOG_DEBUG, "Format %#x -> unknown.\n",
397 av_log(hwdev, AV_LOG_DEBUG, "Format %#x -> %s.\n",
407 av_log(hwdev, AV_LOG_VERBOSE, "VAAPI driver: %s.\n", vendor_string);
410 av_log(hwdev, AV_LOG_VERBOSE, "Using quirks set by user (%#x).\n",
419 av_log(hwdev, AV_LOG_VERBOSE, "Matched driver string "
430 av_log(hwdev, AV_LOG_VERBOSE, "Driver not found in known "
434 av_log(hwdev, AV_LOG_VERBOSE, "Driver has no vendor string, "
447 static void vaapi_device_uninit(AVHWDeviceContext *hwdev)
449 VAAPIDeviceContext *ctx = hwdev->internal->priv;