mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
23 lines
420 B
C
23 lines
420 B
C
|
|
/* autogenerated from gstvideotestsrcorc.orc */
|
|
|
|
#ifndef _GSTVIDEOTESTSRCORC_H_
|
|
#define _GSTVIDEOTESTSRCORC_H_
|
|
|
|
#include <glib.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void gst_orc_splat_u8 (guint8 * d1, int p1, int n);
|
|
void gst_orc_splat_s16 (gint8 * d1, int p1, int n);
|
|
void gst_orc_splat_u16 (guint8 * d1, int p1, int n);
|
|
void gst_orc_splat_u32 (guint8 * d1, int p1, int n);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|