OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmtsize
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c
291
const Uint16
fmtsize
= (this->spec.format & 0xFF); /* bits/channel. */
local
292
if (
fmtsize
== 16)
294
else if (
fmtsize
== 8)
296
else if (
fmtsize
== 32)
298
else if (
fmtsize
== 64)
/system/media/audio_utils/
tinysndfile.c
76
unsigned
fmtsize
= little4u(&wav[16]);
local
77
if (
fmtsize
!= 16)
142
wav[16] = 16; //
fmtsize
Completed in 2170 milliseconds