FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 

Detailed Description

Definition at line 49 of file qsvvpp.h.

Field Documentation

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

Definition at line 51 of file qsvvpp.h.

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

int QSVVPPParam::num_ext_buf

Definition at line 54 of file qsvvpp.h.

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

mfxExtBuffer** QSVVPPParam::ext_buf

Definition at line 55 of file qsvvpp.h.

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

enum AVPixelFormat QSVVPPParam::out_sw_format

Definition at line 58 of file qsvvpp.h.

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

int QSVVPPParam::num_crop

Definition at line 61 of file qsvvpp.h.

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

QSVVPPCrop* QSVVPPParam::crop

Definition at line 62 of file qsvvpp.h.

Referenced by config_output(), and ff_qsvvpp_create().


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