FFmpeg
|
Data Fields | |
uint8_t * | tmpbuf |
uint16_t * | gradients |
char * | directions |
int | width |
int | height |
Definition at line 52 of file vf_edgedetect.c.
uint8_t* plane_info::tmpbuf |
Definition at line 53 of file vf_edgedetect.c.
Referenced by config_props(), filter_frame(), and uninit().
uint16_t* plane_info::gradients |
Definition at line 54 of file vf_edgedetect.c.
Referenced by config_props(), filter_frame(), and uninit().
char* plane_info::directions |
Definition at line 55 of file vf_edgedetect.c.
Referenced by config_props(), filter_frame(), and uninit().
int plane_info::width |
Definition at line 56 of file vf_edgedetect.c.
Referenced by config_props(), and filter_frame().
int plane_info::height |
Definition at line 56 of file vf_edgedetect.c.
Referenced by config_props(), and filter_frame().