Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
evrd3dpresentengine.cpp File Reference

(b51e9b5dafd992eb6678efbc697691a938b637b2)

#include "evrd3dpresentengine_p.h"
#include "evrhelpers_p.h"
#include <private/qhwvideobuffer_p.h>
#include <private/qvideoframe_p.h>
#include <qvideoframe.h>
#include <QDebug>
#include <qthread.h>
#include <qvideosink.h>
#include <qloggingcategory.h>
#include <d3d11_1.h>
#include <rhi/qrhi.h>
Include dependency graph for evrd3dpresentengine.cpp:

Go to the source code of this file.

Classes

class  IMFSampleVideoBuffer
class  QVideoFrameD3D11Textures
class  D3D11TextureVideoBuffer

Functions

QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY (qLcEvrD3DPresentEngine, "qt.multimedia.evrd3dpresentengine")
static bool findD3D11AdapterID (QRhi &rhi, IDirect3D9Ex *D3D9, UINT &adapterID)

Function Documentation

◆ findD3D11AdapterID()

bool findD3D11AdapterID ( QRhi & rhi,
IDirect3D9Ex * D3D9,
UINT & adapterID )
static

Definition at line 372 of file evrd3dpresentengine.cpp.

◆ Q_STATIC_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY ( qLcEvrD3DPresentEngine ,
"qt.multimedia.evrd3dpresentengine"  )