FFmpeg
|
Data Fields | |
const AVClass * | class |
float | xpos |
float | ypos |
float | tx |
float | ty |
float | size |
float | tilt |
float | theight |
float | twidth |
float | o |
int | components |
int | grid |
int | statistics |
int | scope |
int | x1 |
int | y1 |
int | x2 |
int | y2 |
int | ox |
int | oy |
int | height |
int | width |
int | max |
int | nb_planes |
int | nb_comps |
int | is_rgb |
uint8_t | rgba_map [4] |
FFDrawContext | draw |
FFDrawColor | dark |
FFDrawColor | black |
FFDrawColor | white |
FFDrawColor | green |
FFDrawColor | blue |
FFDrawColor | red |
FFDrawColor | cyan |
FFDrawColor | magenta |
FFDrawColor | gray |
FFDrawColor * | colors [4] |
int | nb_values |
PixelValues * | values |
void(* | pick_color )(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) |
void(* | draw_trace )(struct OscilloscopeContext *s, AVFrame *frame) |
Definition at line 750 of file vf_datascope.c.
const AVClass* OscilloscopeContext::class |
Definition at line 751 of file vf_datascope.c.
float OscilloscopeContext::xpos |
Definition at line 753 of file vf_datascope.c.
float OscilloscopeContext::ypos |
Definition at line 753 of file vf_datascope.c.
float OscilloscopeContext::tx |
Definition at line 754 of file vf_datascope.c.
float OscilloscopeContext::ty |
Definition at line 754 of file vf_datascope.c.
float OscilloscopeContext::size |
Definition at line 755 of file vf_datascope.c.
float OscilloscopeContext::tilt |
Definition at line 756 of file vf_datascope.c.
Referenced by update_oscilloscope().
float OscilloscopeContext::theight |
Definition at line 757 of file vf_datascope.c.
float OscilloscopeContext::twidth |
Definition at line 757 of file vf_datascope.c.
float OscilloscopeContext::o |
Definition at line 758 of file vf_datascope.c.
int OscilloscopeContext::components |
Definition at line 759 of file vf_datascope.c.
int OscilloscopeContext::grid |
Definition at line 760 of file vf_datascope.c.
int OscilloscopeContext::statistics |
Definition at line 761 of file vf_datascope.c.
int OscilloscopeContext::scope |
Definition at line 762 of file vf_datascope.c.
int OscilloscopeContext::x1 |
Definition at line 764 of file vf_datascope.c.
Referenced by draw_line(), and draw_scope().
int OscilloscopeContext::y1 |
Definition at line 764 of file vf_datascope.c.
Referenced by draw_line(), and draw_scope().
int OscilloscopeContext::x2 |
Definition at line 764 of file vf_datascope.c.
int OscilloscopeContext::y2 |
Definition at line 764 of file vf_datascope.c.
int OscilloscopeContext::ox |
Definition at line 765 of file vf_datascope.c.
int OscilloscopeContext::oy |
Definition at line 765 of file vf_datascope.c.
int OscilloscopeContext::height |
Definition at line 766 of file vf_datascope.c.
int OscilloscopeContext::width |
Definition at line 766 of file vf_datascope.c.
int OscilloscopeContext::max |
Definition at line 768 of file vf_datascope.c.
int OscilloscopeContext::nb_planes |
Definition at line 769 of file vf_datascope.c.
int OscilloscopeContext::nb_comps |
Definition at line 770 of file vf_datascope.c.
int OscilloscopeContext::is_rgb |
Definition at line 771 of file vf_datascope.c.
uint8_t OscilloscopeContext::rgba_map[4] |
Definition at line 772 of file vf_datascope.c.
FFDrawContext OscilloscopeContext::draw |
Definition at line 773 of file vf_datascope.c.
FFDrawColor OscilloscopeContext::dark |
Definition at line 774 of file vf_datascope.c.
FFDrawColor OscilloscopeContext::black |
Definition at line 775 of file vf_datascope.c.
FFDrawColor OscilloscopeContext::white |
Definition at line 776 of file vf_datascope.c.
FFDrawColor OscilloscopeContext::green |
Definition at line 777 of file vf_datascope.c.
FFDrawColor OscilloscopeContext::blue |
Definition at line 778 of file vf_datascope.c.
FFDrawColor OscilloscopeContext::red |
Definition at line 779 of file vf_datascope.c.
FFDrawColor OscilloscopeContext::cyan |
Definition at line 780 of file vf_datascope.c.
FFDrawColor OscilloscopeContext::magenta |
Definition at line 781 of file vf_datascope.c.
FFDrawColor OscilloscopeContext::gray |
Definition at line 782 of file vf_datascope.c.
FFDrawColor* OscilloscopeContext::colors[4] |
Definition at line 783 of file vf_datascope.c.
int OscilloscopeContext::nb_values |
Definition at line 785 of file vf_datascope.c.
PixelValues* OscilloscopeContext::values |
Definition at line 786 of file vf_datascope.c.
void(* OscilloscopeContext::pick_color) (FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) |
Definition at line 788 of file vf_datascope.c.
void(* OscilloscopeContext::draw_trace) (struct OscilloscopeContext *s, AVFrame *frame) |
Definition at line 789 of file vf_datascope.c.