Home
last modified time | relevance | path

Searched refs:CoreSound_BitsPerSample (Results 1 – 6 of 6) sorted by relevance

/dports/audio/umodplayer/umodplayer_B5.1/
H A Dcoresound.c106 MPSettings.mBits = CoreSound_BitsPerSample; in CoreSound_InitOptions()
145 CoreSound_BitsPerSample = fmt.bits; in CoreSound_InitAudio()
221 bytesPerSample = CoreSound_BitsPerSample >> 3; /* CoreSound_BitsPerSample / 8 */ in CoreSound_Monitor()
H A Daiff_write.c55 CoreSound_BitsPerSample = 32; in WriteAIFF()
78 CoreSound_BitsPerSample = 32; in WriteAIFF()
H A Dpcm_write.c44 CoreSound_BitsPerSample = 16; in WritePCM()
H A Dwav_write.c57 CoreSound_BitsPerSample = 16; in WriteWAV()
H A Dmain.c33 EXPORT int CoreSound_BitsPerSample = 0; /* bits per sample */ variable
/dports/audio/umodplayer/umodplayer_B5.1/include/
H A Dumodplayer.h143 extern int CoreSound_BitsPerSample;