HomeSort by relevance Sort by last modified time
    Searched refs:Uint16 (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio_c.h 27 extern Uint16 SDL_FirstAudioFormat(Uint16 format);
28 extern Uint16 SDL_NextAudioFormat(void);
SDL_wave.h 48 Uint16 encoding;
49 Uint16 channels; /* 1 = mono, 2 = stereo */
52 Uint16 blockalign; /* Bytes per sample block */
53 Uint16 bitspersample; /* One of 8, 12, 16, or 4 for ADPCM */
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macwm_c.h 38 extern int Mac_SetGammaRamp(_THIS, Uint16 *ramp);
39 extern int Mac_GetGammaRamp(_THIS, Uint16 *ramp);
SDL_macmouse_c.h 31 extern void Mac_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdinterrupt_s.h 48 extern volatile Uint16 SDL_AtariIkbd_mouseb; /* Mouse on port 0, buttons */
51 extern volatile Uint16 SDL_AtariIkbd_joystick; /* Joystick on port 1 */
54 extern Uint16 SDL_AtariIkbd_enabled;
SDL_xbiosinterrupt_s.h 39 extern volatile Uint16 SDL_AtariXbios_mouselock; /* mouse lock position */
40 extern volatile Uint16 SDL_AtariXbios_mouseb; /* buttons */
43 extern volatile Uint16 SDL_AtariXbios_joystick; /* Joystick */
SDL_atarimxalloc_c.h 43 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysmouse_c.h 31 extern void BE_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigamouse_c.h 31 extern void amiga_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
SDL_amigamouse.c 69 void amiga_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemmouse_c.h 32 extern void GEM_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxmouse_c.h 28 extern void NX_WarpWMCursor (_THIS, Uint16 x, Uint16 y) ;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysmouse_c.h 31 extern void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
SDL_sysmouse.cc 51 void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosmouse_c.h 40 void FULLSCREEN_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
43 void WIMP_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglmouse_c.h 31 extern void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
SDL_vglmouse.c 52 void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysmouse_c.h 31 extern void WIN_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse_c.h 31 extern void X11_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse_c.h 35 extern void ph_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h 42 Uint16 number; /* Video mode number */
43 Uint16 width; /* Size */
44 Uint16 height;
45 Uint16 depth; /* bits per plane */
128 void SDL_XBIOS_AddMode(_THIS, Uint16 modecode, Uint16 width, Uint16 height,
129 Uint16 depth, SDL_bool flags);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 44 Uint16 format; /* Audio data format */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */
48 Uint16 padding; /* Necessary for some compile environments */
83 Uint16 src_format; /* Source audio format */
84 Uint16 dst_format; /* Target audio format */
91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
209 Uint16 src_format, Uint8 src_channels, int src_rate,
210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 44 Uint16 format; /* Audio data format */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */
48 Uint16 padding; /* Necessary for some compile environments */
83 Uint16 src_format; /* Source audio format */
84 Uint16 dst_format; /* Target audio format */
91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
209 Uint16 src_format, Uint8 src_channels, int src_rate,
210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 44 Uint16 format; /* Audio data format */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */
48 Uint16 padding; /* Necessary for some compile environments */
83 Uint16 src_format; /* Source audio format */
84 Uint16 dst_format; /* Target audio format */
91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
209 Uint16 src_format, Uint8 src_channels, int src_rate,
210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 50 Uint16 format; /* Audio data format */
53 Uint16 samples; /* Audio buffer size in samples (power of 2) */
54 Uint16 padding; /* Necessary for some compile environments */
89 Uint16 src_format; /* Source audio format */
90 Uint16 dst_format; /* Target audio format */
97 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
215 Uint16 src_format, Uint8 src_channels, int src_rate,
216 Uint16 dst_format, Uint8 dst_channels, int dst_rate);

Completed in 974 milliseconds

1 2 3 4 5 6 7