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

Data Fields

const AVClassclass
 
FFFrameSync fs
 
int planes
 
int threshold
 
int width [4]
 
int height [4]
 
int nb_planes
 
int depth
 
uint8_t * map
 
uint32_t * xy
 
int index
 
void(* hysteresis )(struct HysteresisContext *s, const uint8_t *bsrc, const uint8_t *osrc, uint8_t *dst, ptrdiff_t blinesize, ptrdiff_t olinesize, ptrdiff_t destlinesize, int w, int h)
 

Detailed Description

Definition at line 34 of file vf_hysteresis.c.

Field Documentation

◆ class

const AVClass* HysteresisContext::class

Definition at line 35 of file vf_hysteresis.c.

◆ fs

FFFrameSync HysteresisContext::fs

Definition at line 36 of file vf_hysteresis.c.

◆ planes

int HysteresisContext::planes

Definition at line 38 of file vf_hysteresis.c.

◆ threshold

int HysteresisContext::threshold

Definition at line 39 of file vf_hysteresis.c.

◆ width

int HysteresisContext::width[4]

Definition at line 41 of file vf_hysteresis.c.

◆ height

int HysteresisContext::height[4]

Definition at line 41 of file vf_hysteresis.c.

◆ nb_planes

int HysteresisContext::nb_planes

Definition at line 42 of file vf_hysteresis.c.

◆ depth

int HysteresisContext::depth

Definition at line 43 of file vf_hysteresis.c.

◆ map

uint8_t* HysteresisContext::map

Definition at line 45 of file vf_hysteresis.c.

◆ xy

uint32_t* HysteresisContext::xy

Definition at line 46 of file vf_hysteresis.c.

◆ index

int HysteresisContext::index

Definition at line 47 of file vf_hysteresis.c.

◆ hysteresis

void(* HysteresisContext::hysteresis) (struct HysteresisContext *s, const uint8_t *bsrc, const uint8_t *osrc, uint8_t *dst, ptrdiff_t blinesize, ptrdiff_t olinesize, ptrdiff_t destlinesize, int w, int h)

Definition at line 49 of file vf_hysteresis.c.


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