OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bits16
(Results
1 - 3
of
3
) sorted by null
/external/qemu/audio/
wavcapture.c
97
int stereo,
bits16
, shift;
local
112
bits16
= bits == 16;
116
as.fmt =
bits16
? AUD_FMT_S16 : AUD_FMT_U8;
125
shift =
bits16
+ stereo;
126
hdr[34] =
bits16
? 0x10 : 0x08;
wavaudio.c
119
int
bits16
= 0, stereo = 0;
local
134
bits16
= 0;
139
bits16
= 1;
148
hdr[34] =
bits16
? 0x10 : 0x08;
163
le_store (hdr + 28, hw->info.freq << (
bits16
+ stereo), 4);
164
le_store (hdr + 32, 1 << (
bits16
+ stereo), 2);
fmodaudio.c
346
int
bits16
, mode, channel;
local
377
bits16
= (mode & FSOUND_16BITS) != 0;
408
int
bits16
, mode;
local
435
bits16
= (mode & FSOUND_16BITS) != 0;
Completed in 56 milliseconds