FFmpeg
|
#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 |
QSVVPPCrop * | crop |
int | async_depth |
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().
int QSVVPPParam::num_ext_buf |
Definition at line 89 of file qsvvpp.h.
Referenced by config_output(), ff_qsvvpp_create(), and overlay_qsv_init().
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().
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().
int QSVVPPParam::num_crop |
Definition at line 96 of file qsvvpp.h.
Referenced by config_output(), ff_qsvvpp_create(), and overlay_qsv_init().
QSVVPPCrop* QSVVPPParam::crop |
Definition at line 97 of file qsvvpp.h.
Referenced by config_output(), and ff_qsvvpp_create().
int QSVVPPParam::async_depth |
Definition at line 99 of file qsvvpp.h.
Referenced by config_output(), and ff_qsvvpp_create().