Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qffmpeghwaccel_d3d11_p.h
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3#ifndef QFFMPEGHWACCEL_D3D11_P_H
4#define QFFMPEGHWACCEL_D3D11_P_H
5
6//
7// W A R N I N G
8// -------------
9//
10// This file is not part of the Qt API. It exists purely as an
11// implementation detail. This header file may change from version to
12// version without notice, or even be removed.
13//
14// We mean it.
15//
16
17#include "qffmpeghwaccel_p.h"
18
19#if QT_CONFIG(wmf)
20
22
23class QRhi;
24
25namespace QFFmpeg {
26
27class D3D11TextureConverter : public TextureConverterBackend
28{
29public:
30 D3D11TextureConverter(QRhi *rhi);
31
32 TextureSet *getTextures(AVFrame *frame) override;
33
34 static void SetupDecoderTextures(AVCodecContext *s);
35};
36
37}
38
40
41#endif
42
43#endif
\inmodule QtGui
Definition qrhi.h:1767
Combined button and popup list for selecting options.
GLdouble s
[6]
Definition qopenglext.h:235
QFrame frame
[0]