summaryrefslogtreecommitdiffstats
path: root/gst/goom/goom_core.h
blob: 15f942d2317cc49968c85e5f33084ab5532544f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _GOOMCORE_H
#define _GOOMCORE_H

#include <glib.h>

void goom_init (guint32 resx, guint32 resy);
void goom_set_resolution (guint32 resx, guint32 resy);

guint32 * goom_update (gint16 data [2][512]);

void goom_close ();

#endif