Home
last modified time | relevance | path

Searched refs:volume_val (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2ringbuffer.cpp1433 gfloat volume_val; in gst_wasapi2_ring_buffer_get_volume() local
1440 volume_val = buf->volume; in gst_wasapi2_ring_buffer_get_volume()
1442 hr = buf->volume_object->GetMasterVolume (&volume_val); in gst_wasapi2_ring_buffer_get_volume()
1445 *volume = volume_val; in gst_wasapi2_ring_buffer_get_volume()
/third_party/pulseaudio/src/pulsecore/
Dmix.c670 } volume_val; typedef
696 volume_val linear[PA_CHANNELS_MAX + VOLUME_PADDING]; in pa_volume_memchunk()