Go to the source code of this file.
Functions | |
| void | goom_init (guint32 resx, guint32 resy, int cinemascope) |
| void | goom_set_resolution (guint32 resx, guint32 resy, int cinemascope) |
| guint32 * | goom_update (gint16 data[2][512], int forceMode) |
| void | goom_close (void) |
| void goom_init | ( | guint32 | resx, | |
| guint32 | resy, | |||
| int | cinemascope | |||
| ) |
Definition at line 73 of file mythtv/libs/libmythtv/visualisations/goom/goom_core.c.
Referenced by Goom::Goom(), and VideoVisualGoom::VideoVisualGoom().
| void goom_set_resolution | ( | guint32 | resx, | |
| guint32 | resy, | |||
| int | cinemascope | |||
| ) |
Definition at line 112 of file mythtv/libs/libmythtv/visualisations/goom/goom_core.c.
Referenced by Goom::resize().
| guint32* goom_update | ( | gint16 | data[2][512], | |
| int | forceMode | |||
| ) |
Definition at line 141 of file mythtv/libs/libmythtv/visualisations/goom/goom_core.c.
Referenced by VideoVisualGoom::Draw(), and Goom::process().
| void goom_close | ( | void | ) |
Definition at line 828 of file mythtv/libs/libmythtv/visualisations/goom/goom_core.c.
Referenced by Goom::~Goom(), and VideoVisualGoom::~VideoVisualGoom().
1.6.3