audioconvert: Update disted orc files
[platform/upstream/gstreamer.git] / gst / audioconvert / gstaudioconvertorc-dist.h
1
2 /* autogenerated from gstaudioconvertorc.orc */
3
4 #ifndef _GSTAUDIOCONVERTORC_H_
5 #define _GSTAUDIOCONVERTORC_H_
6
7 #include <glib.h>
8
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12
13
14
15 #ifndef _ORC_INTEGER_TYPEDEFS_
16 #define _ORC_INTEGER_TYPEDEFS_
17 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
18 #include <stdint.h>
19 typedef int8_t orc_int8;
20 typedef int16_t orc_int16;
21 typedef int32_t orc_int32;
22 typedef int64_t orc_int64;
23 typedef uint8_t orc_uint8;
24 typedef uint16_t orc_uint16;
25 typedef uint32_t orc_uint32;
26 typedef uint64_t orc_uint64;
27 #elif defined(_MSC_VER)
28 typedef signed __int8 orc_int8;
29 typedef signed __int16 orc_int16;
30 typedef signed __int32 orc_int32;
31 typedef signed __int64 orc_int64;
32 typedef unsigned __int8 orc_uint8;
33 typedef unsigned __int16 orc_uint16;
34 typedef unsigned __int32 orc_uint32;
35 typedef unsigned __int64 orc_uint64;
36 #else
37 #include <limits.h>
38 typedef signed char orc_int8;
39 typedef short orc_int16;
40 typedef int orc_int32;
41 typedef unsigned char orc_uint8;
42 typedef unsigned short orc_uint16;
43 typedef unsigned int orc_uint32;
44 #if INT_MAX == LONG_MAX
45 typedef long long orc_int64;
46 typedef unsigned long long orc_uint64;
47 #else
48 typedef long orc_int64;
49 typedef unsigned long orc_uint64;
50 #endif
51 #endif
52 typedef union { orc_int16 i; orc_int8 x2[2]; } orc_union16;
53 typedef union { orc_int32 i; float f; orc_int16 x2[2]; orc_int8 x4[4]; } orc_union32;
54 typedef union { orc_int64 i; double f; orc_int32 x2[2]; orc_int16 x4[4]; } orc_union64;
55 #endif
56 void orc_audio_convert_unpack_u8 (gint32 * d1, const guint8 * s1, int p1, int n);
57 void orc_audio_convert_unpack_s8 (gint32 * d1, const guint8 * s1, int p1, int n);
58 void orc_audio_convert_unpack_u16 (gint32 * d1, const guint8 * s1, int p1, int n);
59 void orc_audio_convert_unpack_s16 (gint32 * d1, const guint8 * s1, int p1, int n);
60 void orc_audio_convert_unpack_u16_swap (gint32 * d1, const guint8 * s1, int p1, int n);
61 void orc_audio_convert_unpack_s16_swap (gint32 * d1, const guint8 * s1, int p1, int n);
62 void orc_audio_convert_unpack_u32 (gint32 * d1, const guint8 * s1, int p1, int n);
63 void orc_audio_convert_unpack_s32 (gint32 * d1, const guint8 * s1, int p1, int n);
64 void orc_audio_convert_unpack_u32_swap (gint32 * d1, const guint8 * s1, int p1, int n);
65 void orc_audio_convert_unpack_s32_swap (gint32 * d1, const guint8 * s1, int p1, int n);
66 void orc_audio_convert_unpack_float_s32 (guint32 * d1, const gfloat * s1, int n);
67 void orc_audio_convert_unpack_float_s32_swap (guint32 * d1, const gfloat * s1, int n);
68 void orc_audio_convert_unpack_float_double (gdouble * d1, const gfloat * s1, int n);
69 void orc_audio_convert_unpack_float_double_swap (gdouble * d1, const gfloat * s1, int n);
70 void orc_audio_convert_unpack_double_double (gdouble * d1, const gdouble * s1, int n);
71 void orc_audio_convert_unpack_double_double_swap (gdouble * d1, const gdouble * s1, int n);
72 void orc_audio_convert_unpack_u8_double (gdouble * d1, const guint8 * s1, int p1, int n);
73 void orc_audio_convert_unpack_s8_double (gdouble * d1, const guint8 * s1, int p1, int n);
74 void orc_audio_convert_unpack_u16_double (gdouble * d1, const guint8 * s1, int p1, int n);
75 void orc_audio_convert_unpack_s16_double (gdouble * d1, const guint8 * s1, int p1, int n);
76 void orc_audio_convert_unpack_u16_double_swap (gdouble * d1, const guint8 * s1, int p1, int n);
77 void orc_audio_convert_unpack_s16_double_swap (gdouble * d1, const guint8 * s1, int p1, int n);
78 void orc_audio_convert_unpack_u32_double (gdouble * d1, const guint8 * s1, int p1, int n);
79 void orc_audio_convert_unpack_s32_double (gdouble * d1, const guint8 * s1, int p1, int n);
80 void orc_audio_convert_unpack_u32_double_swap (gdouble * d1, const guint8 * s1, int p1, int n);
81 void orc_audio_convert_unpack_s32_double_swap (gdouble * d1, const guint8 * s1, int p1, int n);
82 void orc_audio_convert_pack_u8 (guint8 * d1, const gint32 * s1, int p1, int n);
83 void orc_audio_convert_pack_s8 (guint8 * d1, const gint32 * s1, int p1, int n);
84 void orc_audio_convert_pack_u16 (guint8 * d1, const gint32 * s1, int p1, int n);
85 void orc_audio_convert_pack_s16 (guint8 * d1, const gint32 * s1, int p1, int n);
86 void orc_audio_convert_pack_u16_swap (guint8 * d1, const gint32 * s1, int p1, int n);
87 void orc_audio_convert_pack_s16_swap (guint8 * d1, const gint32 * s1, int p1, int n);
88 void orc_audio_convert_pack_u32 (guint8 * d1, const gint32 * s1, int p1, int n);
89 void orc_audio_convert_pack_s32 (guint8 * d1, const gint32 * s1, int p1, int n);
90 void orc_audio_convert_pack_u32_swap (guint8 * d1, const gint32 * s1, int p1, int n);
91 void orc_audio_convert_pack_s32_swap (guint8 * d1, const gint32 * s1, int p1, int n);
92 void orc_audio_convert_pack_s32_float (gfloat * d1, const gint32 * s1, int n);
93 void orc_audio_convert_pack_s32_float_swap (gfloat * d1, const gint32 * s1, int n);
94 void orc_audio_convert_pack_double_float (gfloat * d1, const gdouble * s1, int n);
95 void orc_audio_convert_pack_double_float_swap (gfloat * d1, const gdouble * s1, int n);
96 void orc_audio_convert_pack_double_s8 (guint8 * d1, const gdouble * s1, int p1, int n);
97 void orc_audio_convert_pack_double_s16 (guint8 * d1, const gdouble * s1, int p1, int n);
98 void orc_audio_convert_pack_double_s16_swap (guint8 * d1, const gdouble * s1, int p1, int n);
99 void orc_audio_convert_pack_double_s32 (guint8 * d1, const gdouble * s1, int p1, int n);
100 void orc_audio_convert_pack_double_s32_swap (guint8 * d1, const gdouble * s1, int p1, int n);
101
102 #ifdef __cplusplus
103 }
104 #endif
105
106 #endif
107