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

1 2 3 45 6 7 8 910

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_cursor.c 108 SDL_Cursor * SDL_CreateCursor (Uint8 *data, Uint8 *mask,
138 cursor->data = (Uint8 *)SDL_malloc((w/8)*h*2);
140 cursor->save[0] = (Uint8 *)SDL_malloc(savelen*2);
341 static Uint8 pixels8[2];
375 Uint8 *data, datab;
376 Uint8 *mask, maskb;
383 Uint8 *dst;
387 pixels8[0] = (Uint8)SDL_MapRGB(screen->format, 255, 255, 255);
388 pixels8[1] = (Uint8)SDL_MapRGB(screen->format, 0, 0, 0)
    [all...]
SDL_stretch.c 172 DEFINE_COPY_ROW(copy_row1, Uint8)
177 void copy_row3(Uint8 *src, int src_w, Uint8 *dst, int dst_w)
181 Uint8 pixel[3] = { 0, 0, 0 };
210 Uint8 *srcp = NULL;
211 Uint8 *dstp;
295 dstp = (Uint8 *)dst->pixels + (dst_row*dst->pitch)
298 srcp = (Uint8 *)src->pixels + (src_row*src->pitch)
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 33 Uint8 hPredictor;
49 Uint8 *rogue_feel;
60 rogue_feel = (Uint8 *)format+sizeof(*format);
82 Uint8 nybble, Sint16 *coeff)
115 static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
118 Uint8 *freeable, *encoded, *decoded;
131 *audio_buf = (Uint8 *)SDL_malloc(*audio_len);
227 Uint8 *rogue_feel;
237 rogue_feel = (Uint8 *)format+sizeof(*format);
245 static Sint32 IMA_ADPCM_nibble(struct IMA_ADPCM_decodestate *state,Uint8 nybble
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_cdrom.h 71 Uint8 id; /**< Track number */
72 Uint8 type; /**< Data or audio track */
SDL_joystick.h 157 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetHat(SDL_Joystick *joystick, int hat);
173 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetButton(SDL_Joystick *joystick, int button);
SDL_rwops.h 84 Uint8 *base;
85 Uint8 *here;
86 Uint8 *stop;
  /external/qemu/distrib/sdl-1.2.15/src/audio/sun/
SDL_sunaudio.c 54 static Uint8 *DSP_GetAudioBuf(_THIS);
57 static Uint8 snd2au(int sample);
168 Uint8 *aubuf;
175 Uint8 *sndbuf;
225 Uint8 *DSP_GetAudioBuf(_THIS)
350 ulaw_buf = (Uint8 *)SDL_malloc(fragsize);
371 mixbuf = (Uint8 *)SDL_AllocAudioMem(spec->size);
400 static Uint8 snd2au(int sample)
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosmouse.c 46 static Uint8 wimp_cursor_palette[2][5] = {
65 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
68 Uint8 *cursor_data;
69 Uint8 *ptr;
151 Uint8 cursor_def[10];
190 Uint8 move_block[5];
354 Uint8 block[5];
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm_c.h 29 extern void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_cdrom.h 71 Uint8 id; /**< Track number */
72 Uint8 type; /**< Data or audio track */
SDL_joystick.h 157 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetHat(SDL_Joystick *joystick, int hat);
173 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetButton(SDL_Joystick *joystick, int button);
SDL_rwops.h 84 Uint8 *base;
85 Uint8 *here;
86 Uint8 *stop;
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cdrom.h 71 Uint8 id; /**< Track number */
72 Uint8 type; /**< Data or audio track */
SDL_joystick.h 157 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetHat(SDL_Joystick *joystick, int hat);
173 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetButton(SDL_Joystick *joystick, int button);
SDL_rwops.h 84 Uint8 *base;
85 Uint8 *here;
86 Uint8 *stop;
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_cdrom.h 71 Uint8 id; /**< Track number */
72 Uint8 type; /**< Data or audio track */
SDL_joystick.h 157 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetHat(SDL_Joystick *joystick, int hat);
173 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetButton(SDL_Joystick *joystick, int button);
SDL_rwops.h 84 Uint8 *base;
85 Uint8 *here;
86 Uint8 *stop;
  /external/qemu/distrib/sdl-1.2.15/test/
testwm.c 13 static Uint8 video_bpp;
27 Uint8 *buffer;
51 buffer = (Uint8 *)screen->pixels;
63 SDL_Surface *LoadIconSurface(char *file, Uint8 **maskp)
66 Uint8 *pixels;
67 Uint8 *mask;
95 SDL_SetColorKey(icon, SDL_SRCCOLORKEY, *((Uint8 *)icon->pixels));
98 pixels = (Uint8 *)icon->pixels;
104 mask = (Uint8 *)malloc(mlen);
338 Uint8 *icon_mask
    [all...]
testoverlay2.c 58 void RGBtoYUV(Uint8 *rgb, int *yuv, int monochrome, int luminance)
97 Uint8 *p,*op[3];
105 p=((Uint8 *) s->pixels)+s->pitch*y;
130 Uint8 *p,*op[3];
138 p=((Uint8 *) s->pixels)+s->pitch*y;
163 Uint8 *p,*op;
170 p=((Uint8 *) s->pixels)+s->pitch*y;
196 Uint8 *p,*op;
203 p=((Uint8 *) s->pixels)+s->pitch*y;
232 Uint8 *p,*op
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 284 private->physmem = (Uint8 *)mmap(NULL, mapsize,
287 if (private->physmem == (Uint8 *)MAP_FAILED) {
307 private->shadowmem = (Uint8 *)SDL_malloc(len);
399 static void WSCONS_blit16(Uint8 *byte_src_pos,
402 Uint8 *byte_dst_pos,
419 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes);
428 static void WSCONS_blit16blocked(Uint8 *byte_src_pos,
431 Uint8 *byte_dst_pos,
444 WSCONS_blit16((Uint8 *)src,
447 (Uint8 *)dst
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 113 Uint8 expect_mouse_up; /* used to determine when to send mouse up events */
114 Uint8 grab_state; /* used to manage grab behavior */
118 Uint8* sw_buffers[2]; /* pointers to the two software buffers for double-buffer emulation */
121 Uint8 *current_buffer; /* the buffer being copied to the screen */
202 WMcursor* QZ_CreateWMCursor (_THIS, Uint8 *data, Uint8 *mask,
216 void QZ_SetIcon (_THIS, SDL_Surface *icon, Uint8 *mask);
  /external/qemu/distrib/sdl-1.2.15/src/audio/disk/
SDL_diskaudio.c 53 static Uint8 *DISKAUD_GetAudioBuf(_THIS);
143 static Uint8 *DISKAUD_GetAudioBuf(_THIS)
177 this->hidden->mixbuf = (Uint8 *) SDL_AllocAudioMem(this->hidden->mixlen);
  /external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
SDL_beaudio.cc 43 static Uint8 *BE_GetAudioBuf(_THIS);
113 (Uint8 *)audio->convert.buf,audio->convert.len);
120 (Uint8 *)stream, len);
136 Uint8 *BE_GetAudioBuf(_THIS)
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c 40 static Uint8 *NDS_GetAudioBuf(_THIS);
52 // Uint8 *buffer;
70 // // (Uint8 *)sdl_nds_audiodevice->convert.buf,sdl_nds_audiodevice->convert.len);
132 (Uint8 *)audio->convert.buf,audio->convert.len);
139 (Uint8 *)stream, len);
267 static Uint8 *NDS_GetAudioBuf(_THIS)
312 //this->hidden->mixbuf = (Uint8 *) SDL_AllocAudioMem(this->hidden->mixlen);

Completed in 1713 milliseconds

1 2 3 45 6 7 8 910