File: vaapi_utils_common.h

package info (click to toggle)
libvpl-tools 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,652 kB
  • sloc: cpp: 107,469; python: 4,303; ansic: 3,202; sh: 159; lisp: 52; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*############################################################################
  # Copyright (C) 2025 Intel Corporation
  #
  # SPDX-License-Identifier: MIT
  ############################################################################*/

#ifndef VAAPI_UTILS_COMMON_H
#define VAAPI_UTILS_COMMON_H

extern const char* MFX_X11_NODE_RENDER;
extern const char* MFX_X11_DRIVER_NAME;
extern const char* MFX_X11_DRIVER_XE_NAME;

extern int open_intel_adapter(const std::string& devicePath);
#endif // VAAPI_UTILS_COMMON_H