FFmpeg
|
Data Fields | |
QSVVPPContext | qsv |
mfxExtVPPDeinterlacing | deinterlace_conf |
mfxExtVPPFrameRateConversion | frc_conf |
mfxExtVPPDenoise | denoise_conf |
mfxExtVPPDetail | detail_conf |
mfxExtVPPProcAmp | procamp_conf |
mfxExtVPPRotation | rotation_conf |
mfxExtVPPMirroring | mirroring_conf |
mfxExtVPPScaling | scale_conf |
int | out_width |
New dimensions. More... | |
int | out_height |
enum AVPixelFormat | out_format |
Output sw format. More... | |
AVRational | framerate |
int | use_frc |
int | deinterlace |
int | denoise |
int | detail |
int | use_crop |
int | crop_w |
int | crop_h |
int | crop_x |
int | crop_y |
int | transpose |
int | rotate |
int | hflip |
int | scale_mode |
int | procamp |
float | hue |
float | saturation |
float | contrast |
float | brightness |
char * | cx |
char * | cy |
char * | cw |
char * | ch |
char * | ow |
char * | oh |
char * | output_format_str |
int | has_passthrough |
int | field_rate |
Definition at line 49 of file vf_vpp_qsv.c.
QSVVPPContext VPPContext::qsv |
Definition at line 50 of file vf_vpp_qsv.c.
mfxExtVPPDeinterlacing VPPContext::deinterlace_conf |
Definition at line 53 of file vf_vpp_qsv.c.
mfxExtVPPFrameRateConversion VPPContext::frc_conf |
Definition at line 54 of file vf_vpp_qsv.c.
mfxExtVPPDenoise VPPContext::denoise_conf |
Definition at line 55 of file vf_vpp_qsv.c.
mfxExtVPPDetail VPPContext::detail_conf |
Definition at line 56 of file vf_vpp_qsv.c.
mfxExtVPPProcAmp VPPContext::procamp_conf |
Definition at line 57 of file vf_vpp_qsv.c.
mfxExtVPPRotation VPPContext::rotation_conf |
Definition at line 58 of file vf_vpp_qsv.c.
mfxExtVPPMirroring VPPContext::mirroring_conf |
Definition at line 59 of file vf_vpp_qsv.c.
mfxExtVPPScaling VPPContext::scale_conf |
Definition at line 60 of file vf_vpp_qsv.c.
int VPPContext::out_width |
New dimensions.
Special values are: 0 = original width/height -1 = keep original aspect
Definition at line 67 of file vf_vpp_qsv.c.
Referenced by config_input(), config_output(), and eval_expr().
int VPPContext::out_height |
Definition at line 68 of file vf_vpp_qsv.c.
Referenced by config_input(), config_output(), and eval_expr().
enum AVPixelFormat VPPContext::out_format |
Output sw format.
AV_PIX_FMT_NONE for no conversion.
Definition at line 72 of file vf_vpp_qsv.c.
Referenced by config_output(), and vpp_init().
AVRational VPPContext::framerate |
Definition at line 74 of file vf_vpp_qsv.c.
Referenced by config_input(), and config_output().
int VPPContext::use_frc |
Definition at line 75 of file vf_vpp_qsv.c.
Referenced by config_input(), and config_output().
int VPPContext::deinterlace |
Definition at line 76 of file vf_vpp_qsv.c.
Referenced by config_input(), and config_output().
int VPPContext::denoise |
Definition at line 77 of file vf_vpp_qsv.c.
Referenced by config_output().
int VPPContext::detail |
Definition at line 78 of file vf_vpp_qsv.c.
Referenced by config_output().
int VPPContext::use_crop |
Definition at line 80 of file vf_vpp_qsv.c.
Referenced by config_input(), config_output(), and eval_expr().
int VPPContext::crop_w |
Definition at line 81 of file vf_vpp_qsv.c.
Referenced by config_input(), config_output(), and eval_expr().
int VPPContext::crop_h |
Definition at line 82 of file vf_vpp_qsv.c.
Referenced by config_input(), config_output(), and eval_expr().
int VPPContext::crop_x |
Definition at line 83 of file vf_vpp_qsv.c.
Referenced by config_input(), config_output(), and eval_expr().
int VPPContext::crop_y |
Definition at line 84 of file vf_vpp_qsv.c.
Referenced by config_input(), config_output(), and eval_expr().
int VPPContext::transpose |
Definition at line 86 of file vf_vpp_qsv.c.
Referenced by config_output(), and vpp_preinit().
int VPPContext::rotate |
Definition at line 87 of file vf_vpp_qsv.c.
Referenced by config_output().
int VPPContext::hflip |
Definition at line 88 of file vf_vpp_qsv.c.
Referenced by config_output().
int VPPContext::scale_mode |
Definition at line 90 of file vf_vpp_qsv.c.
Referenced by config_output().
int VPPContext::procamp |
Definition at line 93 of file vf_vpp_qsv.c.
Referenced by config_output().
float VPPContext::hue |
Definition at line 94 of file vf_vpp_qsv.c.
Referenced by config_output().
float VPPContext::saturation |
Definition at line 95 of file vf_vpp_qsv.c.
Referenced by config_output(), and vpp_preinit().
float VPPContext::contrast |
Definition at line 96 of file vf_vpp_qsv.c.
Referenced by config_output(), and vpp_preinit().
float VPPContext::brightness |
Definition at line 97 of file vf_vpp_qsv.c.
Referenced by config_output().
char* VPPContext::cx |
Definition at line 99 of file vf_vpp_qsv.c.
Referenced by eval_expr().
char * VPPContext::cy |
Definition at line 99 of file vf_vpp_qsv.c.
Referenced by eval_expr().
char * VPPContext::cw |
Definition at line 99 of file vf_vpp_qsv.c.
Referenced by eval_expr().
char * VPPContext::ch |
Definition at line 99 of file vf_vpp_qsv.c.
Referenced by eval_expr().
char* VPPContext::ow |
Definition at line 100 of file vf_vpp_qsv.c.
Referenced by eval_expr().
char * VPPContext::oh |
Definition at line 100 of file vf_vpp_qsv.c.
Referenced by eval_expr().
char* VPPContext::output_format_str |
Definition at line 101 of file vf_vpp_qsv.c.
Referenced by vpp_init().
int VPPContext::has_passthrough |
Definition at line 103 of file vf_vpp_qsv.c.
Referenced by config_output(), and vpp_preinit().
int VPPContext::field_rate |
Definition at line 104 of file vf_vpp_qsv.c.
Referenced by config_input().