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(* 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().