Searched refs:r128_gain (Results 1 – 2 of 2) sorted by relevance
205 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() argument268 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() argument274 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()
58 gint16 r128_gain; member