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

Data Fields

const AVClassclass
 
int ow
 
int oh
 
int x
 
int y
 
int mode
 
int axis
 
int nb_planes
 
int nb_comps
 
int chars
 
FFDrawContext draw
 
FFDrawColor yellow
 
FFDrawColor white
 
FFDrawColor black
 
FFDrawColor gray
 
int(* filter )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 33 of file vf_datascope.c.

Field Documentation

const AVClass* DatascopeContext::class

Definition at line 34 of file vf_datascope.c.

int DatascopeContext::ow

Definition at line 35 of file vf_datascope.c.

Referenced by config_output().

int DatascopeContext::oh

Definition at line 35 of file vf_datascope.c.

Referenced by config_output().

int DatascopeContext::x

Definition at line 36 of file vf_datascope.c.

Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().

int DatascopeContext::y

Definition at line 36 of file vf_datascope.c.

Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().

int DatascopeContext::mode

Definition at line 37 of file vf_datascope.c.

int DatascopeContext::axis

Definition at line 38 of file vf_datascope.c.

Referenced by filter_frame().

int DatascopeContext::nb_planes

Definition at line 40 of file vf_datascope.c.

Referenced by config_input(), filter_color(), filter_color2(), filter_frame(), and filter_mono().

int DatascopeContext::nb_comps

Definition at line 41 of file vf_datascope.c.

Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().

int DatascopeContext::chars

Definition at line 42 of file vf_datascope.c.

Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().

FFDrawContext DatascopeContext::draw
FFDrawColor DatascopeContext::yellow

Definition at line 44 of file vf_datascope.c.

Referenced by filter_frame().

FFDrawColor DatascopeContext::white

Definition at line 45 of file vf_datascope.c.

Referenced by config_input(), and filter_mono().

FFDrawColor DatascopeContext::black

Definition at line 46 of file vf_datascope.c.

Referenced by filter_frame().

FFDrawColor DatascopeContext::gray

Definition at line 47 of file vf_datascope.c.

Referenced by filter_frame().

int(* DatascopeContext::filter)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 49 of file vf_datascope.c.

Referenced by filter_frame().


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