Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/bus/neogeo/
H A Dslot.cpp256 m_cart->audio_alloc(len + 0x10000); in call_load()
292 m_cart->audio_alloc(len + 0x10000); in call_load()
H A Dslot.h122 void audio_alloc(uint32_t size) { m_audio.resize(size); } in audio_alloc() function
/dports/emulators/mame/mame-mame0226/src/devices/bus/neogeo/
H A Dslot.cpp256 m_cart->audio_alloc(len + 0x10000); in call_load()
292 m_cart->audio_alloc(len + 0x10000); in call_load()
H A Dslot.h122 void audio_alloc(uint32_t size) { m_audio.resize(size); } in audio_alloc() function
/dports/audio/baresip/baresip-0.5.8/src/
H A Dcore.h124 int audio_alloc(struct audio **ap, const struct stream_param *stream_prm,
H A Dcall.c595 err = audio_alloc(&call->audio, &stream_prm, cfg, call, in call_alloc()
H A Daudio.c1078 int audio_alloc(struct audio **ap, const struct stream_param *stream_prm, in audio_alloc() function