FFmpeg
|
Data Fields | |
const AVClass * | class |
NPPTransposeStageContext | stages [STAGE_NB] |
AVFrame * | tmp_frame |
int | passthrough |
PassthroughType, landscape passthrough mode enabled. More... | |
int | dir |
TransposeDir. More... | |
Definition at line 71 of file vf_transpose_npp.c.
const AVClass* NPPTransposeContext::class |
Definition at line 72 of file vf_transpose_npp.c.
NPPTransposeStageContext NPPTransposeContext::stages[STAGE_NB] |
Definition at line 73 of file vf_transpose_npp.c.
Referenced by init_processing_chain(), npptranspose_filter(), npptranspose_init(), and npptranspose_uninit().
AVFrame* NPPTransposeContext::tmp_frame |
Definition at line 74 of file vf_transpose_npp.c.
Referenced by npptranspose_filter(), npptranspose_init(), and npptranspose_uninit().
int NPPTransposeContext::passthrough |
PassthroughType, landscape passthrough mode enabled.
Definition at line 76 of file vf_transpose_npp.c.
Referenced by init_processing_chain(), npptranspose_config_props(), and npptranspose_filter_frame().
int NPPTransposeContext::dir |
TransposeDir.
Definition at line 77 of file vf_transpose_npp.c.
Referenced by init_processing_chain(), and npptranspose_rotate().