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
QT_BEGIN_NAMESPACE::QOhosVideoFrameTextures Class Reference
Inheritance diagram for QT_BEGIN_NAMESPACE::QOhosVideoFrameTextures:
Collaboration diagram for QT_BEGIN_NAMESPACE::QOhosVideoFrameTextures:

Public Member Functions

 QOhosVideoFrameTextures (QRhi *rhi, QSize size, quint64 handle)
QRhiTexturetexture (uint plane) const override
 QOhosVideoFrameTextures (QRhi *rhi, QSize size, quint64 handle)
QRhiTexturetexture (uint plane) const override
Public Member Functions inherited from QVideoFrameTextures
virtual ~QVideoFrameTextures ()
virtual void onFrameEndInvoked ()
 The virtual method should be invoked after QRhi::endFrame to unmap and free internal resources that are not needed anymore.
virtual QVideoFrameTexturesHandlesUPtr takeHandles ()
void setSourceFrame (QVideoFrame sourceFrame)
 Sets the source frame. It is a temporary solution to delegate frame's shared ownership to the instance. Ideally, the creators of QVideoFrameTextures's or QVideoFrameTexturesHandles's instances should manage ownership.

Detailed Description

Definition at line 41 of file qohosvideooutput.cpp.

Constructor & Destructor Documentation

◆ QOhosVideoFrameTextures() [1/2]

QT_BEGIN_NAMESPACE::QOhosVideoFrameTextures::QOhosVideoFrameTextures ( QRhi * rhi,
QSize size,
quint64 handle )
inline

Definition at line 44 of file qohosvideooutput.cpp.

◆ QOhosVideoFrameTextures() [2/2]

QT_BEGIN_NAMESPACE::QOhosVideoFrameTextures::QOhosVideoFrameTextures ( QRhi * rhi,
QSize size,
quint64 handle )
inline

Definition at line 44 of file qohosvideooutput.cpp.

Member Function Documentation

◆ texture() [1/2]

QRhiTexture * QT_BEGIN_NAMESPACE::QOhosVideoFrameTextures::texture ( uint plane) const
inlineoverridevirtual

Implements QVideoFrameTextures.

Definition at line 49 of file qohosvideooutput.cpp.

◆ texture() [2/2]

QRhiTexture * QT_BEGIN_NAMESPACE::QOhosVideoFrameTextures::texture ( uint plane) const
inlineoverridevirtual

Implements QVideoFrameTextures.

Definition at line 49 of file qohosvideooutput.cpp.


The documentation for this class was generated from the following file: