Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dsoftmixer.c115 static void mix_mono_u8(uint8_t *buf, int channels, size_t size);
296 mix_mono_u8((uint8_t *)buf, sound_params->channels, size); in softmixer_process_buffer()
466 static void mix_mono_u8(uint8_t *buf, int channels, size_t size) in mix_mono_u8() function