Searched refs:int16 (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/haiku/src/add-ons/media/media-add-ons/radeon/
H A Dyuv_converter.h26 static const int16 y_offs[4] =
36 static const int16 scale[5][4] = {
38 { (int16)(1.1678 * 512), (int16)(1.1678 * 512), (int16)(1.1678 * 512), (int16)(1.1678 * 512) },
40 { (int16)(-0.3929 * 256), (int16)(-0.8154 * 256), (int16)(-0.3929 * 256), (int16)(
[all...]
/haiku/src/tests/kits/app/bmessage/
H A DMessageInt16ItemTest.h24 int16,
34 struct TInt16InitPolicy : public ArrayTypeBase<int16>
36 inline static int16 Zero() { return 0; }
37 inline static int16 Test1() { return 1234; }
38 inline static int16 Test2() { return 5678; }
39 inline static size_t SizeOf(const int16&) { return sizeof (int16); } argument
52 int16
58 int16,
/haiku/headers/os/drivers/
H A DUSB_isochronous.h13 int16 request_length;
14 int16 actual_length;
/haiku/headers/os/add-ons/graphics/
H A DGraphicsCard.h48 int16 version;
49 int16 id;
52 int16 flags;
53 int16 bits_per_pixel;
54 int16 bytes_per_row;
55 int16 width;
56 int16 height;
94 int16 x1;
95 int16 y1;
96 int16 x
[all...]
/haiku/headers/private/kernel/arch/m68k/
H A Dtypes.h13 typedef short int16; typedef
/haiku/headers/private/kernel/arch/mipsel/
H A Dtypes.h13 typedef short int16; typedef
/haiku/headers/private/kernel/arch/ppc/
H A Dtypes.h13 typedef short int16; typedef
/haiku/headers/private/kernel/arch/sparc/
H A Dtypes.h13 typedef short int16; typedef
/haiku/headers/os/midi/
H A DSynth.h30 int16 channel, int16 controller, int16 value);
64 int16 maxSynthVoices, int16 maxSampleVoices,
65 int16 limiterThreshhold);
67 int16 MaxSynthVoices(void) const;
68 int16 MaxSampleVoices(void) const;
69 int16 LimiterThreshhold(void) const;
78 int16* pLef
[all...]
H A DMidiSynth.h24 void SetTransposition(int16 offset);
25 int16 Transposition(void) const;
27 void MuteChannel(int16 channel, bool do_mute);
30 void SoloChannel(int16 channel, bool do_solo);
33 status_t LoadInstrument(int16 instrument);
34 status_t UnloadInstrument(int16 instrument);
35 status_t RemapInstrument(int16 from, int16 to);
83 int16 fTranspose;
H A DMidiSynthFile.h33 status_t GetPatches(int16* pArray768, int16* pReturnedCount) const;
45 void MuteTrack(int16 track, bool do_mute);
48 void SoloTrack(int16 track, bool do_solo);
/haiku/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.h21 int16 signature;
22 int16 block_size;
24 int16 type; // reserved
25 int16 id; // "
27 int16 descriptor_count;
29 int16 driver_size;
30 int16 os_type; // operating system type
32 int16 BlockSize() { return B_BENDIAN_TO_HOST_INT16(block_size); }
39 int16 signature;
40 int16 _reserved
[all...]
/haiku/headers/private/app/
H A DTokenSpace.h41 int32 NewToken(int16 type, void* object);
42 bool SetToken(int32 token, int16 type, void* object);
45 bool CheckToken(int32 token, int16 type) const;
46 status_t GetToken(int32 token, int16 type,
58 int16 type;
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.h34 void SetCompression(int16 compression);
35 void SetVersion(int16 version);
43 void _WriteInt16ToStream(BPositionIO *stream, int16);
63 int16 fChannels;
64 int16 fAlphaChannel;
67 int16 fCompression;
68 int16 fVersion;
H A DPSDLoader.h83 int16 _GetInt16FromStream(BPositionIO *in);
104 int16 fVersion;
105 int16 fChannels;
108 int16 fDepth;
109 int16 fColorFormat;
110 int16 fCompression;
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h47 int16 _p1 = (int16)(p1); \
85 int16 _p1 = (int16)(p1); \
86 int16 _p2 = (int16)(p2); \
106 int16 _p1 = (int16)(p1); \
107 int16 _p2 = (int16)(p
[all...]
H A DHandle.cpp31 fHandle((int16)handle)
51 fHandle = (int16)handle;
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DAudioConversion.cpp40 inline operator int16() const { return ((int32)data - 128) << 8; }
52 inline operator int16() const { return (int16)data << 8; }
64 inline operator int16() const { return data; }
68 int16 data;
77 inline operator int16() const { return (int16)((uint32)data[2] << 8 | (uint32)data[1]); }
83 inline operator int16() const { return (int16)((uint32)data[0] << 8 | (uint32)data[1]); }
96 inline operator int16() cons
[all...]
/haiku/src/kits/midi/
H A DSynth.cpp156 int16 maxSynthVoices, int16 maxSampleVoices, int16 limiterThreshhold)
167 int16
174 int16
182 int16
219 BSynth::GetAudio(int16* pLeft, int16* pRight, int32 max_samples) const
222 memset(pLeft, 0, max_samples * sizeof(int16));
223 memset(pRight, 0, max_samples * sizeof(int16));
[all...]
H A DSoftSynth.h44 status_t LoadInstrument(int16 instrument);
45 status_t UnloadInstrument(int16 instrument);
46 status_t RemapInstrument(int16 from, int16 to);
64 int16 MaxVoices(void) const;
67 int16 LimiterThreshold(void) const;
102 int16 fMaxVoices;
103 int16 fLimiterThreshold;
114 int16 fMonitorChans;
/haiku/src/preferences/repositories/
H A Dconstants.h19 static const int16 kTimerAlertOffset = 15;
20 static const int16 kTimerTimeoutSeconds = 10;
21 static const int16 kTimerRetrySeconds = 20;
/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_p_subpix.h33 typedef int16 coord_type;
84 m_cur_span->x = (int16)x;
97 m_cur_span->len += 3 * (int16)len;
103 m_cur_span->x = (int16)x;
104 m_cur_span->len = 3 * (int16)len;
117 m_cur_span->len -= 3 * (int16)len;
125 m_cur_span->x = (int16)x;
126 m_cur_span->len = 3 * (int16)(-int(len));
H A Dagg_scanline_p_subpix_avrg_filtering.h34 typedef int16 coord_type;
112 m_cur_span->x = (int16)x;
125 m_cur_span->len += 3 * (int16)len;
131 m_cur_span->x = (int16)x;
132 m_cur_span->len = 3 * (int16)len;
145 m_cur_span->len -= 3 * (int16)len;
153 m_cur_span->x = (int16)x;
154 m_cur_span->len = 3 * (int16)(-int(len));
/haiku/headers/private/device/
H A Djoystick_driver.h35 int16 axes[MAX_AXES]; /* -32768 to 32767, X, Y, Z, U, V, W */
54 + axis_count * sizeof(int16) // axis values
64 axes = (int16 *)&buttons[button_blocks];
85 int16 * axes;
92 // int16 axes[axis_count];
110 int16 num_axes;
111 int16 num_buttons;
112 int16 num_hats;
116 int16 config_size;
/haiku/src/kits/interface/
H A DGraphicsDefs.cpp56 color1.red = (uint8)(((int16(color2.red) - int16(color1.red)) * amount)
58 color1.green = (uint8)(((int16(color2.green) - int16(color1.green))
60 color1.blue = (uint8)(((int16(color2.blue) - int16(color1.blue)) * amount)
62 color1.alpha = (uint8)(((int16(color2.alpha) - int16(color1.alpha))
73 const uint8 alphaMix = (uint8)(((int16(color2.alpha) - int16(25
[all...]

Completed in 170 milliseconds

1234567891011>>