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

Data Fields

const AVClassclass
 
int width [4]
 
int height [4]
 
enum EdgeMode edge
 
int nb_planes
 
int nb_components
 
int step
 
uint8_t blank [4]
 
FFFrameSync fs
 
void(* displace )(struct DisplaceContext *s, const AVFrame *in, const AVFrame *xpic, const AVFrame *ypic, AVFrame *out)
 

Detailed Description

Definition at line 38 of file vf_displace.c.

Field Documentation

const AVClass* DisplaceContext::class

Definition at line 39 of file vf_displace.c.

int DisplaceContext::width[4]

Definition at line 40 of file vf_displace.c.

Referenced by config_input(), displace_packed(), and displace_planar().

int DisplaceContext::height[4]

Definition at line 40 of file vf_displace.c.

Referenced by config_input(), displace_packed(), and displace_planar().

enum EdgeMode DisplaceContext::edge

Definition at line 41 of file vf_displace.c.

Referenced by displace_packed(), and displace_planar().

int DisplaceContext::nb_planes

Definition at line 42 of file vf_displace.c.

Referenced by config_input(), and displace_planar().

int DisplaceContext::nb_components

Definition at line 43 of file vf_displace.c.

Referenced by config_input(), and displace_packed().

int DisplaceContext::step

Definition at line 44 of file vf_displace.c.

Referenced by config_input(), and displace_packed().

uint8_t DisplaceContext::blank[4]

Definition at line 45 of file vf_displace.c.

Referenced by config_input(), displace_packed(), and displace_planar().

FFFrameSync DisplaceContext::fs

Definition at line 46 of file vf_displace.c.

Referenced by activate(), config_output(), process_frame(), and uninit().

void(* DisplaceContext::displace)(struct DisplaceContext *s, const AVFrame *in, const AVFrame *xpic, const AVFrame *ypic, AVFrame *out)

Definition at line 48 of file vf_displace.c.

Referenced by config_input(), and process_frame().


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