Home | History | Annotate | Download | only in lib_src

Lines Matching full:gain

1824  * Set the master gain for the mix engine in 1dB increments
1828 * volume - the desired master gain (100 is max)
1841 EAS_I16 gain;
1856 /* get gain offset */
1863 gain = EAS_VolumeToGain(volume - STREAM_VOLUME_HEADROOM);
1866 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_VOLUME, gain);
1876 gain = EAS_VolumeToGain(volume - STREAM_VOLUME_HEADROOM);
1877 pEASData->masterGain = gain;