OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dma_len
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.h
41
int
dma_len
;
member in struct:SDL_PrivateAudioData
54
#define
dma_len
(this->hidden->
dma_len
)
macro
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsyuv.c
51
int
dma_len
;
member in struct:private_yuvhwdata
184
hwdata->
dma_len
= hwdata->macroblocks * (16 * 16 + 8 * 8 + 8 * 8) +
188
hwdata->dma_mem = mmap(0, hwdata->
dma_len
, PROT_READ|PROT_WRITE,
193
SDL_SetError("Unable to map %d bytes for DMA", hwdata->
dma_len
);
451
munmap(hwdata->dma_mem, hwdata->
dma_len
);
Completed in 11 milliseconds