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 59 of file vf_scale_npp.c.

Field Documentation

int NPPScaleStageContext::stage_needed

Definition at line 60 of file vf_scale_npp.c.

Referenced by init_processing_chain(), and nppscale_scale().

enum AVPixelFormat NPPScaleStageContext::in_fmt

Definition at line 61 of file vf_scale_npp.c.

Referenced by init_processing_chain(), and init_stage().

enum AVPixelFormat NPPScaleStageContext::out_fmt

Definition at line 62 of file vf_scale_npp.c.

Referenced by init_processing_chain(), and init_stage().

int NPPScaleStageContext::width

Definition at line 65 of file vf_scale_npp.c.

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

int NPPScaleStageContext::height

Definition at line 66 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 69 of file vf_scale_npp.c.

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

AVFrame* NPPScaleStageContext::frame

Definition at line 70 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: