OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ulaw_only
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.h
38
int
ulaw_only
; /* Flag -- does hardware only output U-law? */
member in struct:SDL_PrivateAudioData
49
#define
ulaw_only
(this->hidden->
ulaw_only
)
macro
SDL_sunaudio.c
165
if (
ulaw_only
) {
290
ulaw_only
= 0; /* modern Suns do support linear audio */
332
ulaw_only
= 1;
346
if (
ulaw_only
) {
362
ulaw_only
? "is" : "is not");
Completed in 49 milliseconds