FFmpeg
Data Fields
QSVVPPParam Struct Reference

#include <qsvvpp.h>

Data Fields

int(* filter_frame )(AVFilterLink *outlink, AVFrame *frame)
 
int(* set_frame_ext_params )(AVFilterContext *ctx, const AVFrame *in, AVFrame *out, QSVVPPFrameParam *fp)
 callbak More...
 
int num_ext_buf
 
mfxExtBuffer ** ext_buf
 
enum AVPixelFormat out_sw_format
 
int num_crop
 
QSVVPPCropcrop
 

Detailed Description

Definition at line 110 of file qsvvpp.h.

Field Documentation

◆ filter_frame

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

Definition at line 112 of file qsvvpp.h.

Referenced by config_output(), ff_qsvvpp_init(), overlay_qsv_init(), and qsv_stack_init().

◆ set_frame_ext_params

int(* QSVVPPParam::set_frame_ext_params) (AVFilterContext *ctx, const AVFrame *in, AVFrame *out, QSVVPPFrameParam *fp)

callbak

Definition at line 113 of file qsvvpp.h.

Referenced by config_output(), and ff_qsvvpp_init().

◆ num_ext_buf

int QSVVPPParam::num_ext_buf

Definition at line 116 of file qsvvpp.h.

Referenced by config_output(), ff_qsvvpp_init(), overlay_qsv_init(), and qsv_stack_init().

◆ ext_buf

mfxExtBuffer** QSVVPPParam::ext_buf

◆ out_sw_format

enum AVPixelFormat QSVVPPParam::out_sw_format

Definition at line 120 of file qsvvpp.h.

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

◆ num_crop

int QSVVPPParam::num_crop

Definition at line 123 of file qsvvpp.h.

Referenced by config_output(), ff_qsvvpp_init(), overlay_qsv_init(), and qsv_stack_init().

◆ crop

QSVVPPCrop* QSVVPPParam::crop

Definition at line 124 of file qsvvpp.h.

Referenced by config_output(), and ff_qsvvpp_init().


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