X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=gst-plugins-base-subtitles0.10%2Fgst%2Fvideotestsrc%2Fgstvideotestsrcorc-dist.h;fp=gst-plugins-base-subtitles0.10%2Fgst%2Fvideotestsrc%2Fgstvideotestsrcorc-dist.h;h=9c7ba64b6009dbb745b68246a1c3fdbc6fce1ca0;hb=57ba96e291a055f69dbfd4ae9f1ae2390e36986e;hp=0000000000000000000000000000000000000000;hpb=be2c98fb83895d10ac44af7b9a9c3e00ca54bf49;p=mafwsubrenderer diff --git a/gst-plugins-base-subtitles0.10/gst/videotestsrc/gstvideotestsrcorc-dist.h b/gst-plugins-base-subtitles0.10/gst/videotestsrc/gstvideotestsrcorc-dist.h new file mode 100644 index 0000000..9c7ba64 --- /dev/null +++ b/gst-plugins-base-subtitles0.10/gst/videotestsrc/gstvideotestsrcorc-dist.h @@ -0,0 +1,82 @@ + +/* autogenerated from gstvideotestsrcorc.orc */ + +#ifndef _GSTVIDEOTESTSRCORC_H_ +#define _GSTVIDEOTESTSRCORC_H_ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +void gst_videotestsrc_orc_init (void); + + + +#ifndef _ORC_INTEGER_TYPEDEFS_ +#define _ORC_INTEGER_TYPEDEFS_ +#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +#include +typedef int8_t orc_int8; +typedef int16_t orc_int16; +typedef int32_t orc_int32; +typedef int64_t orc_int64; +typedef uint8_t orc_uint8; +typedef uint16_t orc_uint16; +typedef uint32_t orc_uint32; +typedef uint64_t orc_uint64; +#define ORC_UINT64_C(x) UINT64_C(x) +#elif defined(_MSC_VER) +typedef signed __int8 orc_int8; +typedef signed __int16 orc_int16; +typedef signed __int32 orc_int32; +typedef signed __int64 orc_int64; +typedef unsigned __int8 orc_uint8; +typedef unsigned __int16 orc_uint16; +typedef unsigned __int32 orc_uint32; +typedef unsigned __int64 orc_uint64; +#define ORC_UINT64_C(x) (x##Ui64) +#define inline __inline +#else +#include +typedef signed char orc_int8; +typedef short orc_int16; +typedef int orc_int32; +typedef unsigned char orc_uint8; +typedef unsigned short orc_uint16; +typedef unsigned int orc_uint32; +#if INT_MAX == LONG_MAX +typedef long long orc_int64; +typedef unsigned long long orc_uint64; +#define ORC_UINT64_C(x) (x##ULL) +#else +typedef long orc_int64; +typedef unsigned long orc_uint64; +#define ORC_UINT64_C(x) (x##UL) +#endif +#endif +typedef union { orc_int16 i; orc_int8 x2[2]; } orc_union16; +typedef union { orc_int32 i; float f; orc_int16 x2[2]; orc_int8 x4[4]; } orc_union32; +typedef union { orc_int64 i; double f; orc_int32 x2[2]; float x2f[2]; orc_int16 x4[4]; } orc_union64; +#endif +#ifndef ORC_RESTRICT +#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +#define ORC_RESTRICT restrict +#elif defined(__GNUC__) && __GNUC__ >= 4 +#define ORC_RESTRICT __restrict__ +#else +#define ORC_RESTRICT +#endif +#endif +void gst_orc_splat_u8 (guint8 * ORC_RESTRICT d1, int p1, int n); +void gst_orc_splat_s16 (gint8 * ORC_RESTRICT d1, int p1, int n); +void gst_orc_splat_u16 (guint8 * ORC_RESTRICT d1, int p1, int n); +void gst_orc_splat_u32 (guint8 * ORC_RESTRICT d1, int p1, int n); + +#ifdef __cplusplus +} +#endif + +#endif +