Home
last modified time | relevance | path

Searched refs:dwValue (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.cc1049 DWORD dwValue(volume); in SetSpeakerVolume() local
1053 if (!SetUnsignedControlValue(mixerID, dwControlID, dwValue)) in SetSpeakerVolume()
1079 DWORD dwValue(0); in SpeakerVolume() local
1083 if (!GetUnsignedControlValue(mixerID, dwControlID, dwValue)) in SpeakerVolume()
1088 volume = dwValue; in SpeakerVolume()
1515 DWORD dwValue(volume); in SetMicrophoneVolume() local
1519 if (!SetUnsignedControlValue(mixerID, dwControlID, dwValue)) in SetMicrophoneVolume()
1543 DWORD dwValue(0); in MicrophoneVolume() local
1547 if (!GetUnsignedControlValue(mixerID, dwControlID, dwValue)) in MicrophoneVolume()
1552 volume = dwValue; in MicrophoneVolume()
[all …]
Daudio_mixer_manager_win.h94 bool GetUnsignedControlValue(UINT mixId, DWORD dwControlID, DWORD& dwValue) const;
95 bool SetUnsignedControlValue(UINT mixId, DWORD dwControlID, DWORD dwValue) const;
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdatatable.h166 FX_ARGB dwValue; member
Dfde_cssdeclaration.cpp687 CFDE_CSSPrimitiveValue(pColorItem->dwValue); in ParseBorderPropoerty()
923 CFDE_CSSPrimitiveValue(pColorItem->dwValue); in ParseBackgroundProperty()
Dfde_cssdatatable.cpp771 dwColor = pColor->dwValue; in FDE_ParseCSSColor()
/external/webrtc/webrtc/base/
Dproxydetect.cc886 } else if ((options[0].Value.dwValue & PROXY_TYPE_PROXY) != 0) {
891 } else if ((options[0].Value.dwValue & PROXY_TYPE_DIRECT) != 0) {
895 << options[0].Value.dwValue;