FFmpeg  4.0
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

◆ class

const AVClass* FloodfillContext::class

Definition at line 34 of file vf_floodfill.c.

◆ x

int FloodfillContext::x

Definition at line 36 of file vf_floodfill.c.

Referenced by filter_frame().

◆ y

int FloodfillContext::y

Definition at line 36 of file vf_floodfill.c.

Referenced by filter_frame().

◆ s0

int FloodfillContext::s0

Definition at line 37 of file vf_floodfill.c.

Referenced by filter_frame().

◆ s1

int FloodfillContext::s1

Definition at line 37 of file vf_floodfill.c.

Referenced by filter_frame().

◆ s2

int FloodfillContext::s2

Definition at line 37 of file vf_floodfill.c.

Referenced by filter_frame().

◆ s3

int FloodfillContext::s3

Definition at line 37 of file vf_floodfill.c.

Referenced by filter_frame().

◆ d0

int FloodfillContext::d0

Definition at line 38 of file vf_floodfill.c.

Referenced by filter_frame().

◆ d1

int FloodfillContext::d1

Definition at line 38 of file vf_floodfill.c.

Referenced by filter_frame().

◆ d2

int FloodfillContext::d2

Definition at line 38 of file vf_floodfill.c.

Referenced by filter_frame().

◆ d3

int FloodfillContext::d3

Definition at line 38 of file vf_floodfill.c.

Referenced by filter_frame().

◆ back

int FloodfillContext::back

Definition at line 40 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

◆ front

int FloodfillContext::front

Definition at line 40 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

◆ points

Points* FloodfillContext::points

Definition at line 41 of file vf_floodfill.c.

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

◆ is_same

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().

◆ set_pixel

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().

◆ pick_pixel

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: