Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dspkrdev.cpp113 m_channel_sample_period = HZ_TO_ATTOSECONDS(machine().sample_rate()); in device_start()
114 m_channel_sample_period_secfrac = ATTOSECONDS_TO_DOUBLE(m_channel_sample_period); in device_start()
115 m_interm_sample_period = m_channel_sample_period / RATE_MULTIPLIER; in device_start()
118 m_channel_next_sample_time = m_channel_last_sample_time + attotime(0, m_channel_sample_period); in device_start()
183 m_channel_sample_period = HZ_TO_ATTOSECONDS(machine().sample_rate()); in device_reset()
184 m_channel_sample_period_secfrac = ATTOSECONDS_TO_DOUBLE(m_channel_sample_period); in device_reset()
185 m_interm_sample_period = m_channel_sample_period / RATE_MULTIPLIER; in device_reset()
188 m_channel_next_sample_time = m_channel_last_sample_time + attotime(0, m_channel_sample_period); in device_reset()
196 m_channel_next_sample_time = m_channel_last_sample_time + attotime(0, m_channel_sample_period); in device_post_load()
215 sampled_time = attotime(0, m_channel_sample_period); in sound_stream_update()
[all …]
H A Dspkrdev.h69 attoseconds_t m_channel_sample_period; /* in as */ variable
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dspkrdev.cpp113 m_channel_sample_period = HZ_TO_ATTOSECONDS(machine().sample_rate()); in device_start()
114 m_channel_sample_period_secfrac = ATTOSECONDS_TO_DOUBLE(m_channel_sample_period); in device_start()
115 m_interm_sample_period = m_channel_sample_period / RATE_MULTIPLIER; in device_start()
118 m_channel_next_sample_time = m_channel_last_sample_time + attotime(0, m_channel_sample_period); in device_start()
183 m_channel_sample_period = HZ_TO_ATTOSECONDS(machine().sample_rate()); in device_reset()
184 m_channel_sample_period_secfrac = ATTOSECONDS_TO_DOUBLE(m_channel_sample_period); in device_reset()
185 m_interm_sample_period = m_channel_sample_period / RATE_MULTIPLIER; in device_reset()
188 m_channel_next_sample_time = m_channel_last_sample_time + attotime(0, m_channel_sample_period); in device_reset()
196 m_channel_next_sample_time = m_channel_last_sample_time + attotime(0, m_channel_sample_period); in device_post_load()
215 sampled_time = attotime(0, m_channel_sample_period); in sound_stream_update()
[all …]
H A Dspkrdev.h69 attoseconds_t m_channel_sample_period; /* in as */ variable