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

Data Fields

const AVClassclass
 
int x
 
int y
 
int s0
 
int s1
 
int s2
 
int s3
 
int d0
 
int d1
 
int d2
 
int d3
 
int back
 
int front
 
Pointspoints
 
int(* is_same )(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)
 
void(* set_pixel )(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)
 
void(* pick_pixel )(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)
 

Detailed Description

Definition at line 33 of file vf_floodfill.c.

Field Documentation

const AVClass* FloodfillContext::class

Definition at line 34 of file vf_floodfill.c.

int FloodfillContext::x

Definition at line 36 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::y

Definition at line 36 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::s0

Definition at line 37 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::s1

Definition at line 37 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::s2

Definition at line 37 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::s3

Definition at line 37 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::d0

Definition at line 38 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::d1

Definition at line 38 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::d2

Definition at line 38 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::d3

Definition at line 38 of file vf_floodfill.c.

Referenced by filter_frame().

int FloodfillContext::back

Definition at line 40 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

int FloodfillContext::front

Definition at line 40 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

Points* FloodfillContext::points

Definition at line 41 of file vf_floodfill.c.

Referenced by config_input(), filter_frame(), and uninit().

int(* FloodfillContext::is_same)(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)

Definition at line 43 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

void(* FloodfillContext::set_pixel)(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)

Definition at line 45 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

void(* FloodfillContext::pick_pixel)(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)

Definition at line 47 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().


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