mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
26 lines
584 B
C
26 lines
584 B
C
|
|
/* autogenerated from gstadderorc.orc */
|
|
|
|
#ifndef _GSTADDERORC_H_
|
|
#define _GSTADDERORC_H_
|
|
|
|
#include <glib.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void add_int32 (gint32 * d1, const gint32 * s1, int n);
|
|
void add_int16 (gint16 * d1, const gint16 * s1, int n);
|
|
void add_int8 (gint8 * d1, const gint8 * s1, int n);
|
|
void add_uint32 (guint32 * d1, const guint32 * s1, int n);
|
|
void add_uint16 (guint16 * d1, const guint16 * s1, int n);
|
|
void add_uint8 (guint8 * d1, const guint8 * s1, int n);
|
|
void add_float32 (float * d1, const float * s1, int n);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|