FFmpeg
|
Data Fields | |
const AVClass * | class |
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) |
Definition at line 34 of file vf_hysteresis.c.
const AVClass* HysteresisContext::class |
Definition at line 35 of file vf_hysteresis.c.
FFFrameSync HysteresisContext::fs |
Definition at line 36 of file vf_hysteresis.c.
int HysteresisContext::planes |
Definition at line 38 of file vf_hysteresis.c.
int HysteresisContext::threshold |
Definition at line 39 of file vf_hysteresis.c.
int HysteresisContext::width[4] |
Definition at line 41 of file vf_hysteresis.c.
int HysteresisContext::height[4] |
Definition at line 41 of file vf_hysteresis.c.
int HysteresisContext::nb_planes |
Definition at line 42 of file vf_hysteresis.c.
int HysteresisContext::depth |
Definition at line 43 of file vf_hysteresis.c.
uint8_t* HysteresisContext::map |
Definition at line 45 of file vf_hysteresis.c.
uint32_t* HysteresisContext::xy |
Definition at line 46 of file vf_hysteresis.c.
int HysteresisContext::index |
Definition at line 47 of file vf_hysteresis.c.
Referenced by convert_from_tensorflow.Operand::__lt__(), and convert_from_tensorflow.Operand::__str__().
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.