FFmpeg
Loading...
Searching...
No Matches
AVQSVFramesContext Struct Reference

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

#include <hwcontext_qsv.h>

Data Fields

mfxFrameSurface1 * surfaces
 A pointer to a mfxFrameSurface1 struct.
 
int nb_surfaces
 Number of frames in the pool.
 
int frame_type
 A combination of MFX_MEMTYPE_* describing the frame pool.
 
mfxFrameInfo * info
 A pointer to a mfxFrameInfo struct.
 

Detailed Description

This struct is allocated as AVHWFramesContext.hwctx.

Definition at line 53 of file hwcontext_qsv.h.

Field Documentation

◆ surfaces

◆ nb_surfaces

◆ frame_type

◆ info

mfxFrameInfo* AVQSVFramesContext::info

A pointer to a mfxFrameInfo struct.

It is available when nb_surfaces is 0, all buffers allocated from the pool have the same mfxFrameInfo.

Definition at line 83 of file hwcontext_qsv.h.

Referenced by fill_frameinfo_by_link(), frame_alloc(), init_video_param(), init_video_param_jpeg(), qsv_dynamic_frames_derive_to(), qsv_init_internal_session(), and qsv_init_pool().


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