Searched defs:dVolume (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmediactrlcmn.cpp427 bool wxMediaCtrl::SetVolume(double dVolume) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmediactrl.cpp837 bool wxQTMediaBackend::SetVolume(double dVolume) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp1048 bool wxQTMediaBackend::SetVolume(double dVolume) argument
H A Dmediactrl_wmp10.cpp1200 bool wxWMP10MediaBackend::SetVolume(double dVolume) argument
H A Dmediactrl_am.cpp1969 double dVolume = (double)lVolume / 100; local
1986 bool wxAMMediaBackend::SetVolume(double dVolume) argument
[all...]
H A Dmediactrl.cpp2626 bool wxAMMediaBackend::SetVolume(double dVolume) argument
3175 bool wxMCIMediaBackend::SetVolume(double dVolume) argument
3908 bool wxQTMediaBackend::SetVolume(double dVolume) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp1382 double dVolume = currentpage->m_mediactrl->GetVolume(); local
1396 double dVolume = currentpage->m_mediactrl->GetVolume(); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp1563 bool wxGStreamerMediaBackend::SetVolume(double dVolume) argument
1569 g_object_set(G_OBJECT(m_playbin), "volume", dVolume, NULL); local
1583 double dVolume = 1.0; local
1589 g_object_get(G_OBJECT(m_playbin), "volume", &dVolume, NULL); local

Completed in 77 milliseconds