Home
last modified time | relevance | path

Searched refs:asv (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/mmdevapi/
H A Dcapture.c600 IAudioStreamVolume *asv; in test_streamvolume() local
624 hr = IAudioStreamVolume_GetChannelCount(asv, NULL); in test_streamvolume()
627 hr = IAudioStreamVolume_GetChannelCount(asv, &chans); in test_streamvolume()
637 hr = IAudioStreamVolume_GetChannelVolume(asv, 0, NULL); in test_streamvolume()
640 hr = IAudioStreamVolume_GetChannelVolume(asv, 0, &vol); in test_streamvolume()
650 hr = IAudioStreamVolume_SetChannelVolume(asv, 0, 2.f); in test_streamvolume()
660 hr = IAudioStreamVolume_GetAllVolumes(asv, 0, NULL); in test_streamvolume()
678 hr = IAudioStreamVolume_SetAllVolumes(asv, 0, NULL); in test_streamvolume()
691 IAudioStreamVolume_Release(asv); in test_streamvolume()
885 IAudioStreamVolume *asv; in test_volume_dependence() local
[all …]
H A Drender.c483 IAudioStreamVolume *asv; in test_references() local
599 IAudioStreamVolume_AddRef(asv); in test_references()
600 ref = IAudioStreamVolume_Release(asv); in test_references()
606 ref = IAudioStreamVolume_Release(asv); in test_references()
1520 IAudioStreamVolume *asv; in test_streamvolume() local
1549 hr = IAudioStreamVolume_GetChannelCount(asv, NULL); in test_streamvolume()
1585 hr = IAudioStreamVolume_GetAllVolumes(asv, 0, NULL); in test_streamvolume()
1603 hr = IAudioStreamVolume_SetAllVolumes(asv, 0, NULL); in test_streamvolume()
1616 IAudioStreamVolume_Release(asv); in test_streamvolume()
1821 IAudioStreamVolume *asv; in test_volume_dependence() local
[all …]