get_volume        209 libavfilter/af_compand.c             dst[i] = src[i] * get_volume(s, cp->volume);
get_volume        270 libavfilter/af_compand.c                 dst[oindex++] = dbuf[dindex] * get_volume(s, cp->volume);
get_volume        318 libavfilter/af_compand.c             dst[i] = dbuf[dindex] * get_volume(s, cp->volume);
get_volume        551 libavfilter/af_mcompand.c         level_out_lin = get_volume(&l->transfer_fn, level_in_lin);