Home | History | Annotate | Download | only in lib_src

Lines Matching full:gain

1820  * Set the master gain for the mix engine in 1dB increments
1824 * volume - the desired master gain (100 is max)
1837 EAS_I16 gain;
1852 /* get gain offset */
1859 gain = EAS_VolumeToGain(volume - STREAM_VOLUME_HEADROOM);
1862 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_VOLUME, gain);
1872 gain = EAS_VolumeToGain(volume - STREAM_VOLUME_HEADROOM);
1873 pEASData->masterGain = gain;