OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:csetup
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/
SDL_nto_audio.h
54
snd_pcm_channel_setup_t
csetup
;
member in struct:SDL_PrivateAudioData
66
#define
csetup
(this->hidden->
csetup
)
macro
SDL_nto_audio.c
455
SDL_memset(&
csetup
, 0x00, sizeof(
csetup
));
456
csetup
.channel = SND_PCM_CHANNEL_PLAYBACK;
457
if (snd_pcm_plugin_setup(audio_handle, &
csetup
) < 0)
471
pcm_len =
csetup
.buf.block.frag_size * spec->channels * (snd_pcm_format_width(format)/8);
Completed in 52 milliseconds