FFmpeg
Data Fields
QSVVPPParam Struct Reference

#include <qsvvpp.h>

Data Fields

int(* filter_frame )(AVFilterLink *outlink, AVFrame *frame)
 
int num_ext_buf
 
mfxExtBuffer ** ext_buf
 
enum AVPixelFormat out_sw_format
 
int num_crop
 
QSVVPPCropcrop
 
int async_depth
 

Detailed Description

Definition at line 84 of file qsvvpp.h.

Field Documentation

◆ filter_frame

int(* QSVVPPParam::filter_frame) (AVFilterLink *outlink, AVFrame *frame)

Definition at line 86 of file qsvvpp.h.

Referenced by config_output(), ff_qsvvpp_create(), and overlay_qsv_init().

◆ num_ext_buf

int QSVVPPParam::num_ext_buf

Definition at line 89 of file qsvvpp.h.

Referenced by config_output(), ff_qsvvpp_create(), and overlay_qsv_init().

◆ ext_buf

mfxExtBuffer** QSVVPPParam::ext_buf

Definition at line 90 of file qsvvpp.h.

Referenced by config_output(), ff_qsvvpp_create(), overlay_qsv_init(), and overlay_qsv_uninit().

◆ out_sw_format

enum AVPixelFormat QSVVPPParam::out_sw_format

Definition at line 93 of file qsvvpp.h.

Referenced by config_output(), ff_qsvvpp_create(), and overlay_qsv_init().

◆ num_crop

int QSVVPPParam::num_crop

Definition at line 96 of file qsvvpp.h.

Referenced by config_output(), ff_qsvvpp_create(), and overlay_qsv_init().

◆ crop

QSVVPPCrop* QSVVPPParam::crop

Definition at line 97 of file qsvvpp.h.

Referenced by config_output(), and ff_qsvvpp_create().

◆ async_depth

int QSVVPPParam::async_depth

Definition at line 99 of file qsvvpp.h.

Referenced by config_output(), and ff_qsvvpp_create().


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