DrawBoxContext Struct Reference

Data Fields

int x
int y
int w
int h
unsigned char yuv_color [4]
int vsub
int hsub
 chroma subsampling

Detailed Description

Definition at line 34 of file vf_drawbox.c.

Field Documentation

int DrawBoxContext::h

Definition at line 35 of file vf_drawbox.c.

Referenced by config_input(), draw_slice(), and init().

int DrawBoxContext::hsub

chroma subsampling

Definition at line 37 of file vf_drawbox.c.

Referenced by config_input(), and draw_slice().

int DrawBoxContext::vsub

Definition at line 37 of file vf_drawbox.c.

Referenced by config_input(), and draw_slice().

int DrawBoxContext::w

Definition at line 35 of file vf_drawbox.c.

Referenced by config_input(), draw_slice(), and init().

int DrawBoxContext::x

Definition at line 35 of file vf_drawbox.c.

Referenced by draw_slice(), and init().

int DrawBoxContext::y

Definition at line 35 of file vf_drawbox.c.

Referenced by config_input(), draw_slice(), and init().

unsigned char DrawBoxContext::yuv_color[4]

Definition at line 36 of file vf_drawbox.c.

Referenced by config_input(), draw_slice(), and init().


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