FFmpeg
Data Fields
QSVFrame Struct Reference

#include <qsv_internal.h>

Data Fields

AVFrameframe
 
mfxFrameSurface1 surface
 
mfxEncodeCtrl enc_ctrl
 
mfxExtDecodedFrameInfo dec_info
 
mfxExtBuffer * ext_param
 
mfxPayload * payloads [QSV_MAX_ENC_PAYLOAD]
 used for enc_ctrl.Payload More...
 
int queued
 
int used
 
struct QSVFramenext
 

Detailed Description

Definition at line 72 of file qsv_internal.h.

Field Documentation

◆ frame

AVFrame * QSVFrame::frame

◆ surface

mfxFrameSurface1 QSVFrame::surface

◆ enc_ctrl

mfxEncodeCtrl QSVFrame::enc_ctrl

Definition at line 75 of file qsv_internal.h.

Referenced by clear_unused_frames(), encode_frame(), and ff_qsv_enc_close().

◆ dec_info

mfxExtDecodedFrameInfo QSVFrame::dec_info

Definition at line 76 of file qsv_internal.h.

Referenced by qsv_decode().

◆ ext_param

mfxExtBuffer* QSVFrame::ext_param

Definition at line 77 of file qsv_internal.h.

◆ payloads

mfxPayload* QSVFrame::payloads[QSV_MAX_ENC_PAYLOAD]

used for enc_ctrl.Payload

Definition at line 79 of file qsv_internal.h.

Referenced by clear_unused_frames().

◆ queued

int QSVFrame::queued

◆ used

int QSVFrame::used

Definition at line 82 of file qsv_internal.h.

Referenced by clear_unused_frames(), and qsv_clear_unused_frames().

◆ next

struct QSVFrame * QSVFrame::next

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