|
MythTV
0.26-pre
|
#include <videovisual.h>
Public Member Functions | |
| VisualNode (short *l, short *r, unsigned long n, unsigned long o) | |
| ~VisualNode () | |
| VisualNode (short *l, short *r, unsigned long n, unsigned long o) | |
| ~VisualNode () | |
Public Attributes | |
| short * | left |
| short * | right |
| long | length |
| long | offset |
| unsigned long | length |
| unsigned long | offset |
Definition at line 21 of file videovisual.h.
| VisualNode::VisualNode | ( | short * | l, |
| short * | r, | ||
| unsigned long | n, | ||
| unsigned long | o | ||
| ) | [inline] |
Definition at line 24 of file videovisual.h.
| VisualNode::~VisualNode | ( | ) | [inline] |
Definition at line 27 of file videovisual.h.
| VisualNode::VisualNode | ( | short * | l, |
| short * | r, | ||
| unsigned long | n, | ||
| unsigned long | o | ||
| ) | [inline] |
Definition at line 49 of file visualize.h.
| VisualNode::~VisualNode | ( | ) | [inline] |
Definition at line 56 of file visualize.h.
| short * VisualNode::left |
Definition at line 33 of file videovisual.h.
Referenced by VideoVisualGoom::Draw(), VideoVisualSpectrum::Draw(), Goom::process(), BumpScope::process(), Synaesthesia::process(), StereoScope::process(), MonoScope::process(), Spectrum::process(), Piano::process_all_types(), and ~VisualNode().
| short * VisualNode::right |
Definition at line 33 of file videovisual.h.
Referenced by VideoVisualGoom::Draw(), VideoVisualSpectrum::Draw(), Goom::process(), Synaesthesia::process(), StereoScope::process(), MonoScope::process(), Spectrum::process(), Piano::process_all_types(), and ~VisualNode().
| long VisualNode::length |
Definition at line 34 of file videovisual.h.
Referenced by VideoVisualGoom::Draw(), VideoVisualSpectrum::Draw(), Goom::process(), BumpScope::process(), Synaesthesia::process(), StereoScope::process(), MonoScope::process(), Spectrum::process(), and Piano::process_all_types().
| long VisualNode::offset |
Definition at line 34 of file videovisual.h.
Referenced by Piano::process_all_types().
| unsigned long VisualNode::length |
Definition at line 63 of file visualize.h.
| unsigned long VisualNode::offset |
Definition at line 63 of file visualize.h.
1.7.6.1