OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sw_data
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h
34
unsigned int
sw_data
; /* Offset to next dst (or src) in sw ring buffer */
member in struct:snd_pcm_indirect
65
unsigned int sw_to_end = rec->sw_buffer_size - rec->
sw_data
;
79
rec->
sw_data
+= bytes;
80
if (rec->
sw_data
== rec->sw_buffer_size)
81
rec->
sw_data
= 0;
130
size_t sw_to_end = rec->sw_buffer_size - rec->
sw_data
;
144
rec->
sw_data
+= bytes;
145
if (rec->
sw_data
== rec->sw_buffer_size)
146
rec->
sw_data
= 0;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h
34
unsigned int
sw_data
; /* Offset to next dst (or src) in sw ring buffer */
member in struct:snd_pcm_indirect
65
unsigned int sw_to_end = rec->sw_buffer_size - rec->
sw_data
;
79
rec->
sw_data
+= bytes;
80
if (rec->
sw_data
== rec->sw_buffer_size)
81
rec->
sw_data
= 0;
130
size_t sw_to_end = rec->sw_buffer_size - rec->
sw_data
;
144
rec->
sw_data
+= bytes;
145
if (rec->
sw_data
== rec->sw_buffer_size)
146
rec->
sw_data
= 0;
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c
90
info.aux_data = src->map->
sw_data
->aux_data;
94
RunBlit = src->map->
sw_data
->blit;
305
surface->map->
sw_data
->blit = SDL_BlitCopy;
309
surface->map->
sw_data
->blit = SDL_BlitCopyOverlap;
313
surface->map->
sw_data
->blit =
318
surface->map->
sw_data
->blit =
324
surface->map->
sw_data
->blit =
328
surface->map->
sw_data
->blit = NULL;
334
if ( surface->map->
sw_data
->blit == NULL ) {
SDL_pixels.c
519
map->
sw_data
= (struct private_swaccel *)SDL_malloc(sizeof(*map->
sw_data
));
520
if ( map->
sw_data
== NULL ) {
525
SDL_memset(map->
sw_data
, 0, sizeof(*map->
sw_data
));
621
if ( map->
sw_data
!= NULL ) {
622
SDL_free(map->
sw_data
);
SDL_RLEaccel.c
861
srcbuf = (Uint8 *)src->map->
sw_data
->aux_data;
[
all
...]
SDL_cursor.c
585
info.aux_data = screen->map->
sw_data
->aux_data;
589
RunBlit = screen->map->
sw_data
->blit;
SDL_blit.h
62
struct private_swaccel *
sw_data
;
member in struct:SDL_BlitMap
SDL_blit_N.c
[
all
...]
Completed in 2192 milliseconds