FFmpeg
Loading...
Searching...
No Matches
DrawGraphContext Struct Reference

Data Fields

const AVClassclass
char * key [4]
float min
float max
char * fg_str [4]
AVExprfg_expr [4]
uint8_t bg [4]
int mode
int slide
int w
int h
AVRational frame_rate
AVFrameout
int x
int prev_y [4]
int first [4]
floatvalues [4]
int values_size [4]
int nb_values
int64_t prev_pts

Detailed Description

Definition at line 33 of file f_drawgraph.c.

Field Documentation

◆ class

const AVClass* DrawGraphContext::class

Definition at line 34 of file f_drawgraph.c.

◆ key

char* DrawGraphContext::key[4]

Definition at line 36 of file f_drawgraph.c.

◆ min

float DrawGraphContext::min

Definition at line 37 of file f_drawgraph.c.

◆ max

float DrawGraphContext::max

Definition at line 37 of file f_drawgraph.c.

◆ fg_str

char* DrawGraphContext::fg_str[4]

Definition at line 38 of file f_drawgraph.c.

◆ fg_expr

AVExpr* DrawGraphContext::fg_expr[4]

Definition at line 39 of file f_drawgraph.c.

◆ bg

uint8_t DrawGraphContext::bg[4]

Definition at line 40 of file f_drawgraph.c.

◆ mode

int DrawGraphContext::mode

Definition at line 41 of file f_drawgraph.c.

◆ slide

int DrawGraphContext::slide

Definition at line 42 of file f_drawgraph.c.

◆ w

int DrawGraphContext::w

Definition at line 43 of file f_drawgraph.c.

◆ h

int DrawGraphContext::h

Definition at line 43 of file f_drawgraph.c.

◆ frame_rate

AVRational DrawGraphContext::frame_rate

Definition at line 44 of file f_drawgraph.c.

◆ out

AVFrame* DrawGraphContext::out

Definition at line 46 of file f_drawgraph.c.

◆ x

int DrawGraphContext::x

Definition at line 47 of file f_drawgraph.c.

◆ prev_y

int DrawGraphContext::prev_y[4]

Definition at line 48 of file f_drawgraph.c.

◆ first

int DrawGraphContext::first[4]

Definition at line 49 of file f_drawgraph.c.

◆ values

float* DrawGraphContext::values[4]

Definition at line 50 of file f_drawgraph.c.

◆ values_size

int DrawGraphContext::values_size[4]

Definition at line 51 of file f_drawgraph.c.

◆ nb_values

int DrawGraphContext::nb_values

Definition at line 52 of file f_drawgraph.c.

◆ prev_pts

int64_t DrawGraphContext::prev_pts

Definition at line 53 of file f_drawgraph.c.


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