|
MythTV master
|
Go to the source code of this file.
Macros | |
| #define | NB_FX 10 |
Typedefs | |
| using | GoomSingleData = std::array< int16_t, 512 > |
| using | GoomDualData = std::array< GoomSingleData, 2 > |
Functions | |
| MTV_PUBLIC void | goom_init (uint32_t resx, uint32_t resy, int cinemascope) |
| MTV_PUBLIC void | goom_set_resolution (uint32_t resx, uint32_t resy, int cinemascope) |
| MTV_PUBLIC uint32_t * | goom_update (GoomDualData &data, int forceMode) |
| MTV_PUBLIC void | goom_close (void) |
| #define NB_FX 10 |
Definition at line 9 of file goom_core.h.
| using GoomDualData = std::array<GoomSingleData,2> |
Definition at line 12 of file goom_core.h.
| using GoomSingleData = std::array<int16_t,512> |
Definition at line 11 of file goom_core.h.
| MTV_PUBLIC void goom_close | ( | void | ) |
Definition at line 830 of file goom_core.cpp.
Referenced by Goom::~Goom(), and VideoVisualGoom::~VideoVisualGoom().
| MTV_PUBLIC void goom_init | ( | uint32_t | resx, |
| uint32_t | resy, | ||
| int | cinemascope | ||
| ) |
Definition at line 66 of file goom_core.cpp.
Referenced by Goom::Goom(), and VideoVisualGoom::VideoVisualGoom().
| MTV_PUBLIC void goom_set_resolution | ( | uint32_t | resx, |
| uint32_t | resy, | ||
| int | cinemascope | ||
| ) |
Definition at line 100 of file goom_core.cpp.
Referenced by Goom::resize().
| MTV_PUBLIC uint32_t * goom_update | ( | GoomDualData & | data, |
| int | forceMode | ||
| ) |
Definition at line 127 of file goom_core.cpp.
Referenced by VideoVisualGoom::Draw(), and Goom::process().