HomeSort by relevance Sort by last modified time
    Searched refs:Uint8 (Results 126 - 150 of 236) sorted by null

1 2 3 4 56 7 8 910

  /frameworks/wilhelm/src/desktop/
SDL.c 24 static void SDLCALL SDL_callback(void *context, Uint8 *stream, int len)
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_sysaudio.h 53 Uint8 *(*GetAudioBuf)(_THIS);
79 Uint8 *fake_stream;
SDL_audiocvt.c 41 Uint8 *src, *dst;
47 *dst = (Uint8)(sample / 2);
69 Uint8 *src, *dst;
100 Uint8 *src, *dst;
148 Uint8 *src, *dst;
176 Uint8 *src, *dst;
211 Uint8 *src, *dst;
264 Uint8 *src, *dst;
292 Uint8 *src, *dst;
327 Uint8 *src, *dst
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c 78 info.s_pixels = (Uint8 *)src->pixels +
84 info.d_pixels = (Uint8 *)dst->pixels +
112 static __inline__ void SDL_memcpyMMX(Uint8 *to, const Uint8 *from, int len)
129 static __inline__ void SDL_memcpySSE(Uint8 *to, const Uint8 *from, int len)
157 Uint8 *src, *dst;
205 Uint8 *src, *dst;
SDL_blit.h 31 Uint8 *s_pixels;
35 Uint8 *d_pixels;
41 Uint8 *table;
58 Uint8 *table;
121 Uint8 *B = (Uint8 *)(buf); \
148 Uint8 *B = (Uint8 *)buf; \
311 Uint8 *b = (Uint8 *)buf;
    [all...]
SDL_bmp.c 59 Uint8 *bits;
60 Uint8 *top, *end;
261 top = (Uint8 *)surface->pixels;
262 end = (Uint8 *)surface->pixels+(surface->h*surface->pitch);
286 Uint8 pixel = 0;
333 Uint8 padbyte;
365 Uint8 *bits;
512 bits = (Uint8 *)surface->pixels+(surface->h*surface->pitch);
514 while ( bits > (Uint8 *)surface->pixels ) {
521 const Uint8 padbyte = 0
    [all...]
SDL_sysvideo.h 138 int (*SetHWAlpha)(_THIS, SDL_Surface *surface, Uint8 value);
206 void (*SetIcon)(_THIS, SDL_Surface *icon, Uint8 *mask);
245 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse.c 53 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
  /external/qemu/distrib/sdl-1.2.15/src/audio/mme/
SDL_mmeaudio.c 37 static Uint8 *MME_GetAudioBuf(_THIS);
178 mixbuf = (Uint8 *)mmeAllocBuffer(NUM_BUFFERS * (spec->size));
206 static Uint8 *MME_GetAudioBuf(_THIS)
208 Uint8 *retval;
211 retval = (Uint8 *)(shm->wHdr[next_buffer].lpData);
  /external/qemu/distrib/sdl-1.2.15/src/audio/windib/
SDL_dibaudio.c 43 static Uint8 *DIB_GetAudioBuf(_THIS);
163 Uint8 *DIB_GetAudioBuf(_THIS)
165 Uint8 *retval;
170 retval = (Uint8 *)(wavebuf[next_buffer].lpData);
322 mixbuf = (Uint8 *)SDL_malloc(NUM_BUFFERS*spec->size);
  /external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/
SDL_irixaudio.c 51 static Uint8 *AL_GetAudioBuf(_THIS);
125 static Uint8 *AL_GetAudioBuf(_THIS)
232 mixbuf = (Uint8 *) SDL_AllocAudioMem(spec->size);
  /external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.c 53 static Uint8 *ESD_GetAudioBuf(_THIS);
230 static Uint8 *ESD_GetAudioBuf(_THIS)
312 mixbuf = (Uint8 *)SDL_AllocAudioMem(mixlen);
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.c 44 Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */
62 Uint8 *buffer;
81 (Uint8 *)audio->convert.buf,audio->convert.len);
SDL_mintaudio.h 88 extern Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbriva.c 37 volatile Uint8 *port = (Uint8 *)(mapped_io + PCIO_OFFSET + 0x3DA);
67 static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value)
SDL_fbvideo.h 42 Uint8 *src_pos,
45 Uint8 *dst_pos,
104 Uint8 *screen_contents;
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemmouse.c 64 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
170 const Uint8 full_focus = (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/win32/
SDL_mmjoystick.c 247 static Uint8 TranslatePOV(DWORD value)
249 Uint8 pos;
310 SDL_PrivateJoystickAxis(joystick, (Uint8)i, (Sint16)value);
320 SDL_PrivateJoystickButton(joystick, (Uint8)i, SDL_PRESSED);
324 SDL_PrivateJoystickButton(joystick, (Uint8)i, SDL_RELEASED);
332 Uint8 pos;
  /external/qemu/distrib/sdl-1.2.15/test/
testpalette.c 87 Uint8 *p = (Uint8 *)bg->pixels + i * bg->pitch;
120 Uint8 *from = (Uint8 *)s->pixels + i * s->pitch;
121 Uint8 *to = (Uint8 *)z->pixels + i * z->pitch + s->w - 1;
testalpha.c 25 Uint8 *buffer;
28 Uint8 gradient;
37 buffer=(Uint8 *)screen->pixels;
65 Uint8 trans, alphamask;
128 trans = (Uint8)((range*alphamask)/radius);
195 *(Uint8 *)sprite->pixels);
292 SDL_SetAlpha(sprite, SDL_SRCALPHA, (Uint8)(alpha+alpha_vel));
327 Uint8 video_bpp;
testplatform.c 22 if ( badsize(sizeof(Uint8), 1) ) {
24 printf("sizeof(Uint8) != 1, instead = %lu\n",
25 (unsigned long) sizeof(Uint8));
testoverlay.c 35 void RGBtoYUV(Uint8 *rgb, int *yuv, int monochrome, int luminance)
85 Uint8 *p,*op[3];
100 p=((Uint8 *) s->pixels)+s->pitch*y;
125 Uint8 *p,*op[3];
140 p=((Uint8 *) s->pixels)+s->pitch*y;
165 Uint8 *p,*op;
172 p=((Uint8 *) s->pixels)+s->pitch*y;
198 Uint8 *p,*op;
205 p=((Uint8 *) s->pixels)+s->pitch*y;
234 Uint8 *p,*op
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse.cc 43 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsmouse.c 46 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c 47 #define MAP_FAILED ((Uint8 *)-1)
66 static Uint8 *DMA_GetAudioBuf(_THIS);
214 static Uint8 *DMA_GetAudioBuf(_THIS)
423 dma_buf = (Uint8 *)mmap(NULL, dma_len, PROT_WRITE, MAP_SHARED,

Completed in 1470 milliseconds

1 2 3 4 56 7 8 910