Searched defs:u32VolumeRight (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DAudioMixer.cpp416 uint32_t u32VolumeRight = pVol->uRight; local
420 if (u32VolumeRight)
421 u32VolumeRight++;
426 volOut.uRight = u32VolumeRight * 0x80000000; /* Maximum is 0x80000000 */
H A Daudio.c1950 uint32_t u32VolumeRight = (uint32_t)*rvol; local
1954 if (u32VolumeRight)
1955 u32VolumeRight++;
1958 vol->r = u32VolumeRight * 0x800000; /* maximum is 0x80000000 */

Completed in 60 milliseconds