Home | History | Annotate | Download | only in Reverb

Lines Matching defs:rightVolume

160     LVM_INT16                       rightVolume;
493 pContext->rightVolume != pContext->prevRightVolume) &&
498 LVM_INT32 incr = (((LVM_INT32)pContext->rightVolume << 16) - vr) / frameCount;
511 pContext->prevRightVolume = pContext->rightVolume;
514 pContext->rightVolume != REVERB_UNIT_VOLUME) {
519 clamp16((LVM_INT32)(pContext->rightVolume * OutFrames16[2*i+1]) >> 12);
523 pContext->prevRightVolume = pContext->rightVolume;
744 pContext->rightVolume = REVERB_UNIT_VOLUME;
2079 pContext->rightVolume = (LVM_INT16)((*((uint32_t *)pCmdData + 1) + (1 << 11)) >> 12);
2088 pContext->rightVolume = REVERB_UNIT_VOLUME;
2092 pContext->leftVolume, pContext->rightVolume, pContext->volumeMode);