Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c66 #define VOLUME_UNITY_INT16 2048 /* internal int for unity 2^(16-5) */ macro
201 if (self->current_vol_i16 > VOLUME_UNITY_INT16) { in volume_choose_func()
258 (gint) ((gdouble) volume * (gdouble) VOLUME_UNITY_INT16); in volume_update_volume()
264 passthrough = (self->current_vol_i16 == VOLUME_UNITY_INT16); in volume_update_volume()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c76 #define VOLUME_UNITY_INT16 2048 /* internal int for unity 2^(16-5) */ macro
125 pad->volume_i16 = pad->volume * VOLUME_UNITY_INT16; in gst_audiomixer_pad_set_property()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c73 #define VOLUME_UNITY_INT16 2048 /* internal int for unity 2^(16-5) */ macro
119 pad->volume_i16 = pad->volume * VOLUME_UNITY_INT16; in gst_adder_pad_set_property()
/third_party/gstreamer/gstplugins_base/
DChangeLog141717 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,