Home
last modified time | relevance | path

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

/third_party/pulseaudio/vala/
Dlibpulse.vapi242 public struct CVolume {
253 public bool equal(CVolume other);
256 public unowned CVolume? init();
259 public unowned CVolume? reset(uint8 channels);
262 public unowned CVolume? mute(uint8 channels);
287 public CVolume();
320 public unowned CVolume? multiply(CVolume other);
323 public unowned CVolume? divide(CVolume other);
326 public unowned CVolume? multiply_scalar(Volume other);
329 public unowned CVolume? divide_scalar(Volume other);
[all …]
/third_party/pulseaudio/src/tests/
Dvolume-ui.py82 class CVolume(Structure): class
158 v = CVolume()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp102 const CVolume &volume = _volumes.Front(); in FillPopIDs()
D7zHandlerOut.cpp397 const CVolume *volume = 0; in Z7_COM7F_IMF()