Home
last modified time | relevance | path

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

/dports/audio/audiere/audiere-1.9.4/src/
H A Ddevice_mixer.cpp260 int l_volume, r_volume; in read() local
263 r_volume = 255 + m_pan; in read()
266 r_volume = 255; in read()
270 r_volume *= m_volume; in read()
275 *out = *out * r_volume / 255 / 255; in read()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dl7a1045_l6028_dsp_a.cpp130 save_item(NAME(m_voice[voice].r_volume), voice); in device_start()
196 outputs[1].add_int(j, sample * vptr->r_volume, 32768 * 512); in sound_stream_update()
317 vptr->r_volume = (m_audiodat[m_audioregister][m_audiochannel].dat[0] & 0xff); in sound_data_w()
319 vptr->r_volume = (vptr->r_volume) | (vptr->r_volume << 8); in sound_data_w()
H A Dl7a1045_l6028_dsp_a.h49 uint16_t r_volume = 0; member
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dl7a1045_l6028_dsp_a.cpp130 save_item(NAME(m_voice[voice].r_volume), voice); in device_start()
196 outputs[1].add_int(j, sample * vptr->r_volume, 32768 * 512); in sound_stream_update()
317 vptr->r_volume = (m_audiodat[m_audioregister][m_audiochannel].dat[0] & 0xff); in sound_data_w()
319 vptr->r_volume = (vptr->r_volume) | (vptr->r_volume << 8); in sound_data_w()
H A Dl7a1045_l6028_dsp_a.h49 uint16_t r_volume = 0; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh_evaluate.c2725 float *r_volume, in BKE_mesh_calc_volume() argument
2733 if (r_volume) { in BKE_mesh_calc_volume()
2734 *r_volume = 0.0f; in BKE_mesh_calc_volume()
2757 if (r_volume) { in BKE_mesh_calc_volume()
2772 if (r_volume) { in BKE_mesh_calc_volume()
2773 *r_volume = fabsf(totvol); in BKE_mesh_calc_volume()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_mesh.h507 float *r_volume,