FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
NPPScaleStageContext Struct Reference

Data Fields

int stage_needed
 
enum AVPixelFormat in_fmt
 
enum AVPixelFormat out_fmt
 
struct {
   int   width
 
   int   height
 
planes_in [3]
 
struct {
   int   width
 
   int   height
 
planes_out [3]
 
AVBufferRefframes_ctx
 
AVFrameframe
 

Detailed Description

Definition at line 86 of file vf_scale_npp.c.

Field Documentation

int NPPScaleStageContext::stage_needed

Definition at line 87 of file vf_scale_npp.c.

Referenced by init_processing_chain(), and nppscale_scale().

enum AVPixelFormat NPPScaleStageContext::in_fmt

Definition at line 88 of file vf_scale_npp.c.

Referenced by init_processing_chain(), and init_stage().

enum AVPixelFormat NPPScaleStageContext::out_fmt

Definition at line 89 of file vf_scale_npp.c.

Referenced by init_processing_chain(), and init_stage().

int NPPScaleStageContext::width

Definition at line 92 of file vf_scale_npp.c.

Referenced by init_processing_chain(), init_stage(), and nppscale_resize().

int NPPScaleStageContext::height

Definition at line 93 of file vf_scale_npp.c.

Referenced by init_processing_chain(), init_stage(), and nppscale_resize().

struct { ... } NPPScaleStageContext::planes_in[3]
struct { ... } NPPScaleStageContext::planes_out[3]
AVBufferRef* NPPScaleStageContext::frames_ctx

Definition at line 96 of file vf_scale_npp.c.

Referenced by init_processing_chain(), init_stage(), and nppscale_uninit().

AVFrame* NPPScaleStageContext::frame

Definition at line 97 of file vf_scale_npp.c.

Referenced by init_stage(), nppscale_init(), nppscale_scale(), and nppscale_uninit().


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