Home | History | Annotate | Download | only in lib_src

Lines Matching refs:gain

454  * gainLeft         - linear gain multipler in 1.15 fraction format
455 * gainRight - linear gain multipler in 1.15 fraction format
457 * initial - initial settings, set current gain
465 * In mono mode, leftGain controls the output gain and rightGain is ignored
513 * gainLeft - linear gain multipler in 1.15 fraction format
514 * gainRight - linear gain multipler in 1.15 fraction format
515 * initial - initial settings, set current gain
523 * In mono mode, leftGain controls the output gain and rightGain is ignored
556 * Mute and stop rendering a PCM stream. Sets the gain target to zero and stops the playback
582 * Resume rendering a PCM stream. Sets the gain target back to its
1095 /* gain to 32-bits to increase resolution on anti-zipper filter */
1103 /* calculate a new gain increment, gain target is zero if pausing */
1113 EAS_I32 gain = FMUL_15x15(pState->envValue >> 7, pState->volume);
1114 gainIncLeft = FMUL_15x15(pState->gainLeft, gain) - pState->currentGainLeft;
1116 gainIncRight = FMUL_15x15(pState->gainRight, gain) - pState->currentGainRight;
1148 /* gain scale and mix */
1206 /* save new gain */