Searched refs:volume2 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp274 BVolume volume2; local
275 CHK(volume2.SetTo(device) == initError);
276 CheckVolume(volume2, device, initError);
278 volume2.Unset();
279 CheckVolume(volume2, device, B_NO_INIT);
327 BVolume volume2(volume3);
328 CheckVolume(volume2, device, initError);
357 BVolume volume2(device2);
358 CheckVolume(volume2, device2, initError2);
361 CHK((volume == volume2)
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioVolumeConverter.cpp38 const float volume1, const float volume2, const float rounding)
40 float volumeDiff = volume2 - volume1;
37 convert(SampleType* buffer, const int32 frames, const int32 channels, const float volume1, const float volume2, const float rounding) argument
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp1116 BVolume volume2(proxy2->fModel->NodeRef()->device);
1119 if (volume1.InitCheck() == B_OK && volume2.InitCheck() == B_OK
1121 && volume2.GetName(volumeName2) == B_OK) {

Completed in 86 milliseconds