FFmpeg
Data Fields
AVQSVDeviceContext Struct Reference

This struct is allocated as AVHWDeviceContext.hwctx. More...

#include <hwcontext_qsv.h>

Data Fields

mfxSession session
 
void * loader
 The mfxLoader handle used for mfxSession creation. More...
 

Detailed Description

This struct is allocated as AVHWDeviceContext.hwctx.

Definition at line 35 of file hwcontext_qsv.h.

Field Documentation

◆ session

mfxSession AVQSVDeviceContext::session

◆ loader

void* AVQSVDeviceContext::loader

The mfxLoader handle used for mfxSession creation.

This field is only available for oneVPL user. For non-oneVPL user, this field must be set to NULL.

Filled by the user before calling av_hwdevice_ctx_init() and should be cast to mfxLoader handle. Deallocating the AVHWDeviceContext will always release this interface.

Definition at line 47 of file hwcontext_qsv.h.

Referenced by init_vpp_session(), qsv_device_derive_from_child(), qsv_device_free(), and qsv_init_internal_session().


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