Home
last modified time | relevance | path

Searched refs:generate_adpcm (Results 1 – 25 of 30) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dtt5665.cpp237 m_voice[b].generate_adpcm(*this, &m_daol_output); in sound_stream_update()
240 m_voice[b + 4].generate_adpcm(*this, &daor_output); in sound_stream_update()
417 void tt5665_device::tt5665_voice::generate_adpcm(device_rom_interface &rom, s32 *buffer) in generate_adpcm() function in tt5665_device::tt5665_voice
H A Dokim6295.cpp185 elem.generate_adpcm(*this, outputs[0]); in sound_stream_update()
340 void okim6295_device::okim_voice::generate_adpcm(device_rom_interface &rom, write_stream_view &buff… in generate_adpcm() function in okim6295_device::okim_voice
H A Dokim6295.h73 void generate_adpcm(device_rom_interface &rom, write_stream_view &buffer);
H A Dtt5665.h77 void generate_adpcm(device_rom_interface &rom, s32 *buffer);
H A Dokim6376.h79 void generate_adpcm(struct ADPCMVoice *voice, int16_t *buffer, int samples,int channel);
H A Dokim6376.cpp339 void okim6376_device::generate_adpcm(struct ADPCMVoice *voice, int16_t *buffer, int samples,int cha… in generate_adpcm() function in okim6376_device
611 generate_adpcm(voice, sample_data, samples,i); in sound_stream_update()
H A Dymz280b.h86 int generate_adpcm(struct YMZ280BVoice *voice, s16 *buffer, int samples);
H A Dymz280b.cpp167 int ymz280b_device::generate_adpcm(struct YMZ280BVoice *voice, s16 *buffer, int samples) in generate_adpcm() function in ymz280b_device
478 case 0x81: samples_left = generate_adpcm(voice, m_scratch.get(), new_samples); break; in sound_stream_update()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dtt5665.cpp237 m_voice[b].generate_adpcm(*this, &m_daol_output); in sound_stream_update()
240 m_voice[b + 4].generate_adpcm(*this, &daor_output); in sound_stream_update()
417 void tt5665_device::tt5665_voice::generate_adpcm(device_rom_interface &rom, s32 *buffer) in generate_adpcm() function in tt5665_device::tt5665_voice
H A Dokim6295.cpp185 elem.generate_adpcm(*this, outputs[0]); in sound_stream_update()
340 void okim6295_device::okim_voice::generate_adpcm(device_rom_interface &rom, write_stream_view &buff… in generate_adpcm() function in okim6295_device::okim_voice
H A Dokim6295.h73 void generate_adpcm(device_rom_interface &rom, write_stream_view &buffer);
H A Dtt5665.h77 void generate_adpcm(device_rom_interface &rom, s32 *buffer);
H A Dokim6376.h79 void generate_adpcm(struct ADPCMVoice *voice, int16_t *buffer, int samples,int channel);
H A Dokim6376.cpp339 void okim6376_device::generate_adpcm(struct ADPCMVoice *voice, int16_t *buffer, int samples,int cha… in generate_adpcm() function in okim6376_device
611 generate_adpcm(voice, sample_data, samples,i); in sound_stream_update()
H A Dymz280b.h86 int generate_adpcm(struct YMZ280BVoice *voice, s16 *buffer, int samples);
H A Dymz280b.cpp167 int ymz280b_device::generate_adpcm(struct YMZ280BVoice *voice, s16 *buffer, int samples) in generate_adpcm() function in ymz280b_device
478 case 0x81: samples_left = generate_adpcm(voice, m_scratch.get(), new_samples); break; in sound_stream_update()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Des8712.cpp107 static void generate_adpcm(INT16 *buffer, INT32 samples) in generate_adpcm() function
195 generate_adpcm(buf, sample_num); in es8712Update()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Des8712.cpp107 static void generate_adpcm(INT16 *buffer, INT32 samples) in generate_adpcm() function
195 generate_adpcm(buf, sample_num); in es8712Update()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dokim6295.c230 static void generate_adpcm(okim6295_state *chip, struct ADPCMVoice *voice, INT16 *buffer, int sampl… in generate_adpcm() function
318 generate_adpcm(chip, voice, sample_data, samples); in okim6295_update()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dokim6295.c268 static void generate_adpcm(okim6295_state *chip, struct ADPCMVoice *voice, INT16 *buffer, int sampl… in generate_adpcm() function
356 generate_adpcm(chip, voice, sample_data, samples); in okim6295_update()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dokim6295.c271 static void generate_adpcm(okim6295_state *chip, struct ADPCMVoice *voice, INT16 *buffer, int sampl… in generate_adpcm() function
360 generate_adpcm(chip, voice, sample_data, samples); in okim6295_update()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dadpcm.c131 static void generate_adpcm(struct ADPCMVoice *voice, INT16 *buffer, int samples) in generate_adpcm() function
227 generate_adpcm(voice, sample_data, new_samples); in adpcm_update()
H A Dymz280b.c174 static int generate_adpcm(struct YMZ280BVoice *voice, UINT8 *base, INT16 *buffer, int samples) in generate_adpcm() function
476 case 1: samples_left = generate_adpcm(voice, chip->region_base, scratch, new_samples); break; in ymz280b_update()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dadpcm.c136 static void generate_adpcm(struct ADPCMVoice *voice, INT16 *buffer, int samples) in generate_adpcm() function
232 generate_adpcm(voice, sample_data, new_samples); in adpcm_update()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dadpcm.c136 static void generate_adpcm(struct ADPCMVoice *voice, INT16 *buffer, int samples) in generate_adpcm() function
232 generate_adpcm(voice, sample_data, new_samples); in adpcm_update()

12