2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
12 //-----------------------------------------------------------------------------
14 //-----------------------------------------------------------------------------
24 CVaapiProxy
* VaapiProxyCreate(int fd
);
25 void VaapiProxyDelete(CVaapiProxy
*proxy
);
26 void VaapiProxyConfig(CVaapiProxy
*proxy
, void *eglDpy
);
27 void VAAPIRegister(CVaapiProxy
*winSystem
, bool deepColor
);
29 void VAAPIRegisterRenderGL(CVaapiProxy
* winSystem
, bool& general
, bool& deepColor
);
32 void VAAPIRegisterRenderGLES(CVaapiProxy
* winSystem
, bool& general
, bool& deepColor
);