Home
last modified time | relevance | path

Searched refs:t_volume (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/bluez5/
H A Dbluez5-device.c343 struct spa_bt_transport_volume *t_volume; in volume_changed() local
356 if (!t_volume->active) in volume_changed()
363 : t_volume->volume; in volume_changed()
539 struct spa_bt_transport_volume *t_volume; in dynamic_node_volume_changed() local
557 if (!t_volume->active) in dynamic_node_volume_changed()
1414 struct spa_bt_transport_volume *t_volume; in build_route() local
1420 t_volume = node->transport in build_route()
1434 (t_volume && t_volume->active) ? SPA_POD_PROP_FLAG_HARDWARE : 0); in build_route()
1438 if (t_volume && t_volume->active) { in build_route()
1695 struct spa_bt_transport_volume *t_volume; in node_set_volume() local
[all …]
H A Dbackend-native.c330 struct spa_bt_transport_volume *t_volume; in rfcomm_emit_volume_changed() local
346 t_volume = &rfcomm->transport->volumes[i]; in rfcomm_emit_volume_changed()
347 t_volume->active = rfcomm->volumes[i].active; in rfcomm_emit_volume_changed()
348 t_volume->volume = in rfcomm_emit_volume_changed()
393 struct spa_bt_transport_volume *t_volume; in rfcomm_send_volume_cmd() local
400 t_volume = rfcomm->transport ? &rfcomm->transport->volumes[id] : NULL; in rfcomm_send_volume_cmd()
402 if (!(t_volume && t_volume->active)) in rfcomm_send_volume_cmd()
405 hw_volume = spa_bt_volume_linear_to_hw(t_volume->volume, t_volume->hw_volume_max); in rfcomm_send_volume_cmd()
1433 struct spa_bt_transport_volume *t_volume = &t->volumes[id]; in sco_set_volume_cb() local
1444 value = spa_bt_volume_linear_to_hw(volume, t_volume->hw_volume_max); in sco_set_volume_cb()
[all …]
H A Dbluez5-dbus.c1955 struct spa_bt_transport_volume * t_volume; in spa_bt_transport_volume_changed() local
1965 t_volume = &transport->volumes[volume_id]; in spa_bt_transport_volume_changed()
1967 if (t_volume->hw_volume != t_volume->new_hw_volume) { in spa_bt_transport_volume_changed()
1968 t_volume->hw_volume = t_volume->new_hw_volume; in spa_bt_transport_volume_changed()
1969 t_volume->volume = spa_bt_volume_hw_to_linear(t_volume->hw_volume, in spa_bt_transport_volume_changed()
1970 t_volume->hw_volume_max); in spa_bt_transport_volume_changed()
1972 transport, t_volume->new_hw_volume, t_volume->volume); in spa_bt_transport_volume_changed()
2151 t_volume->active = true; in transport_update_props()
2152 t_volume->new_hw_volume = value; in transport_update_props()
2235 t_volume->volume = volume; in transport_set_volume()
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dmessage.h634 } t_volume; typedef
649 static const t_volume data_volume_total[] =
654 static const t_volume data_volume_level[] =
661 static const t_volume data_volume_rhythm[] =
667 static const t_volume data_volume_fmgen[] =
673 static const t_volume data_volume_sample[] =
1518 static const t_volume data_mouse_sensitivity[] =
2456 const t_volume *p, in PACK_HSCALE()
H A Dmenu.c1792 static Q8tkWidget *menu_volume_unit(const t_volume *p, int count) in menu_volume_unit()
4190 const t_volume *p = data_mouse_sensitivity; in menu_mouse_mouse()