![]() |
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>
Public Types | |
| using | AVHWFramesContextDeleter = void (*)(struct AVHWFramesContext *ctx) |
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 | |
| AVHWFramesContextDeleter | avDeleter = nullptr |
| void * | avUserOpaque = nullptr |
| QRhiValueMapper< TextureConverter > | textureConverterMapper = {} |
The HwFrameContextData class contains custom belongings of hw frames context.
Definition at line 48 of file qffmpeghwaccel_p.h.
| using QFFmpeg::HwFrameContextData::AVHWFramesContextDeleter = void (*)(struct AVHWFramesContext *ctx) |
Definition at line 50 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 420 of file qffmpeghwaccel.cpp.
References QFFmpeg::deleteHwFrameContextData().
| AVHWFramesContextDeleter QFFmpeg::HwFrameContextData::avDeleter = nullptr |
Definition at line 51 of file qffmpeghwaccel_p.h.
Definition at line 52 of file qffmpeghwaccel_p.h.
| QRhiValueMapper<TextureConverter> QFFmpeg::HwFrameContextData::textureConverterMapper = {} |
Definition at line 54 of file qffmpeghwaccel_p.h.