Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c205 dec->r128_gain = 0; in gst_opus_dec_reset()
266 gst_opus_dec_get_r128_gain (gint16 r128_gain) in gst_opus_dec_get_r128_gain() argument
268 return r128_gain / (double) (1 << 8); in gst_opus_dec_get_r128_gain()
272 gst_opus_dec_get_r128_volume (gint16 r128_gain) in gst_opus_dec_get_r128_volume() argument
274 return DB_TO_LINEAR (gst_opus_dec_get_r128_gain (r128_gain)); in gst_opus_dec_get_r128_volume()
379 dec->channel_mapping, &dec->pre_skip, &dec->r128_gain)) { in gst_opus_dec_parse_header()
384 dec->r128_gain_volume = gst_opus_dec_get_r128_volume (dec->r128_gain); in gst_opus_dec_parse_header()
388 dec->pre_skip, dec->r128_gain, dec->r128_gain_volume); in gst_opus_dec_parse_header()
790 if (dec->apply_gain && outbuf && dec->r128_gain) { in opus_dec_chain_parse_data()
Dgstopusdec.h58 gint16 r128_gain; member