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

Data Fields

const AVClass * class
int ow
int oh
int x
int y
int mode
int dformat
int axis
int components
float opacity
int nb_planes
int nb_comps
int chars
FFDrawContext draw
FFDrawColor yellow
FFDrawColor white
FFDrawColor black
FFDrawColor gray
void(* pick_color )(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value)
void(* reverse_color )(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse)
int(* filter )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Detailed Description

Definition at line 32 of file vf_datascope.c.

Field Documentation

◆ class

const AVClass* DatascopeContext::class

Definition at line 33 of file vf_datascope.c.

◆ ow

int DatascopeContext::ow

Definition at line 34 of file vf_datascope.c.

◆ oh

int DatascopeContext::oh

Definition at line 34 of file vf_datascope.c.

◆ x

int DatascopeContext::x

Definition at line 35 of file vf_datascope.c.

◆ y

int DatascopeContext::y

Definition at line 35 of file vf_datascope.c.

◆ mode

int DatascopeContext::mode

Definition at line 36 of file vf_datascope.c.

◆ dformat

int DatascopeContext::dformat

Definition at line 37 of file vf_datascope.c.

◆ axis

int DatascopeContext::axis

Definition at line 38 of file vf_datascope.c.

◆ components

int DatascopeContext::components

Definition at line 39 of file vf_datascope.c.

◆ opacity

float DatascopeContext::opacity

Definition at line 40 of file vf_datascope.c.

◆ nb_planes

int DatascopeContext::nb_planes

Definition at line 42 of file vf_datascope.c.

◆ nb_comps

int DatascopeContext::nb_comps

Definition at line 43 of file vf_datascope.c.

◆ chars

int DatascopeContext::chars

Definition at line 44 of file vf_datascope.c.

◆ draw

FFDrawContext DatascopeContext::draw

Definition at line 45 of file vf_datascope.c.

◆ yellow

FFDrawColor DatascopeContext::yellow

Definition at line 46 of file vf_datascope.c.

◆ white

FFDrawColor DatascopeContext::white

Definition at line 47 of file vf_datascope.c.

◆ black

FFDrawColor DatascopeContext::black

Definition at line 48 of file vf_datascope.c.

◆ gray

FFDrawColor DatascopeContext::gray

Definition at line 49 of file vf_datascope.c.

◆ pick_color

void(* DatascopeContext::pick_color) (FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value)

Definition at line 51 of file vf_datascope.c.

◆ reverse_color

void(* DatascopeContext::reverse_color) (FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse)

Definition at line 52 of file vf_datascope.c.

◆ filter

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

Definition at line 53 of file vf_datascope.c.


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