![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
The HwFrameContextData class contains custom belongings of hw frames context. More...
#include <qffmpeghwaccel_p.h>
Static Public Member Functions | |
static HwFrameContextData & | ensure (AVFrame &hwFrame) |
gets or creates an instance of the class, associated with the frames context of the specified frame. Note, AVFrame holds shared ownership of the frames context, so consider this when designing HwFrameContextData's lifetime. |
Public Attributes | |
QRhiValueMapper< TextureConverter > | textureConverterMapper |
The HwFrameContextData class contains custom belongings of hw frames context.
Definition at line 48 of file qffmpeghwaccel_p.h.
|
static |
gets or creates an instance of the class, associated with the frames context of the specified frame. Note, AVFrame holds shared ownership of the frames context, so consider this when designing HwFrameContextData's lifetime.
Definition at line 411 of file qffmpeghwaccel.cpp.
QRhiValueMapper<TextureConverter> QFFmpeg::HwFrameContextData::textureConverterMapper |
Definition at line 50 of file qffmpeghwaccel_p.h.